[
    {
        "id":"api",
        "component":"component_api",
        "ws_domain":""
    },
    {
        "id": "div_head",
        "component": "component_div",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "default"
        },
        "content": ["include:*application*/admin/zlib_mod/front/head/head"]
    },
    {
        "id": "filter_groupe",
        "component": "component_form_field_select",
        "label": "Groupe",
        "adjust": {"align":"center","top":"0px","left":"","right":"","bottom":"","width":"200px"}
    },
    {
        "id": "div_table",
        "component": "component_div",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "default"
        },
        "content": [
            {
                "id": "table_admin",
                "component": "component_table_admin",
                "cols": [
                    "Groupe",
                    "ref_type",
                    "nom",
                    "description"
                ],
                "sortable": "false",
                "sortableColumns": [],
                "col_action": "Action",
                "label_previous": "Previous",
                "label_next": "Next",
                "label_new": "New",
                "label_more": "More",
                "conf_action1": [
                    {
                        "label": "Rechercher",
                        "action": "event_search"
                    },
                    {
                        "label": "Réinitialiser filtres",
                        "action": "event_reset_filters"
                    },
                    {
                        "label": "Exporter",
                        "action": "event_export"
                    }
                ],
                "conf_action2": [
                    {"label": "Voir", "action": "event_view"},
                    {"label": "Récupérer code", "action": "event_get_code"},
                    {"label": "Paramétrer", "action": "event_param"}
                ],
                "search": "false",
                "simple_array": 0,
                "adjust": {
                    "align": "center",
                    "top": "",
                    "left": "",
                    "right": "",
                    "bottom": "",
                    "width": "90%"
                }
            }
        ]
    },
    {
        "id":"modale_param",
        "component":"component_modal_basic",
        "title":"Paramétrer",
        "message_loading":"Loading",
        "adjust": {
            "align": "",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        },
        "content":[
            {
                "id":"div_param_content",
                "component":"component_div",
                "adjust":{
                    "align":"center",
                    "top":"",
                    "left":"20px",
                    "right":"20px",
                    "bottom":"",
                    "width":"default"
                },
                "content": ["include:modale_param"]
            }
        ]
    },
    {
        "id":"modale_rechercher",
        "component":"component_modal_basic",
        "title":"Recherche",
        "message_loading":"Loading",
        "adjust": {
            "align": "",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        },
        "content":["include:modale_rechercher"]
    }
,
    {
        "id": "div_footer",
        "component": "component_div",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "default"
        },
        "content": ["include:*application*/admin/zlib_mod/front/footer/footer"]
    }]
