{
	"title": "About",
	"type": "object",
				"properties": {
					"text": {
						"type": "string",
						"format": "html"
					},
					"portfolio_link": {
			            "type": "string",
			            "format": "url",
			              "options": {
			                "upload": true
			              }
			              ,
			              "links": [
			                {
			                    "href": "/contents/img/{{self}}",
			                    "rel": "Voir Portfolio PDF"
			                }
			              ]
			          },
					"cv_link": {
			            "type": "string",
			            "format": "url",
			              "options": {
			                "upload": true
			              }
			              ,
			              "links": [
			                {
			                    "href": "/contents/img/{{self}}",
			                    "rel": "Voir CV PDF"
			                }
			              ]
			          },
					"credit": {
						"type": "string",
						"format": "text"
					},
					"credit_font": {
						"type": "string",
						"format": "text"
					},
					"themecolor": {
						"type": "string",
						"format": "text"
					}
	}
}
