{
    "type": "object",
    "title": "Multi fenetre V2",
    "properties": {
        "bg": {  "type": "string",
                 "title": "bg",
                 "enum": ["#files"]
            
        },
        
          
        "bmenu": {  "type": "string",
                 "title": "barre de menu bas",
                 "enum": ["#files"],
                 "links": [
                                {
                                "href": "#ROOT/files/{{self}}",
                             "mediaType": "image/png"
                          }]
            
        },
        
        "wins": { "type": "array",
                  "title": "fenetres",
                  "format": "table",
                  "items": {
                      "type": "object",
                      "title": "window",
                      "properties": {
                          "img": {
                              "type": "string",
                              "title": "img",
                              "enum": ["#files"]
                          },
                          "title": {
                              "type": "string",
                              "title": "titre"
                          },
                         "x": {
                              "type": "string",
                              "title": "position x"
                          },
                         "y": {
                              "type": "string",
                              "title": "position y"
                          },
                         "w": {
                              "type": "string",
                              "title": "largeur (ex 50% ou 200px)"
                          },
                         "h": {
                              "type": "string",
                              "title": "hauteur (ex 60vh ou 200px"
                          },
                          "openonclick": {
                              "type": "boolean",
                              "title": "ouvre sur clic",
                              "format": "checkbox"
                          },
                          "notbar": {
                              "type": "boolean",
                              "title": "pas de barre de titre",
                              "format": "checkbox"
                          }
                      }
            }
                  
        },
        
         "iconsl": { "type": "array",
                  "title": "icones bureau gauche",
                  "format": "table",
                  "items": {
                      "type": "object",
                      "title": "icone bureau",
                      "properties": {
                          "img": {
                              "type": "string",
                              "title": "img",
                              "enum": ["#files"]
                          },
                          "title": {
                              "type": "string",
                              "title": "title"
                          }
                         
                      }
            }
         },
            
            "iconsr": { "type": "array",
                  "title": "icones bureau droite",
                  "format": "table",
                  "items": {
                      "type": "object",
                      "title": "icone bureau",
                      "properties": {
                          "img": {
                              "type": "string",
                              "title": "img",
                              "enum": ["#files"]
                          },
                          "title": {
                              "type": "string",
                              "title": "title"
                          }
                         
                      }
            }
                  
        }
                
        
    }
}