[
    {
        "id": "modale_rechercher_titre",
        "component": "component_form_field_text",
        "label": "Titre",
        "placeholder": "Titre",
        "adjust":
        {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_rechercher_button",
        "component": "component_form_button",
        "conf_button":
        [
            {
                "label": "Rechercher",
                "action": "rechercher",
                "class": "tb_button_green"
            }
        ],
        "adjust":
        {
            "align": "center",
            "top": "30px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    }
]