{
  "title": "Section de la page",
  "type": "object",
  "properties": {
    "sections": {
      "type": "array",
      "format": "grid",
      "title": "Blocs texte",
      "uniqueItems": false,
      "items": {
        "type": "object",
        "title": "bloc",
        "properties": {
          "fullCover": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "fullEmbed": {
            "type": "string",
            "format" : "html"
          },
          "titre": {
            "type": "string",
            "format": "text"
          },
          "texte": {
            "type": "string",
            "format": "html"
          },
          "imageLeft": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "imageRight": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "imageTrio1": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "texteTrio1": {
            "type": "string",
            "format": "text"
          },
          "imageTrio2": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "texteTrio2": {
            "type": "string",
            "format": "text"
          },
          "imageTrio3": {
            "type": "string",
            "format": "url",
              "options": {
                "upload": true
              }
              ,
              "links": [
                {
                    "href": "/contents/img/{{self}}",
                    "rel": "Voir"
                }
              ]
          },
          "texteTrio3": {
            "type": "string",
            "format": "text"
          }
        }
      }
    }
  }
}