[
    {
        "id": "head",
        "component": "component_nav_head",
        "logo": "helpdesk.jpg",
        "height_logo": "50",
        "label": "<br>",
        "adjust": {
            "align": "center",
            "top": "20px",
            "left": "10%",
            "right": "10%",
            "bottom": "20px",
            "width": "100%"
        }
    },
    {
        "id": "navmenu_head",
        "component": "component_nav_menu",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "0px",
            "width": ""
        }
    },
    {
        "id": "title_head",
        "component": "component_nav_title",
        "message": "Welcome !",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "20px",
            "width": ""
        }
    },
    {
        "id": "modale_alerte",
        "component": "component_modal_basic",
        "title": "Alertes",
        "message_loading": "Loading",
        "adjust": {
            "align": "right",
            "background": "no",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "400px"
        },
        "content": [
            {
                "id": "modale_alerte_container",
                "component": "component_alert",
                "adjust": {
                    "align": "",
                    "top": "10px",
                    "left": "",
                    "right": "",
                    "bottom": "",
                    "width": "100%"
                }
            }
        ]
    },
    {
        "id":"import_javascript_head",
        "component": "component_importscriptjs",
        "src":"*application*/admin/zlib_mod/front/head/head.js"
    },
    {
        "id":"import_css_head",
        "component": "component_importcss",
        "src":"*application*/admin/zlib_mod/front/head/head.css"
    }
]