[
    {
        "id": "modale_ajouter_question",
        "component": "component_form_field_text",
        "label": "Question",
        "placeholder": "Question",
        "help": "Question",
        "adjust": {
            "align": "center",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "10px",
            "width": "100%"
        }
    },
    {
        "id": "modale_ajouter_reponse",
        "component": "component_form_field_richtext",
        "label": "Réponse",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "100%",
            "height": "400px"
        },
        "allowMedia": true
    },
    {
        "id": "modale_ajouter_teambrain_sync",
        "component": "component_form_field_check",
        "label": "Synchroniser dans votre base de connaissances TeamBrain",
        "adjust": {
            "align": "left",
            "top": "10px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    },
    {
        "id": "div_container_teambrain_sync_ajouter",
        "component": "component_div",
        "adjust": {
            "align": "center",
            "top": "",
            "left": "",
            "right": "",
            "bottom": "",
            "width": "default",
            "display": "flex"
        },
        "content": [
            {
                "id": "modale_ajouter_groupe_select",
                "component": "component_form_field_select",
                "label": "Groupe",
                "adjust": {
                    "align": "left",
                    "top": "10px",
                    "left": "",
                    "right": "10px",
                    "bottom": "",
                    "width": "100%"
                }
            },
            {
                "id": "modale_ajouter_groupe_display",
                "component": "component_messagehtml",
                "html": "",
                "adjust": {
                    "align": "left",
                    "top": "10px",
                    "left": "",
                    "right": "10px",
                    "bottom": "",
                    "width": ""
                }
            },
            {
                "id": "modale_ajouter_topic_select",
                "component": "component_form_field_select",
                "label": "Topic",
                "adjust": {
                    "align": "left",
                    "top": "10px",
                    "left": "10px",
                    "right": "",
                    "bottom": "",
                    "width": "100%"
                }
            }
        ]
    },
    {
        "id": "modale_ajouter_button",
        "component": "component_form_button",
        "conf_button": [
            {"label": "Enregistrer", "action": "enregistrer", "class": "tb_button_green"}
        ],
        "adjust": {
            "align": "center",
            "top": "30px",
            "left": "",
            "right": "",
            "bottom": "",
            "width": ""
        }
    }
]
