Support

Account

Home Forums Search Search Results for 'Bi Directional Relation'

Search Results for 'Bi Directional Relation'

topic

  • Solving

    Migrating data from Post2Post to ACF Relationship

    I am trying to move a site that was built years ago with the Post2Post plugin over to using ACF Relationship fields (Bidirectional). If there are any resources for doing this (snippets or community supported plugins) please share them here.

    Thank you for any thoughts or solves for this in advance.

  • Solved

    Bidirectional Relationships With More Than 2 Post Types

    Well hello ACF PRO community, here my situation goes,

    I have 1 custom post type named “Contracts”

    and 2 another custom post types named “Payment 1”, “Payment 2”

    Contracts have a relationship field named “payment_contract”
    Also payments have the same field named “payment_contract”,

    “payment_contract” is bidirectional relationship field that I mentioned it in functions.php

    One payment can only be related to one contract but a contract can have more than one payments

    when I use it with only 1 payment type it works.

    But when I try to use it with more than 1 payment type, only one of the payment type works.

    I want to display related contract from the pages of payment 1 and payment 2, but only 1 works,

    I am using the code given in documents

    <?php $related_contract = get_field( 'payment_contract' ); ?>
    <?php if ( $related_contract ) : ?>
    <?php foreach ( $related_contract as $post ) : ?>
    <?php setup_postdata ( $post ); ?>
    
    ---- contract details go here ---
    
    <?php endforeach; ?>
    <?php wp_reset_postdata(); ?>
    <?php endif; ?>	
    

    it works on payment 1 and it returns blank in payment 2,

    before I added payment type 2, payment 1 was working just fine.

    I am wondering what can be wrong

  • Helping

    Change TAB reload edit page

    Hello,

    I encountered a fairly blocking bug with ACF on my WordPress site.

    I am using the latest pro version of ACF and the latest version of wordpress (5.7.1).

    When I edit one of my posts, I use a repeater which itself offers different fields as well as flexible content which is a clone of another flexible content.
    Parent flexible content is not displayed according to a condition on the tab preceding it.

    But the clone shows up well in my repeater.

    When editing one of the templates of my clone, different fields are divided between several tabs.

    The problem is that when you change tabs, the edit page automatically reloads.
    A call is made in network when changing tabs:
    http://tomlocal:8888/wp-admin/post.php?post=2416&action=edit

    I had this problem several times but I managed to bypass it by changing the structure of my fields.

    But in this case, I cannot change.

    I also encountered a problem while creating my clone. I was never able to select a field to clone, because the search indicated to me that it was impossible to load.

    So I had to go directly through a JSON edition of my group of controls to add my clone.

    I also have the impression that my group of fields is too heavy. I have encountered this problem several times: When I edited it, at times, after a backup, my modifications were not taken into account or even half.

    Here is the json of my field group and some screenshots.

    [
        {
            "key": "group_607ea806213f8",
            "title": "Webactivity",
            "fields": [
                {
                    "key": "field_607d8f1845526",
                    "label": "Options",
                    "name": "",
                    "type": "tab",
                    "instructions": "",
                    "required": 0,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "placement": "top",
                    "endpoint": 0
                },
                {
                    "key": "field_607da708dbb29",
                    "label": "Home personnalisée",
                    "name": "with_home",
                    "type": "radio",
                    "instructions": "Si activé, alors la webactivity utilisera un template \"Home\" comme point d'entré. \r\nCe template permettre d'accéder à des sous-webactivities. \r\nVous pourrez configurer vos sous-webactivities comme si vous configuriez les différents écrans d'une webactivity classique.",
                    "required": 0,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "choices": {
                        "true": "Avec",
                        "false": "Sans"
                    },
                    "allow_null": 0,
                    "other_choice": 0,
                    "default_value": "false",
                    "layout": "horizontal",
                    "return_format": "value",
                    "save_other_choice": 0
                },
                {
                    "key": "field_607d8f1845535",
                    "label": "Modèle",
                    "name": "model",
                    "type": "relationship",
                    "instructions": "Choisissez un modèle d'application.",
                    "required": 1,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "post_type": [
                        "modeles"
                    ],
                    "taxonomy": "",
                    "filters": [
                        "search"
                    ],
                    "elements": "",
                    "min": 1,
                    "max": 1,
                    "return_format": "id",
                    "acfe_bidirectional": {
                        "acfe_bidirectional_enabled": "0"
                    }
                },
                {
                    "key": "field_607d8f18454ec",
                    "label": "Ecrans",
                    "name": "",
                    "type": "tab",
                    "instructions": "",
                    "required": 0,
                    "conditional_logic": [
                        [
                            {
                                "field": "field_607da708dbb29",
                                "operator": "==",
                                "value": "false"
                            }
                        ]
                    ],
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "placement": "top",
                    "endpoint": 0
                },
                {
                    "key": "field_607d8f1845544",
                    "label": "Ecrans",
                    "name": "steps",
                    "type": "flexible_content",
                    "instructions": "Configurez les différents écrans de la webactivity en choisissant parmi la liste des différents templates pour chaque nouvel écran.",
                    "required": 0,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "acfe_flexible_advanced": 1,
                    "acfe_flexible_stylised_button": 1,
                    "acfe_flexible_layouts_templates": 0,
                    "acfe_flexible_layouts_placeholder": 1,
                    "acfe_flexible_layouts_thumbnails": 1,
                    "acfe_flexible_layouts_settings": 0,
                    "acfe_flexible_disable_ajax_title": 0,
                    "acfe_flexible_layouts_ajax": 1,
                    "acfe_flexible_add_actions": [],
                    "acfe_flexible_remove_button": [],
                    "acfe_flexible_modal_edit": {
                        "acfe_flexible_modal_edit_enabled": "1",
                        "acfe_flexible_modal_edit_size": "large"
                    },
                    "acfe_flexible_modal": {
                        "acfe_flexible_modal_enabled": "1",
                        "acfe_flexible_modal_title": "Choisir un template",
                        "acfe_flexible_modal_size": "small",
                        "acfe_flexible_modal_col": "4",
                        "acfe_flexible_modal_categories": "1"
                    },
                    "layouts": {
                        "layout_607d83e225c7e": {
                            "key": "layout_607d83e225c7e",
                            "name": "carrousel",
                            "label": "Carrousel",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f184959f",
                                    "label": "Carroussel",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f186fa78",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "100",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template permettant de créer un slider de une ou plusieurs slides. Ces écrans sont découpés en deux parties : \r\n- Affichage d'une image illustrant la slide.\r\n- Contenu varié (titres, texte, tableaux, boutons...).",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607da20887399",
                                            "label": "Options",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f186fa86",
                                            "label": "Avec navigation",
                                            "name": "with_nav",
                                            "type": "true_false",
                                            "instructions": "Si activé, alors le template affiche une navigation permettant de naviguer entre les différentes slides.",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "",
                                            "default_value": 0,
                                            "ui": 1,
                                            "ui_on_text": "",
                                            "ui_off_text": ""
                                        },
                                        {
                                            "key": "field_607d8f186fa8d",
                                            "label": "Type d'animation",
                                            "name": "animation",
                                            "type": "radio",
                                            "instructions": "Sélectionnez le type d'animation entre les différentes slides.",
                                            "required": 0,
                                            "conditional_logic": [
                                                [
                                                    {
                                                        "field": "field_607d8f186fa86",
                                                        "operator": "!=",
                                                        "value": "1"
                                                    }
                                                ]
                                            ],
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "choices": {
                                                "fade": "Fade",
                                                "slide": "Slide"
                                            },
                                            "allow_null": 0,
                                            "other_choice": 0,
                                            "default_value": "slide",
                                            "layout": "horizontal",
                                            "return_format": "value",
                                            "save_other_choice": 0
                                        },
                                        {
                                            "key": "field_607d8f186fa93",
                                            "label": "Slides",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f186fa99",
                                            "label": "Slides",
                                            "name": "slides",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 1,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une slide",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f18784c0",
                                                    "label": "Slide",
                                                    "name": "",
                                                    "type": "accordion",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "open": 0,
                                                    "multi_expand": 0,
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f18784d4",
                                                    "label": "Médias",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f18784e3",
                                                    "label": "Navigation média",
                                                    "name": "nav",
                                                    "type": "image",
                                                    "instructions": "Image affichée dans la navigation.",
                                                    "required": 1,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f186fa86",
                                                                "operator": "==",
                                                                "value": "1"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "thumbnail",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "png, svg"
                                                },
                                                {
                                                    "key": "field_607d8f18784eb",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "medium",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "jpg",
                                                    "acfe_settings": "",
                                                    "acfe_validate": ""
                                                },
                                                {
                                                    "key": "field_607d8f18784f4",
                                                    "label": "Contenu",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1878508",
                                                    "label": "Thumbnail",
                                                    "name": "thumb",
                                                    "type": "image",
                                                    "instructions": "Miniature affichée dans le contenu.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "thumbnail",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": ""
                                                },
                                                {
                                                    "key": "field_607d8f1878511",
                                                    "label": "Titre",
                                                    "name": "title",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": "",
                                                    "acfe_settings": "",
                                                    "acfe_validate": ""
                                                },
                                                {
                                                    "key": "field_607d8f1878519",
                                                    "label": "Contenu",
                                                    "name": "content",
                                                    "type": "textarea",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "maxlength": "",
                                                    "rows": "",
                                                    "new_lines": "",
                                                    "acfe_textarea_code": 0,
                                                    "acfe_settings": "",
                                                    "acfe_validate": ""
                                                },
                                                {
                                                    "key": "field_607d8f1878522",
                                                    "label": "Tableau",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f187852b",
                                                    "label": "Tableau",
                                                    "name": "array",
                                                    "type": "repeater",
                                                    "instructions": "Afficher un tableau à 2 colonnes dans le contenu.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "table",
                                                    "button_label": "Ajouter une ligne",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1888d7b",
                                                            "label": "Label",
                                                            "name": "label",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": "",
                                                            "acfe_validate": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f1888d96",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": "",
                                                            "acfe_validate": ""
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1878534",
                                                    "label": "Features",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f187853c",
                                                    "label": "Features",
                                                    "name": "features",
                                                    "type": "repeater",
                                                    "instructions": "Ajouter un tableau permettant d'opposer 2 éléments entre eux.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "block",
                                                    "button_label": "Ajouter une feature",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1890b25",
                                                            "label": "Titre de la feature",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": "",
                                                            "acfe_validate": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f1890b38",
                                                            "label": "Pictogramme colonne n°1",
                                                            "name": "col1media",
                                                            "type": "image",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "thumbnail",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": "png, svg",
                                                            "acfe_settings": "",
                                                            "acfe_validate": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f1890b4e",
                                                            "label": "Pictogramme colonne n°2",
                                                            "name": "col2media",
                                                            "type": "image",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "thumbnail",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": "png, svg",
                                                            "acfe_settings": "",
                                                            "acfe_validate": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f1890b57",
                                                            "label": "Tableau",
                                                            "name": "array",
                                                            "type": "repeater",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "acfe_repeater_stylised_button": 1,
                                                            "collapsed": "",
                                                            "min": 1,
                                                            "max": 0,
                                                            "layout": "table",
                                                            "button_label": "Ajouter une ligne",
                                                            "acfe_settings": "",
                                                            "sub_fields": [
                                                                {
                                                                    "key": "field_607d8f189691d",
                                                                    "label": "Label",
                                                                    "name": "label",
                                                                    "type": "text",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "50",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "default_value": "",
                                                                    "placeholder": "",
                                                                    "prepend": "",
                                                                    "append": "",
                                                                    "maxlength": "",
                                                                    "acfe_settings": "",
                                                                    "acfe_validate": ""
                                                                },
                                                                {
                                                                    "key": "field_607d8f1896927",
                                                                    "label": "Valeur col n°1",
                                                                    "name": "col1",
                                                                    "type": "true_false",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "25",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "acfe_permissions": "",
                                                                    "message": "",
                                                                    "default_value": 0,
                                                                    "ui": 0,
                                                                    "acfe_settings": "",
                                                                    "acfe_validate": "",
                                                                    "ui_on_text": "",
                                                                    "ui_off_text": ""
                                                                },
                                                                {
                                                                    "key": "field_607d8f189692d",
                                                                    "label": "Valeur col n°2",
                                                                    "name": "col2",
                                                                    "type": "true_false",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "25",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "acfe_permissions": "",
                                                                    "message": "",
                                                                    "default_value": 0,
                                                                    "ui": 0,
                                                                    "acfe_settings": "",
                                                                    "acfe_validate": "",
                                                                    "ui_on_text": "",
                                                                    "ui_off_text": ""
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1878545",
                                                    "label": "Boutons",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f187854e",
                                                    "label": "Boutons",
                                                    "name": "ctas",
                                                    "type": "repeater",
                                                    "instructions": "Si pas de substep définie, alors le bouton ouvrira l'écran suivant.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "table",
                                                    "button_label": "Ajouter un bouton",
                                                    "acfe_settings": "",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f18a10f3",
                                                            "label": "Label",
                                                            "name": "label",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": "",
                                                            "acfe_validate": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f18a1100",
                                                            "label": "Substep",
                                                            "name": "subStep",
                                                            "type": "acfe_slug",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": "",
                                                            "acfe_validate": ""
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1878556",
                                                    "label": "Options",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f187855f",
                                                    "label": "Label dans la navigation",
                                                    "name": "notNavLabel",
                                                    "type": "true_false",
                                                    "instructions": "Afficher ou non le titre de la slide dans la navigation.",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f186fa86",
                                                                "operator": "==",
                                                                "value": "1"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "message": "",
                                                    "default_value": 0,
                                                    "ui": 1,
                                                    "ui_on_text": "Cacher",
                                                    "ui_off_text": "Visible"
                                                },
                                                {
                                                    "key": "field_607d8f1878567",
                                                    "label": "Alignement du média",
                                                    "name": "mediaposition",
                                                    "type": "radio",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "choices": {
                                                        "top": "Haut",
                                                        "center": "Centre",
                                                        "bottom": "Bas"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "default_value": "center",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "acfe_settings": "",
                                                    "acfe_validate": "",
                                                    "save_other_choice": 0
                                                },
                                                {
                                                    "key": "field_607d8f1878571",
                                                    "label": "Alignement du contenu",
                                                    "name": "contentposition",
                                                    "type": "radio",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "choices": {
                                                        "left": "Left",
                                                        "center": "Center",
                                                        "right": "Right"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "default_value": "center",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "acfe_settings": "",
                                                    "acfe_validate": "",
                                                    "save_other_choice": 0
                                                },
                                                {
                                                    "key": "field_607d8f187857a",
                                                    "label": "Forme sur le média",
                                                    "name": "shape",
                                                    "type": "true_false",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "message": "",
                                                    "default_value": 0,
                                                    "ui": 1,
                                                    "ui_on_text": "Avec",
                                                    "ui_off_text": "Sans",
                                                    "acfe_settings": "",
                                                    "acfe_validate": ""
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "basique"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607d90409e0f2": {
                            "key": "layout_607d90409e0f2",
                            "name": "simple",
                            "label": "Simple",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495ba",
                                    "label": "Simple",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f18b402c",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template classique permettant d'introduire une webactivity ou un sujet.\r\nUne image plein écran est affichée en arrière plan. \r\nDu contenu est affiché dans la partie supérieure. \r\nDes boutons sont affichés dans la partie inférieure.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607d8f18b4048",
                                            "label": "Contenu",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f18b4052",
                                            "label": "Média",
                                            "name": "media",
                                            "type": "image",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "acfe_thumbnail": 0,
                                            "return_format": "url",
                                            "preview_size": "medium",
                                            "library": "uploadedTo",
                                            "min_width": "",
                                            "min_height": "",
                                            "min_size": "",
                                            "max_width": "",
                                            "max_height": "",
                                            "max_size": "",
                                            "mime_types": "jpg"
                                        },
                                        {
                                            "key": "field_607d8f18b405a",
                                            "label": "Sur-titre",
                                            "name": "suptitle",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": ""
                                        },
                                        {
                                            "key": "field_607d8f18b4063",
                                            "label": "Titre",
                                            "name": "title",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": ""
                                        },
                                        {
                                            "key": "field_607d8f18b406b",
                                            "label": "Contenu",
                                            "name": "content",
                                            "type": "textarea",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "maxlength": "",
                                            "rows": "",
                                            "new_lines": "",
                                            "acfe_textarea_code": 0
                                        },
                                        {
                                            "key": "field_607d8f18b4074",
                                            "label": "Boutons",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f18b407d",
                                            "label": "Boutons",
                                            "name": "ctas",
                                            "type": "repeater",
                                            "instructions": "Si pas de substep définie, alors le bouton ouvrira l'écran suivant.",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 0,
                                            "max": 0,
                                            "layout": "table",
                                            "button_label": "Ajouter un bouton",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f18c2067",
                                                    "label": "Label",
                                                    "name": "label",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": ""
                                                },
                                                {
                                                    "key": "field_607d8f18c2077",
                                                    "label": "Substep",
                                                    "name": "subStep",
                                                    "type": "acfe_slug",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": ""
                                                }
                                            ]
                                        },
                                        {
                                            "key": "field_607d8f18b4085",
                                            "label": "Options",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f18b408f",
                                            "label": "Alignement du média",
                                            "name": "mediaposition",
                                            "type": "radio",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "choices": {
                                                "top": "Haut",
                                                "center": "Centre",
                                                "bottom": "Bas"
                                            },
                                            "allow_null": 0,
                                            "other_choice": 0,
                                            "save_other_choice": 0,
                                            "default_value": "center",
                                            "layout": "horizontal",
                                            "return_format": "value"
                                        },
                                        {
                                            "key": "field_607d8f18b4097",
                                            "label": "Alignement du contenu",
                                            "name": "contentposition",
                                            "type": "radio",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "choices": {
                                                "left": "Left",
                                                "center": "Center",
                                                "right": "Right"
                                            },
                                            "allow_null": 0,
                                            "other_choice": 0,
                                            "save_other_choice": 0,
                                            "default_value": "center",
                                            "layout": "horizontal",
                                            "return_format": "value"
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "basique"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607d9fea5c4e8": {
                            "key": "layout_607d9fea5c4e8",
                            "name": "introduction",
                            "label": "Introduction",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495ca",
                                    "label": "Introduction",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f18cfdfc",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template permettant d'introduire un mini-jeu.\r\nLa partie haute affiche une image ou vidéo illustrant les règles du jeu.\r\nLa partie inférieure affiche du contenu textuel.\r\nUn bouton permet d'accéder au mini-jeu.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607d8f18cfe3b",
                                            "label": "Contenu",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f18cfe4b",
                                            "label": "Média",
                                            "name": "media",
                                            "type": "file",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "return_format": "url",
                                            "library": "all",
                                            "min_size": "",
                                            "max_size": "",
                                            "mime_types": "jpg, mp4"
                                        },
                                        {
                                            "key": "field_607d8f18cfe59",
                                            "label": "Sur-titre",
                                            "name": "suptitle",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": ""
                                        },
                                        {
                                            "key": "field_607d8f18cfe62",
                                            "label": "Titre",
                                            "name": "title",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": ""
                                        },
                                        {
                                            "key": "field_607d8f18cfe8c",
                                            "label": "Contenu",
                                            "name": "content",
                                            "type": "textarea",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "maxlength": "",
                                            "rows": "",
                                            "new_lines": "",
                                            "acfe_textarea_code": 0
                                        },
                                        {
                                            "key": "field_607d8f18cfe9f",
                                            "label": "Bouton",
                                            "name": "cta",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": ""
                                        },
                                        {
                                            "key": "field_607d8f18cfeaa",
                                            "label": "Options",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f18cfebb",
                                            "label": "Alignement du contenu",
                                            "name": "contentposition",
                                            "type": "radio",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "choices": {
                                                "left": "Left",
                                                "center": "Center",
                                                "right": "Right"
                                            },
                                            "allow_null": 0,
                                            "other_choice": 0,
                                            "save_other_choice": 0,
                                            "default_value": "center",
                                            "layout": "horizontal",
                                            "return_format": "value"
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "basique"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607da0385c4f7": {
                            "key": "layout_607da0385c4f7",
                            "name": "clickable",
                            "label": "Clickable",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495d1",
                                    "label": "Clickable",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f18e38d5",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template affichant une image interactive en plein écran. Des zones de clique, symbolisées par des bulles numérotées, sont affichées par dessus. L'utilisateur obtient plus d'informations au clique sur l'une d'elles.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607da3c2b8690",
                                            "label": "Options",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f18e38f5",
                                            "label": "Média",
                                            "name": "media",
                                            "type": "image",
                                            "instructions": "Image d'arrière plan.",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "acfe_thumbnail": 0,
                                            "return_format": "url",
                                            "preview_size": "medium",
                                            "library": "all",
                                            "min_width": "",
                                            "min_height": "",
                                            "min_size": "",
                                            "max_width": "",
                                            "max_height": "",
                                            "max_size": "",
                                            "mime_types": "jpg"
                                        },
                                        {
                                            "key": "field_607d8f18e38ff",
                                            "label": "Points clés",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f18e3908",
                                            "label": "Points clés",
                                            "name": "keys",
                                            "type": "repeater",
                                            "instructions": "Ajoutez des zones de cliques sur le média de fond. Lors du clique sur l'une d'elle, l'utilisateur affiche une information.",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 1,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter un point clé",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f18eab08",
                                                    "label": "Point clé",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab11",
                                                    "label": "Options",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab18",
                                                    "label": "Type",
                                                    "name": "type",
                                                    "type": "radio",
                                                    "instructions": "Sélectionner le type d'ouverture souhaité lors du clique sur un élément.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "choices": {
                                                        "popin": "Popin",
                                                        "tooltip": "Tooltip"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "default_value": "tooltip",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "save_other_choice": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab1e",
                                                    "label": "Couleur",
                                                    "name": "color",
                                                    "type": "color_picker",
                                                    "instructions": "Couleur de la zone de clique.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "#7f7f7f"
                                                },
                                                {
                                                    "key": "field_607d8f18eab24",
                                                    "label": "Position",
                                                    "name": "position",
                                                    "type": "group",
                                                    "instructions": "Position en pourcentage (%) de la zone de clique.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "table",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f18f2f62",
                                                            "label": "Left",
                                                            "name": "x",
                                                            "type": "range",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "min": "",
                                                            "max": "",
                                                            "step": "",
                                                            "prepend": "",
                                                            "append": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f18f2f71",
                                                            "label": "Top",
                                                            "name": "y",
                                                            "type": "range",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "min": "",
                                                            "max": "",
                                                            "step": "",
                                                            "prepend": "",
                                                            "append": ""
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f18eab2a",
                                                    "label": "Alignement du média",
                                                    "name": "mediaposition",
                                                    "type": "radio",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f18eab18",
                                                                "operator": "==",
                                                                "value": "popin"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "choices": {
                                                        "top": "Haut",
                                                        "center": "Centre",
                                                        "bottom": "Bas"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "default_value": "center",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "save_other_choice": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab30",
                                                    "label": "Alignement du contenu",
                                                    "name": "contentposition",
                                                    "type": "radio",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f18eab18",
                                                                "operator": "==",
                                                                "value": "popin"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "choices": {
                                                        "left": "Left",
                                                        "center": "Center",
                                                        "right": "Right"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "default_value": "center",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "save_other_choice": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab36",
                                                    "label": "Médias",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab3b",
                                                    "label": "Aide",
                                                    "name": "",
                                                    "type": "message",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f18eab18",
                                                                "operator": "==",
                                                                "value": "popin"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "message": "Si vous ne mettez pas de contenu (titre, contenu, thumbnail, array features ou boutons) l'image s'ouvrira en plein écran.",
                                                    "new_lines": "br",
                                                    "esc_html": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab43",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "medium",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "jpg"
                                                },
                                                {
                                                    "key": "field_607d8f18eab5a",
                                                    "label": "Contenu",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab62",
                                                    "label": "Thumbnail",
                                                    "name": "thumb",
                                                    "type": "image",
                                                    "instructions": "Miniature affichée dans le contenu.",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f18eab18",
                                                                "operator": "==",
                                                                "value": "popin"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "thumbnail",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "jpg, png, svg"
                                                },
                                                {
                                                    "key": "field_607d8f18eab6b",
                                                    "label": "Titre",
                                                    "name": "title",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": ""
                                                },
                                                {
                                                    "key": "field_607d8f18eab73",
                                                    "label": "Contenu",
                                                    "name": "content",
                                                    "type": "textarea",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "maxlength": "",
                                                    "rows": "",
                                                    "new_lines": "",
                                                    "acfe_textarea_code": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab7c",
                                                    "label": "Tableau",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f18eab18",
                                                                "operator": "==",
                                                                "value": "popin"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab84",
                                                    "label": "Tableau",
                                                    "name": "array",
                                                    "type": "repeater",
                                                    "instructions": "Afficher un tableau à 2 colonnes dans le contenu.",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f18eab18",
                                                                "operator": "==",
                                                                "value": "popin"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "table",
                                                    "button_label": "Ajouter une ligne",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f19182f1",
                                                            "label": "Label",
                                                            "name": "label",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f1918332",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": ""
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f18eab8c",
                                                    "label": "Features",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f18eab18",
                                                                "operator": "==",
                                                                "value": "popin"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f18eab95",
                                                    "label": "Features",
                                                    "name": "features",
                                                    "type": "repeater",
                                                    "instructions": "Ajouter un tableau permettant d'opposer 2 éléments entre eux.",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f18eab18",
                                                                "operator": "==",
                                                                "value": "popin"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "block",
                                                    "button_label": "Ajouter une feature",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1922382",
                                                            "label": "Titre de la feature",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f192238c",
                                                            "label": "Pictogramme colonne n°1",
                                                            "name": "col1media",
                                                            "type": "image",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "thumbnail",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": "png, svg"
                                                        },
                                                        {
                                                            "key": "field_607d8f1922392",
                                                            "label": "Pictogramme colonne n°2",
                                                            "name": "col2media",
                                                            "type": "image",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "thumbnail",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": "png, svg"
                                                        },
                                                        {
                                                            "key": "field_607d8f1922398",
                                                            "label": "Tableau",
                                                            "name": "array",
                                                            "type": "repeater",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_repeater_stylised_button": 1,
                                                            "collapsed": "",
                                                            "min": 1,
                                                            "max": 0,
                                                            "layout": "table",
                                                            "button_label": "Ajouter une ligne",
                                                            "sub_fields": [
                                                                {
                                                                    "key": "field_607d8f192a34f",
                                                                    "label": "Label",
                                                                    "name": "label",
                                                                    "type": "text",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "50",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "default_value": "",
                                                                    "placeholder": "",
                                                                    "prepend": "",
                                                                    "append": "",
                                                                    "maxlength": ""
                                                                },
                                                                {
                                                                    "key": "field_607d8f192a35d",
                                                                    "label": "Valeur col n°1",
                                                                    "name": "col1",
                                                                    "type": "true_false",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "25",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "message": "",
                                                                    "default_value": 0,
                                                                    "ui": 0,
                                                                    "ui_on_text": "",
                                                                    "ui_off_text": ""
                                                                },
                                                                {
                                                                    "key": "field_607d8f192a367",
                                                                    "label": "Valeur col n°2",
                                                                    "name": "col2",
                                                                    "type": "true_false",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "25",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "message": "",
                                                                    "default_value": 0,
                                                                    "ui": 0,
                                                                    "ui_on_text": "",
                                                                    "ui_off_text": ""
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "basique"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607da08bab630": {
                            "key": "layout_607da08bab630",
                            "name": "story",
                            "label": "Story",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495d7",
                                    "label": "Story",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f1938f50",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template mettant un média (image ou vidéo) plein écran en avant. \r\nUne ou plusieurs slides peuvent être ajoutées.\r\nDu texte disposé dans la partie inférieure, peut illustrer chaque slide.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607da2ac8739a",
                                            "label": "Options",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1938f60",
                                            "label": "Contraste du fond",
                                            "name": "whiteBackground",
                                            "type": "true_false",
                                            "instructions": "Si le fond du média est clair, alors cette case doit être cochée. Le texte passera en couleur noire.",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_permissions": "",
                                            "message": "",
                                            "default_value": 0,
                                            "ui": 1,
                                            "ui_on_text": "Fond clair",
                                            "ui_off_text": "Fond foncé",
                                            "acfe_settings": "",
                                            "acfe_validate": ""
                                        },
                                        {
                                            "key": "field_607da2c18739b",
                                            "label": "Slides",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1938f67",
                                            "label": "Slides",
                                            "name": "slides",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": [
                                                [
                                                    {
                                                        "field": "field_607d8f1849572",
                                                        "operator": "==",
                                                        "value": "story"
                                                    }
                                                ]
                                            ],
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_permissions": "",
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 1,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une slide",
                                            "acfe_settings": "",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f193e64b",
                                                    "label": "Slide",
                                                    "name": "",
                                                    "type": "accordion",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "open": 0,
                                                    "multi_expand": 0,
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f193e659",
                                                    "label": "Médias",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f193e662",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "file",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "uploader": "wp",
                                                    "return_format": "url",
                                                    "library": "uploadedTo",
                                                    "min_size": "",
                                                    "max_size": "",
                                                    "mime_types": "jpg, mp4",
                                                    "acfe_settings": "",
                                                    "acfe_validate": ""
                                                },
                                                {
                                                    "key": "field_607d8f193e66b",
                                                    "label": "Contenu",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f193e674",
                                                    "label": "Key",
                                                    "name": "key",
                                                    "type": "text",
                                                    "instructions": "Entrez un chiffre ou une lettre.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": 3,
                                                    "acfe_settings": "",
                                                    "acfe_validate": ""
                                                },
                                                {
                                                    "key": "field_607d8f193e67c",
                                                    "label": "Sur-titre",
                                                    "name": "suptitle",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": "",
                                                    "acfe_settings": "",
                                                    "acfe_validate": ""
                                                },
                                                {
                                                    "key": "field_607d8f193e684",
                                                    "label": "Titre",
                                                    "name": "title",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": "",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f193e68d",
                                                    "label": "Contenu",
                                                    "name": "content",
                                                    "type": "textarea",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "maxlength": "",
                                                    "rows": "",
                                                    "new_lines": "",
                                                    "acfe_textarea_code": 0,
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f193e696",
                                                    "label": "Boutons",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f193e69f",
                                                    "label": "Boutons",
                                                    "name": "ctas",
                                                    "type": "repeater",
                                                    "instructions": "Si pas de substep définie, alors le bouton ouvrira l'écran suivant.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "table",
                                                    "button_label": "Ajouter un bouton",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f194efae",
                                                            "label": "Label",
                                                            "name": "label",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "key": "field_607d8f194efbb",
                                                            "label": "Substep",
                                                            "name": "subStep",
                                                            "type": "acfe_slug",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f193e6a7",
                                                    "label": "Options",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f193e6b0",
                                                    "label": "Alignement du média",
                                                    "name": "mediaposition",
                                                    "type": "radio",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "choices": {
                                                        "top": "Haut",
                                                        "center": "Centre",
                                                        "bottom": "Bas"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "save_other_choice": 0,
                                                    "default_value": "center",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f193e6b9",
                                                    "label": "Alignement du contenu",
                                                    "name": "contentposition",
                                                    "type": "radio",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "choices": {
                                                        "left": "Left",
                                                        "center": "Center",
                                                        "right": "Right"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "save_other_choice": 0,
                                                    "default_value": "center",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "basique"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607da0bdab653": {
                            "key": "layout_607da0bdab653",
                            "name": "dragdrop",
                            "label": "Drag & Drop",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495e3",
                                    "label": "DragDrop",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f195ca0e",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template constitué de plusieurs slides. \r\nChaque slide affiche dans sa partie supérieure une image et dans sa partie inférieure du contenu varié.\r\nLa navigation entre les slides se fait en utilisant un curseur inspiré d'une timeline à plusieurs étapes.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607d8f195ca1b",
                                            "label": "Slides",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f195ca45",
                                            "label": "Slides",
                                            "name": "slides",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 2,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une slide",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f1961c6c",
                                                    "label": "Slide",
                                                    "name": "",
                                                    "type": "accordion",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "open": 0,
                                                    "multi_expand": 0,
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1961c78",
                                                    "label": "Médias",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1961c7e",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "medium",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "jpg",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f1961c84",
                                                    "label": "Contenu",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1961c8a",
                                                    "label": "Thumbnail",
                                                    "name": "thumb",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "thumbnail",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f1961c8f",
                                                    "label": "Titre",
                                                    "name": "title",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": "",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f1961c95",
                                                    "label": "Contenu",
                                                    "name": "content",
                                                    "type": "textarea",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "maxlength": "",
                                                    "rows": "",
                                                    "new_lines": "",
                                                    "acfe_textarea_code": 0,
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f1961c9b",
                                                    "label": "Tableau",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1961ca1",
                                                    "label": "Tableau",
                                                    "name": "array",
                                                    "type": "repeater",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "table",
                                                    "button_label": "Ajouter une ligne",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f197002f",
                                                            "label": "Label",
                                                            "name": "label",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "key": "field_607d8f1970049",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1961ca7",
                                                    "label": "Features",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1961cad",
                                                    "label": "Features",
                                                    "name": "features",
                                                    "type": "repeater",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "block",
                                                    "button_label": "Ajouter une feature",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1977e43",
                                                            "label": "Titre de la feature",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "key": "field_607d8f1977e4b",
                                                            "label": "Pictogramme colonne n°1",
                                                            "name": "col1media",
                                                            "type": "image",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "thumbnail",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": "png, svg",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "key": "field_607d8f1977e50",
                                                            "label": "Pictogramme colonne n°2",
                                                            "name": "col2media",
                                                            "type": "image",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "thumbnail",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": "png, svg",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "key": "field_607d8f1977e56",
                                                            "label": "Tableau",
                                                            "name": "array",
                                                            "type": "repeater",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "acfe_repeater_stylised_button": 1,
                                                            "collapsed": "",
                                                            "min": 1,
                                                            "max": 0,
                                                            "layout": "table",
                                                            "button_label": "Ajouter une ligne",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "sub_fields": [
                                                                {
                                                                    "key": "field_607d8f197e9b5",
                                                                    "label": "Label",
                                                                    "name": "label",
                                                                    "type": "text",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "50",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "acfe_permissions": "",
                                                                    "default_value": "",
                                                                    "placeholder": "",
                                                                    "prepend": "",
                                                                    "append": "",
                                                                    "maxlength": "",
                                                                    "acfe_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_location": "",
                                                                            "acfe_settings_settings": {
                                                                                "acfcloneindex": {
                                                                                    "acfe_settings_setting_type": "required",
                                                                                    "acfe_settings_setting_name": "",
                                                                                    "acfe_settings_setting_operator": "true",
                                                                                    "acfe_settings_setting_value": ""
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "acfe_validate": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_location": "",
                                                                            "acfe_validate_rules_and": {
                                                                                "acfcloneindex": {
                                                                                    "acfe_validate_function": "value",
                                                                                    "acfe_validate_operator": "==",
                                                                                    "acfe_validate_match": ""
                                                                                }
                                                                            },
                                                                            "acfe_validate_error": ""
                                                                        }
                                                                    }
                                                                },
                                                                {
                                                                    "key": "field_607d8f197e9d2",
                                                                    "label": "Valeur col n°1",
                                                                    "name": "col1",
                                                                    "type": "true_false",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "25",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "acfe_permissions": "",
                                                                    "message": "",
                                                                    "default_value": 0,
                                                                    "ui": 0,
                                                                    "ui_on_text": "",
                                                                    "ui_off_text": "",
                                                                    "acfe_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_location": "",
                                                                            "acfe_settings_settings": {
                                                                                "acfcloneindex": {
                                                                                    "acfe_settings_setting_type": "required",
                                                                                    "acfe_settings_setting_name": "",
                                                                                    "acfe_settings_setting_operator": "true",
                                                                                    "acfe_settings_setting_value": ""
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "acfe_validate": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_location": "",
                                                                            "acfe_validate_rules_and": {
                                                                                "acfcloneindex": {
                                                                                    "acfe_validate_function": "value",
                                                                                    "acfe_validate_operator": "==",
                                                                                    "acfe_validate_match": ""
                                                                                }
                                                                            },
                                                                            "acfe_validate_error": ""
                                                                        }
                                                                    }
                                                                },
                                                                {
                                                                    "key": "field_607d8f197e9ea",
                                                                    "label": "Valeur col n°2",
                                                                    "name": "col2",
                                                                    "type": "true_false",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "25",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "acfe_permissions": "",
                                                                    "message": "",
                                                                    "default_value": 0,
                                                                    "ui": 0,
                                                                    "ui_on_text": "",
                                                                    "ui_off_text": "",
                                                                    "acfe_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_location": "",
                                                                            "acfe_settings_settings": {
                                                                                "acfcloneindex": {
                                                                                    "acfe_settings_setting_type": "required",
                                                                                    "acfe_settings_setting_name": "",
                                                                                    "acfe_settings_setting_operator": "true",
                                                                                    "acfe_settings_setting_value": ""
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "acfe_validate": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_location": "",
                                                                            "acfe_validate_rules_and": {
                                                                                "acfcloneindex": {
                                                                                    "acfe_validate_function": "value",
                                                                                    "acfe_validate_operator": "==",
                                                                                    "acfe_validate_match": ""
                                                                                }
                                                                            },
                                                                            "acfe_validate_error": ""
                                                                        }
                                                                    }
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1961cb3",
                                                    "label": "Boutons",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1961cb9",
                                                    "label": "Boutons",
                                                    "name": "ctas",
                                                    "type": "repeater",
                                                    "instructions": "Si pas de substep définie, alors le bouton ouvrira l'écran suivant.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "table",
                                                    "button_label": "Ajouter un bouton",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1989e2e",
                                                            "label": "Label",
                                                            "name": "label",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "key": "field_607d8f1989e36",
                                                            "label": "Substep",
                                                            "name": "subStep",
                                                            "type": "acfe_slug",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "50",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_permissions": "",
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": "",
                                                            "acfe_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_location": "",
                                                                    "acfe_settings_settings": {
                                                                        "acfcloneindex": {
                                                                            "acfe_settings_setting_type": "required",
                                                                            "acfe_settings_setting_name": "",
                                                                            "acfe_settings_setting_operator": "true",
                                                                            "acfe_settings_setting_value": ""
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "acfe_validate": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_location": "",
                                                                    "acfe_validate_rules_and": {
                                                                        "acfcloneindex": {
                                                                            "acfe_validate_function": "value",
                                                                            "acfe_validate_operator": "==",
                                                                            "acfe_validate_match": ""
                                                                        }
                                                                    },
                                                                    "acfe_validate_error": ""
                                                                }
                                                            }
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1961cbe",
                                                    "label": "Options",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "placement": "left",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1961cc4",
                                                    "label": "Alignement du média",
                                                    "name": "mediaposition",
                                                    "type": "radio",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "choices": {
                                                        "top": "Haut",
                                                        "center": "Centre",
                                                        "bottom": "Bas"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "save_other_choice": 0,
                                                    "default_value": "center",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f1961cca",
                                                    "label": "Alignement du contenu",
                                                    "name": "contentposition",
                                                    "type": "radio",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "choices": {
                                                        "left": "Left",
                                                        "center": "Center",
                                                        "right": "Right"
                                                    },
                                                    "allow_null": 0,
                                                    "other_choice": 0,
                                                    "save_other_choice": 0,
                                                    "default_value": "center",
                                                    "layout": "horizontal",
                                                    "return_format": "value",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                },
                                                {
                                                    "key": "field_607d8f1961cd0",
                                                    "label": "Forme sur le média",
                                                    "name": "shape",
                                                    "type": "true_false",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_permissions": "",
                                                    "message": "",
                                                    "default_value": 0,
                                                    "ui": 1,
                                                    "ui_on_text": "Avec",
                                                    "ui_off_text": "Sans",
                                                    "acfe_settings": {
                                                        "acfcloneindex": {
                                                            "acfe_settings_location": "",
                                                            "acfe_settings_settings": {
                                                                "acfcloneindex": {
                                                                    "acfe_settings_setting_type": "required",
                                                                    "acfe_settings_setting_name": "",
                                                                    "acfe_settings_setting_operator": "true",
                                                                    "acfe_settings_setting_value": ""
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "acfe_validate": {
                                                        "acfcloneindex": {
                                                            "acfe_validate_location": "",
                                                            "acfe_validate_rules_and": {
                                                                "acfcloneindex": {
                                                                    "acfe_validate_function": "value",
                                                                    "acfe_validate_operator": "==",
                                                                    "acfe_validate_match": ""
                                                                }
                                                            },
                                                            "acfe_validate_error": ""
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "basique"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607da0dcab667": {
                            "key": "layout_607da0dcab667",
                            "name": "parallaxe",
                            "label": "Parallaxe",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495ea",
                                    "label": "Parallaxe",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f1999274",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template constitué de plusieurs slides qui défilent avec un mouvement de parallaxe. \r\nChaque slide peut afficher des zones de cliques identifiables par un \"+\".\r\nChaque slide peut aussi afficher un titre et du contenu disposés en bas de l'écran.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607d8f199927c",
                                            "label": "Medias",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1999282",
                                            "label": "Texte ou Image",
                                            "name": "text_or_image",
                                            "type": "radio",
                                            "instructions": "Choisissez si l'élément d'arrière plan sera un texte ou une image.",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "40",
                                                "class": "",
                                                "id": ""
                                            },
                                            "choices": {
                                                "text": "Texte",
                                                "image": "Image"
                                            },
                                            "allow_null": 0,
                                            "other_choice": 0,
                                            "default_value": "text",
                                            "layout": "horizontal",
                                            "return_format": "value",
                                            "save_other_choice": 0
                                        },
                                        {
                                            "key": "field_607d8f199929e",
                                            "label": "Texte d'arrière plan",
                                            "name": "textBack",
                                            "type": "text",
                                            "instructions": "Texte en arrière plan avec un effet de parallaxe",
                                            "required": 0,
                                            "conditional_logic": [
                                                [
                                                    {
                                                        "field": "field_607d8f1999282",
                                                        "operator": "==",
                                                        "value": "text"
                                                    }
                                                ]
                                            ],
                                            "wrapper": {
                                                "width": "60",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": 25
                                        },
                                        {
                                            "key": "field_607d8f19992a7",
                                            "label": "Image d'arrière plan",
                                            "name": "imgBack",
                                            "type": "image",
                                            "instructions": "Image en arrière plan avec un effet de parallaxe",
                                            "required": 0,
                                            "conditional_logic": [
                                                [
                                                    {
                                                        "field": "field_607d8f1999282",
                                                        "operator": "==",
                                                        "value": "image"
                                                    }
                                                ]
                                            ],
                                            "wrapper": {
                                                "width": "60",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "acfe_thumbnail": 0,
                                            "return_format": "url",
                                            "preview_size": "thumbnail",
                                            "library": "uploadedTo",
                                            "min_width": "",
                                            "min_height": "",
                                            "min_size": "",
                                            "max_width": "",
                                            "max_height": "",
                                            "max_size": "",
                                            "mime_types": "png"
                                        },
                                        {
                                            "key": "field_607d8f19992af",
                                            "label": "Images de second plan",
                                            "name": "imgsBack",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "50",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 0,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une image",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f19a2649",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "thumbnail",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "png"
                                                },
                                                {
                                                    "key": "field_607d8f19a2652",
                                                    "label": "Vitesse",
                                                    "name": "speed",
                                                    "type": "number",
                                                    "instructions": "Vitesse de l'effet parallaxe de l'image lors d'un déplacement.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": 1,
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "min": "",
                                                    "max": "",
                                                    "step": ""
                                                },
                                                {
                                                    "key": "field_607d8f19a2657",
                                                    "label": "Décalage X",
                                                    "name": "offsetx",
                                                    "type": "text",
                                                    "instructions": "Décalage de l'image (en px ou pourcentage)",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": 0,
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": ""
                                                }
                                            ]
                                        },
                                        {
                                            "key": "field_607d8f19992b8",
                                            "label": "Images de premier plan",
                                            "name": "imgsFront",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "50",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 0,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une image",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f19aa7e7",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "thumbnail",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "png"
                                                },
                                                {
                                                    "key": "field_607d8f19aa7f6",
                                                    "label": "Vitesse",
                                                    "name": "speed",
                                                    "type": "number",
                                                    "instructions": "Vitesse de l'effet parallaxe de l'image lors d'un déplacement.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": 1,
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "min": "",
                                                    "max": "",
                                                    "step": ""
                                                },
                                                {
                                                    "key": "field_607d8f19aa800",
                                                    "label": "Décalage X",
                                                    "name": "offsetx",
                                                    "type": "text",
                                                    "instructions": "Décalage de l'image (en px ou pourcentage)",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": 0,
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": ""
                                                }
                                            ]
                                        },
                                        {
                                            "key": "field_607d8f19992c1",
                                            "label": "Slides",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f19992c9",
                                            "label": "Slides",
                                            "name": "slides",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 1,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une slide",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f19b457d",
                                                    "label": "Slide",
                                                    "name": "",
                                                    "type": "accordion",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "open": 0,
                                                    "multi_expand": 0,
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f19b4587",
                                                    "label": "Contenu",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f19b45a0",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "medium",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "jpg, png"
                                                },
                                                {
                                                    "key": "field_607d8f19b45a9",
                                                    "label": "Titre",
                                                    "name": "title",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": 25
                                                },
                                                {
                                                    "key": "field_607d8f19b45b1",
                                                    "label": "Contenu",
                                                    "name": "content",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": 80
                                                },
                                                {
                                                    "key": "field_607d8f19b45ba",
                                                    "label": "Popins",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f19b45c3",
                                                    "label": "Elements",
                                                    "name": "items",
                                                    "type": "repeater",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 0,
                                                    "max": 0,
                                                    "layout": "block",
                                                    "button_label": "Ajouter une zone",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607da486b8691",
                                                            "label": "Zone",
                                                            "name": "",
                                                            "type": "tab",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "placement": "top",
                                                            "endpoint": 0
                                                        },
                                                        {
                                                            "key": "field_607d8f19c0795",
                                                            "label": "Zone",
                                                            "name": "ctaPos",
                                                            "type": "group",
                                                            "instructions": "Position de la zone cliquable (en px ou pourcentage).",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "layout": "block",
                                                            "acfe_seamless_style": 1,
                                                            "acfe_group_modal": 0,
                                                            "sub_fields": [
                                                                {
                                                                    "key": "field_607d8f19c25ae",
                                                                    "label": "X",
                                                                    "name": "x",
                                                                    "type": "text",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "50",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "default_value": "",
                                                                    "placeholder": "",
                                                                    "prepend": "",
                                                                    "append": "",
                                                                    "maxlength": ""
                                                                },
                                                                {
                                                                    "key": "field_607d8f19c25b8",
                                                                    "label": "Y",
                                                                    "name": "y",
                                                                    "type": "text",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "50",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "default_value": "",
                                                                    "placeholder": "",
                                                                    "prepend": "",
                                                                    "append": "",
                                                                    "maxlength": ""
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07a4",
                                                            "label": "Popin",
                                                            "name": "",
                                                            "type": "tab",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "placement": "top",
                                                            "endpoint": 0
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07ad",
                                                            "label": "Médias",
                                                            "name": "",
                                                            "type": "tab",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "placement": "left",
                                                            "endpoint": 0
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07b6",
                                                            "label": "Média",
                                                            "name": "media",
                                                            "type": "image",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "medium",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": "jpg"
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07bf",
                                                            "label": "Contenu",
                                                            "name": "",
                                                            "type": "tab",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "placement": "left",
                                                            "endpoint": 0
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07c7",
                                                            "label": "Thumbnail",
                                                            "name": "thumb",
                                                            "type": "image",
                                                            "instructions": "Miniature affichée dans le contenu.",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "thumbnail",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07d0",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": ""
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07d8",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "textarea",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "maxlength": "",
                                                            "rows": "",
                                                            "new_lines": "",
                                                            "acfe_textarea_code": 0
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07e1",
                                                            "label": "Tableau",
                                                            "name": "",
                                                            "type": "tab",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "placement": "left",
                                                            "endpoint": 0
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07ea",
                                                            "label": "Tableau",
                                                            "name": "array",
                                                            "type": "repeater",
                                                            "instructions": "Afficher un tableau à 2 colonnes dans le contenu.",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_repeater_stylised_button": 1,
                                                            "collapsed": "",
                                                            "min": 0,
                                                            "max": 0,
                                                            "layout": "table",
                                                            "button_label": "Ajouter une ligne",
                                                            "sub_fields": [
                                                                {
                                                                    "key": "field_607d8f19d86ba",
                                                                    "label": "Label",
                                                                    "name": "label",
                                                                    "type": "text",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "default_value": "",
                                                                    "placeholder": "",
                                                                    "prepend": "",
                                                                    "append": "",
                                                                    "maxlength": ""
                                                                },
                                                                {
                                                                    "key": "field_607d8f19d86e6",
                                                                    "label": "Contenu",
                                                                    "name": "content",
                                                                    "type": "text",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "default_value": "",
                                                                    "placeholder": "",
                                                                    "prepend": "",
                                                                    "append": "",
                                                                    "maxlength": ""
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "key": "field_607d8f19c07f3",
                                                            "label": "Features",
                                                            "name": "",
                                                            "type": "tab",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "placement": "left",
                                                            "endpoint": 0
                                                        },
                                                        {
                                                            "key": "field_607d8f19c080a",
                                                            "label": "Features",
                                                            "name": "features",
                                                            "type": "repeater",
                                                            "instructions": "Ajouter un tableau permettant d'opposer 2 éléments entre eux.",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "acfe_repeater_stylised_button": 1,
                                                            "collapsed": "",
                                                            "min": 0,
                                                            "max": 0,
                                                            "layout": "block",
                                                            "button_label": "Ajouter une feature",
                                                            "sub_fields": [
                                                                {
                                                                    "key": "field_607d8f19e0f95",
                                                                    "label": "Titre de la feature",
                                                                    "name": "title",
                                                                    "type": "text",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "default_value": "",
                                                                    "placeholder": "",
                                                                    "prepend": "",
                                                                    "append": "",
                                                                    "maxlength": ""
                                                                },
                                                                {
                                                                    "key": "field_607d8f19e0fb0",
                                                                    "label": "Pictogramme colonne n°1",
                                                                    "name": "col1media",
                                                                    "type": "image",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "50",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "uploader": "wp",
                                                                    "acfe_thumbnail": 0,
                                                                    "return_format": "url",
                                                                    "preview_size": "thumbnail",
                                                                    "library": "uploadedTo",
                                                                    "min_width": "",
                                                                    "min_height": "",
                                                                    "min_size": "",
                                                                    "max_width": "",
                                                                    "max_height": "",
                                                                    "max_size": "",
                                                                    "mime_types": "png, svg"
                                                                },
                                                                {
                                                                    "key": "field_607d8f19e0fb9",
                                                                    "label": "Pictogramme colonne n°2",
                                                                    "name": "col2media",
                                                                    "type": "image",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "50",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "uploader": "wp",
                                                                    "acfe_thumbnail": 0,
                                                                    "return_format": "url",
                                                                    "preview_size": "thumbnail",
                                                                    "library": "uploadedTo",
                                                                    "min_width": "",
                                                                    "min_height": "",
                                                                    "min_size": "",
                                                                    "max_width": "",
                                                                    "max_height": "",
                                                                    "max_size": "",
                                                                    "mime_types": "png, svg"
                                                                },
                                                                {
                                                                    "key": "field_607d8f19e0fc2",
                                                                    "label": "Tableau",
                                                                    "name": "array",
                                                                    "type": "repeater",
                                                                    "instructions": "",
                                                                    "required": 0,
                                                                    "conditional_logic": 0,
                                                                    "wrapper": {
                                                                        "width": "",
                                                                        "class": "",
                                                                        "id": ""
                                                                    },
                                                                    "acfe_repeater_stylised_button": 1,
                                                                    "collapsed": "",
                                                                    "min": 1,
                                                                    "max": 0,
                                                                    "layout": "table",
                                                                    "button_label": "Ajouter une ligne",
                                                                    "sub_fields": [
                                                                        {
                                                                            "key": "field_607d8f19e88c1",
                                                                            "label": "Label",
                                                                            "name": "label",
                                                                            "type": "text",
                                                                            "instructions": "",
                                                                            "required": 0,
                                                                            "conditional_logic": 0,
                                                                            "wrapper": {
                                                                                "width": "50",
                                                                                "class": "",
                                                                                "id": ""
                                                                            },
                                                                            "default_value": "",
                                                                            "placeholder": "",
                                                                            "prepend": "",
                                                                            "append": "",
                                                                            "maxlength": ""
                                                                        },
                                                                        {
                                                                            "key": "field_607d8f19e88d5",
                                                                            "label": "Valeur col n°1",
                                                                            "name": "col1",
                                                                            "type": "true_false",
                                                                            "instructions": "",
                                                                            "required": 0,
                                                                            "conditional_logic": 0,
                                                                            "wrapper": {
                                                                                "width": "25",
                                                                                "class": "",
                                                                                "id": ""
                                                                            },
                                                                            "message": "",
                                                                            "default_value": 0,
                                                                            "ui": 0,
                                                                            "ui_on_text": "",
                                                                            "ui_off_text": ""
                                                                        },
                                                                        {
                                                                            "key": "field_607d8f19e88e9",
                                                                            "label": "Valeur col n°2",
                                                                            "name": "col2",
                                                                            "type": "true_false",
                                                                            "instructions": "",
                                                                            "required": 0,
                                                                            "conditional_logic": 0,
                                                                            "wrapper": {
                                                                                "width": "25",
                                                                                "class": "",
                                                                                "id": ""
                                                                            },
                                                                            "message": "",
                                                                            "default_value": 0,
                                                                            "ui": 0,
                                                                            "ui_on_text": "",
                                                                            "ui_off_text": ""
                                                                        }
                                                                    ]
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "key": "field_607d8f19c0820",
                                                            "label": "Options",
                                                            "name": "",
                                                            "type": "tab",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "placement": "left",
                                                            "endpoint": 0
                                                        },
                                                        {
                                                            "key": "field_607d8f19c0842",
                                                            "label": "Alignement du média",
                                                            "name": "mediaposition",
                                                            "type": "radio",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "choices": {
                                                                "top": "Haut",
                                                                "center": "Centre",
                                                                "bottom": "Bas"
                                                            },
                                                            "allow_null": 0,
                                                            "other_choice": 0,
                                                            "save_other_choice": 0,
                                                            "default_value": "center",
                                                            "layout": "horizontal",
                                                            "return_format": "value"
                                                        },
                                                        {
                                                            "key": "field_607d8f19c0863",
                                                            "label": "Alignement du contenu",
                                                            "name": "contentposition",
                                                            "type": "radio",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "choices": {
                                                                "left": "Left",
                                                                "center": "Center",
                                                                "right": "Right"
                                                            },
                                                            "allow_null": 0,
                                                            "other_choice": 0,
                                                            "save_other_choice": 0,
                                                            "default_value": "center",
                                                            "layout": "horizontal",
                                                            "return_format": "value"
                                                        },
                                                        {
                                                            "key": "field_607d8f19c087c",
                                                            "label": "Forme sur le média",
                                                            "name": "shape",
                                                            "type": "true_false",
                                                            "instructions": "",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "message": "",
                                                            "default_value": 0,
                                                            "ui": 1,
                                                            "ui_on_text": "Avec",
                                                            "ui_off_text": "Sans"
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "basique"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607da0f4ab688": {
                            "key": "layout_607da0f4ab688",
                            "name": "tinder",
                            "label": "Tinder",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495f1",
                                    "label": "Tinder",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f1a0be1a",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template de jeu reprenant le fonctionnement de l'application Tinder.\r\nLe joueur doit répondre en faisant défiler différentes cartes. Il peut dire si la carte est juste (check) ou fausses (croix).",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607d8f1a0be2b",
                                            "label": "Options",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a0be32",
                                            "label": "Question",
                                            "name": "content",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": 120
                                        },
                                        {
                                            "key": "field_607d8f1a0be38",
                                            "label": "Vies",
                                            "name": "count",
                                            "type": "number",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": 3,
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "min": 0,
                                            "max": "",
                                            "step": 1
                                        },
                                        {
                                            "key": "field_607d8f1a0be3f",
                                            "label": "Messages",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a0be45",
                                            "label": "Messages",
                                            "name": "complete",
                                            "type": "group",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "layout": "block",
                                            "acfe_seamless_style": 1,
                                            "acfe_group_modal": 0,
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f1a168c3",
                                                    "label": "Victoire",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a168db",
                                                    "label": "Message de victoire",
                                                    "name": "with_win",
                                                    "type": "true_false",
                                                    "instructions": "Si décoché, le jeu n'affichera pas de message de victoire et ira directement sur l'écran suivant.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "message": "Avec",
                                                    "default_value": 1,
                                                    "ui": 0,
                                                    "ui_on_text": "",
                                                    "ui_off_text": ""
                                                },
                                                {
                                                    "key": "field_607d8f1a168e9",
                                                    "label": "Message de victoire",
                                                    "name": "win",
                                                    "type": "group",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f1a168db",
                                                                "operator": "==",
                                                                "value": "1"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "block",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1a1bab9",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 30
                                                        },
                                                        {
                                                            "key": "field_607d8f1a1bac2",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 120
                                                        },
                                                        {
                                                            "key": "field_607d8f1a1bad3",
                                                            "label": "Bouton",
                                                            "name": "cta",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 25
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1a168f1",
                                                    "label": "Défaite",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a168f7",
                                                    "label": "Message de défaite",
                                                    "name": "loose",
                                                    "type": "group",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "block",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1a267e8",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 30
                                                        },
                                                        {
                                                            "key": "field_607d8f1a267f5",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 120
                                                        },
                                                        {
                                                            "key": "field_607d8f1a267ff",
                                                            "label": "Bouton",
                                                            "name": "cta",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 25
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "key": "field_607d8f1a0be4b",
                                            "label": "Cartes",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a0be51",
                                            "label": "Cartes",
                                            "name": "elements",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 1,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une carte",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f1a32583",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "medium",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "jpg"
                                                },
                                                {
                                                    "key": "field_607d8f1a3258c",
                                                    "label": "Label",
                                                    "name": "label",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": 25
                                                },
                                                {
                                                    "key": "field_607d8f1a3259a",
                                                    "label": "Valeur",
                                                    "name": "good",
                                                    "type": "true_false",
                                                    "instructions": "Est-ce que la carte est juste (check) ou fausses (croix) ?",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "message": "Juste",
                                                    "default_value": 0,
                                                    "ui": 0,
                                                    "ui_on_text": "",
                                                    "ui_off_text": ""
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "jeu"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607da114ab6bb": {
                            "key": "layout_607da114ab6bb",
                            "name": "memory",
                            "label": "Memory",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495f7",
                                    "label": "Memory",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f1a3cb77",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template de jeu de mémoire. Le joueur doit retourner plusieurs cartes associées selon une question.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607da3398739c",
                                            "label": "Options",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a3cb90",
                                            "label": "Image des cartes",
                                            "name": "card",
                                            "type": "image",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "acfe_thumbnail": 0,
                                            "return_format": "url",
                                            "preview_size": "thumbnail",
                                            "library": "uploadedTo",
                                            "min_width": "",
                                            "min_height": "",
                                            "min_size": "",
                                            "max_width": "",
                                            "max_height": "",
                                            "max_size": "",
                                            "mime_types": "jpg"
                                        },
                                        {
                                            "key": "field_607d8f1a3cb99",
                                            "label": "Messages",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a3cba2",
                                            "label": "Messages",
                                            "name": "complete",
                                            "type": "group",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "layout": "block",
                                            "acfe_seamless_style": 1,
                                            "acfe_group_modal": 0,
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f1a43d6d",
                                                    "label": "Victoire",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a43d7b",
                                                    "label": "Message de victoire",
                                                    "name": "with_win",
                                                    "type": "true_false",
                                                    "instructions": "Si décoché, le jeu n'affichera pas de message de victoire et ira directement sur l'écran suivant.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "message": "Avec",
                                                    "default_value": 1,
                                                    "ui": 0,
                                                    "ui_on_text": "",
                                                    "ui_off_text": ""
                                                },
                                                {
                                                    "key": "field_607d8f1a43d84",
                                                    "label": "Message de victoire",
                                                    "name": "win",
                                                    "type": "group",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f1a43d7b",
                                                                "operator": "==",
                                                                "value": "1"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "block",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1a4947f",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 30
                                                        },
                                                        {
                                                            "key": "field_607d8f1a4948f",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 120
                                                        },
                                                        {
                                                            "key": "field_607d8f1a49498",
                                                            "label": "Bouton",
                                                            "name": "cta",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 25
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1a43d8d",
                                                    "label": "Défaite",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a43d96",
                                                    "label": "Message de défaite",
                                                    "name": "loose",
                                                    "type": "group",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "block",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "acfe_group_modal_close": 0,
                                                    "acfe_group_modal_button": "",
                                                    "acfe_group_modal_size": "large",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1a53533",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 30
                                                        },
                                                        {
                                                            "key": "field_607d8f1a5354c",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 120
                                                        },
                                                        {
                                                            "key": "field_607d8f1a53556",
                                                            "label": "Bouton",
                                                            "name": "cta",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 25
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1a43d9f",
                                                    "label": "Défaite (temps)",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a43da7",
                                                    "label": "Message de défaite (temps)",
                                                    "name": "looseTime",
                                                    "type": "group",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "block",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1a60efb",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 30
                                                        },
                                                        {
                                                            "key": "field_607d8f1a60f08",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 120
                                                        },
                                                        {
                                                            "key": "field_607d8f1a60f27",
                                                            "label": "Bouton",
                                                            "name": "cta",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 25
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "key": "field_607d8f1a3cbaa",
                                            "label": "Etapes",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a3cbb4",
                                            "label": "Etapes",
                                            "name": "steps",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 1,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une étape",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f1a6c605",
                                                    "label": "Options",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a6c616",
                                                    "label": "Question",
                                                    "name": "content",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": 120
                                                },
                                                {
                                                    "key": "field_607d8f1a6c620",
                                                    "label": "Temps",
                                                    "name": "duration",
                                                    "type": "number",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": 30,
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "min": 10,
                                                    "max": "",
                                                    "step": 5
                                                },
                                                {
                                                    "key": "field_607d8f1a6c628",
                                                    "label": "Cartes",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a6c63f",
                                                    "label": "Cartes",
                                                    "name": "cards",
                                                    "type": "repeater",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 9,
                                                    "max": 9,
                                                    "layout": "block",
                                                    "button_label": "Ajouter une carte",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1a74e02",
                                                            "label": "Média",
                                                            "name": "media",
                                                            "type": "image",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "uploader": "wp",
                                                            "acfe_thumbnail": 0,
                                                            "return_format": "url",
                                                            "preview_size": "thumbnail",
                                                            "library": "uploadedTo",
                                                            "min_width": "",
                                                            "min_height": "",
                                                            "min_size": "",
                                                            "max_width": "",
                                                            "max_height": "",
                                                            "max_size": "",
                                                            "mime_types": "jpg"
                                                        },
                                                        {
                                                            "key": "field_607d8f1a74e1c",
                                                            "label": "Valeur",
                                                            "name": "good",
                                                            "type": "true_false",
                                                            "instructions": "Est-ce que la carte fait partie de l'association attendue ?",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "message": "Juste",
                                                            "default_value": 0,
                                                            "ui": 0,
                                                            "ui_on_text": "",
                                                            "ui_off_text": ""
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "jeu"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        },
                        "layout_607da129ab6d3": {
                            "key": "layout_607da129ab6d3",
                            "name": "scratch",
                            "label": "Scratch",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f18495fe",
                                    "label": "Scratch",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607d8f1a7eaa8",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template de jeu de grattage. Le joueur doit gratter sans se tromper une ou plusieurs cartes. Les cartes ont une réponse sur leur face correspondante à une question.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607da3568739d",
                                            "label": "Options",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a7eac9",
                                            "label": "Image des cartes",
                                            "name": "card",
                                            "type": "image",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "acfe_thumbnail": 0,
                                            "return_format": "url",
                                            "preview_size": "thumbnail",
                                            "library": "uploadedTo",
                                            "min_width": "",
                                            "min_height": "",
                                            "min_size": "",
                                            "max_width": "",
                                            "max_height": "",
                                            "max_size": "",
                                            "mime_types": "jpg"
                                        },
                                        {
                                            "key": "field_607d8f1a7ead9",
                                            "label": "Messages",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a7eae8",
                                            "label": "Messages",
                                            "name": "complete",
                                            "type": "group",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "layout": "block",
                                            "acfe_seamless_style": 1,
                                            "acfe_group_modal": 0,
                                            "acfe_group_modal_close": 0,
                                            "acfe_group_modal_button": "",
                                            "acfe_group_modal_size": "large",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f1a856e1",
                                                    "label": "Victoire",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a856ea",
                                                    "label": "Message de victoire",
                                                    "name": "with_win",
                                                    "type": "true_false",
                                                    "instructions": "Si décoché, le jeu n'affichera pas de message de victoire et ira directement sur l'écran suivant.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "message": "Avec",
                                                    "default_value": 1,
                                                    "ui": 0,
                                                    "ui_on_text": "",
                                                    "ui_off_text": ""
                                                },
                                                {
                                                    "key": "field_607d8f1a856f0",
                                                    "label": "Message de victoire",
                                                    "name": "win",
                                                    "type": "group",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": [
                                                        [
                                                            {
                                                                "field": "field_607d8f1a856ea",
                                                                "operator": "==",
                                                                "value": "1"
                                                            }
                                                        ]
                                                    ],
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "block",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1a8ab50",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 30
                                                        },
                                                        {
                                                            "key": "field_607d8f1a8ab5e",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 120
                                                        },
                                                        {
                                                            "key": "field_607d8f1a8ab6e",
                                                            "label": "Bouton",
                                                            "name": "cta",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 25
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1a856f6",
                                                    "label": "Défaite",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a85728",
                                                    "label": "Message de défaite",
                                                    "name": "loose",
                                                    "type": "group",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "block",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "acfe_group_modal_close": 0,
                                                    "acfe_group_modal_button": "",
                                                    "acfe_group_modal_size": "large",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1a94f22",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 30
                                                        },
                                                        {
                                                            "key": "field_607d8f1a94f2e",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 120
                                                        },
                                                        {
                                                            "key": "field_607d8f1a94f3c",
                                                            "label": "Bouton",
                                                            "name": "cta",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 25
                                                        }
                                                    ]
                                                },
                                                {
                                                    "key": "field_607d8f1a85735",
                                                    "label": "Défaite (temps)",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1a8573d",
                                                    "label": "Message de défaite (temps)",
                                                    "name": "looseTime",
                                                    "type": "group",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "layout": "block",
                                                    "acfe_seamless_style": 1,
                                                    "acfe_group_modal": 0,
                                                    "acfe_group_modal_close": 0,
                                                    "acfe_group_modal_button": "",
                                                    "acfe_group_modal_size": "large",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1aa041b",
                                                            "label": "Titre",
                                                            "name": "title",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 30
                                                        },
                                                        {
                                                            "key": "field_607d8f1aa0429",
                                                            "label": "Contenu",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 120
                                                        },
                                                        {
                                                            "key": "field_607d8f1aa0430",
                                                            "label": "Bouton",
                                                            "name": "cta",
                                                            "type": "text",
                                                            "instructions": "",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 25
                                                        }
                                                    ]
                                                }
                                            ]
                                        },
                                        {
                                            "key": "field_607d8f1a7eb05",
                                            "label": "Etapes",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607d8f1a7eb13",
                                            "label": "Etapes",
                                            "name": "steps",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 1,
                                            "max": 0,
                                            "layout": "block",
                                            "button_label": "Ajouter une étape",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607d8f1aaf65a",
                                                    "label": "Options",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1aaf675",
                                                    "label": "Question",
                                                    "name": "content",
                                                    "type": "text",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": 120
                                                },
                                                {
                                                    "key": "field_607d8f1aaf680",
                                                    "label": "Temps",
                                                    "name": "duration",
                                                    "type": "number",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": 30,
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "min": 10,
                                                    "max": "",
                                                    "step": 5
                                                },
                                                {
                                                    "key": "field_607d8f1aaf685",
                                                    "label": "Vies",
                                                    "name": "count",
                                                    "type": "number",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": 1,
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "min": 1,
                                                    "max": "",
                                                    "step": 1
                                                },
                                                {
                                                    "key": "field_607d8f1aaf68a",
                                                    "label": "Cartes",
                                                    "name": "",
                                                    "type": "tab",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "placement": "top",
                                                    "endpoint": 0
                                                },
                                                {
                                                    "key": "field_607d8f1aaf68f",
                                                    "label": "Cartes",
                                                    "name": "cards",
                                                    "type": "repeater",
                                                    "instructions": "",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "acfe_repeater_stylised_button": 1,
                                                    "collapsed": "",
                                                    "min": 4,
                                                    "max": 4,
                                                    "layout": "block",
                                                    "button_label": "Ajouter une carte",
                                                    "sub_fields": [
                                                        {
                                                            "key": "field_607d8f1ab8b9c",
                                                            "label": "Réponse",
                                                            "name": "content",
                                                            "type": "text",
                                                            "instructions": "Réponse affichée sur la face visible de la carte.",
                                                            "required": 1,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "default_value": "",
                                                            "placeholder": "",
                                                            "prepend": "",
                                                            "append": "",
                                                            "maxlength": 130
                                                        },
                                                        {
                                                            "key": "field_607d8f1ab8bb1",
                                                            "label": "Valeur",
                                                            "name": "good",
                                                            "type": "true_false",
                                                            "instructions": "Est-ce que la carte fait partie de l'association attendue ?",
                                                            "required": 0,
                                                            "conditional_logic": 0,
                                                            "wrapper": {
                                                                "width": "",
                                                                "class": "",
                                                                "id": ""
                                                            },
                                                            "message": "Juste",
                                                            "default_value": 0,
                                                            "ui": 0,
                                                            "ui_on_text": "",
                                                            "ui_off_text": ""
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": [
                                "jeu"
                            ],
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_thumbnail": "755",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        }
                    },
                    "button_label": "Ajouter un écran",
                    "min": 1,
                    "max": "",
                    "acfe_flexible_hide_empty_message": false,
                    "acfe_flexible_empty_message": "",
                    "acfe_flexible_layouts_previews": false,
                    "acfe_flexible_layouts_state": false
                },
                {
                    "key": "field_607ec29e061bd",
                    "label": "Ecrans",
                    "name": "",
                    "type": "tab",
                    "instructions": "",
                    "required": 0,
                    "conditional_logic": [
                        [
                            {
                                "field": "field_607da708dbb29",
                                "operator": "==",
                                "value": "true"
                            }
                        ]
                    ],
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "placement": "top",
                    "endpoint": 0
                },
                {
                    "key": "field_607e8edd98d74",
                    "label": "Home",
                    "name": "home",
                    "type": "flexible_content",
                    "instructions": "Editer les informations concernant la Home.",
                    "required": 0,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "acfe_flexible_advanced": 1,
                    "acfe_flexible_stylised_button": 1,
                    "acfe_flexible_layouts_templates": 0,
                    "acfe_flexible_layouts_placeholder": 1,
                    "acfe_flexible_layouts_thumbnails": 0,
                    "acfe_flexible_layouts_settings": 0,
                    "acfe_flexible_disable_ajax_title": 0,
                    "acfe_flexible_layouts_ajax": 1,
                    "acfe_flexible_add_actions": [],
                    "acfe_flexible_remove_button": [],
                    "acfe_flexible_modal_edit": {
                        "acfe_flexible_modal_edit_enabled": "1",
                        "acfe_flexible_modal_edit_size": "large"
                    },
                    "acfe_flexible_modal": {
                        "acfe_flexible_modal_enabled": "1",
                        "acfe_flexible_modal_title": "Choisir un template",
                        "acfe_flexible_modal_size": "small",
                        "acfe_flexible_modal_col": "4",
                        "acfe_flexible_modal_categories": "1"
                    },
                    "layouts": {
                        "layout_607d83e225c7e": {
                            "key": "layout_607d83e225c7e",
                            "name": "home",
                            "label": "Home",
                            "display": "block",
                            "sub_fields": [
                                {
                                    "key": "field_607e8f758aa28",
                                    "label": "Home",
                                    "name": "data",
                                    "type": "group",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "layout": "block",
                                    "acfe_seamless_style": 1,
                                    "acfe_group_modal": 0,
                                    "sub_fields": [
                                        {
                                            "key": "field_607e8f758aa29",
                                            "label": "Description :",
                                            "name": "",
                                            "type": "message",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "message": "Template permettant d'accéder à des sous webactivities.\r\nUtilise le système de progression de ToM pour débloquer les différents sous templates.\r\nUtilise un effet de parallaxe.",
                                            "new_lines": "wpautop",
                                            "esc_html": 0
                                        },
                                        {
                                            "key": "field_607e8f758aa2a",
                                            "label": "Medias",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607e8f758aa2b",
                                            "label": "Texte ou Image",
                                            "name": "text_or_image",
                                            "type": "radio",
                                            "instructions": "Choisissez si l'élément d'arrière plan sera un texte ou une image.",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "40",
                                                "class": "",
                                                "id": ""
                                            },
                                            "choices": {
                                                "text": "Texte",
                                                "image": "Image"
                                            },
                                            "allow_null": 0,
                                            "other_choice": 0,
                                            "save_other_choice": 0,
                                            "default_value": "text",
                                            "layout": "horizontal",
                                            "return_format": "value"
                                        },
                                        {
                                            "key": "field_607e8f758aa2c",
                                            "label": "Texte d'arrière plan",
                                            "name": "textBack",
                                            "type": "text",
                                            "instructions": "Texte en arrière plan avec un effet de parallaxe",
                                            "required": 0,
                                            "conditional_logic": [
                                                [
                                                    {
                                                        "field": "field_607e8f758aa2b",
                                                        "operator": "==",
                                                        "value": "text"
                                                    }
                                                ]
                                            ],
                                            "wrapper": {
                                                "width": "60",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": 25
                                        },
                                        {
                                            "key": "field_607e8f758aa2d",
                                            "label": "Image d'arrière plan",
                                            "name": "imgBack",
                                            "type": "image",
                                            "instructions": "Image en arrière plan avec un effet de parallaxe",
                                            "required": 0,
                                            "conditional_logic": [
                                                [
                                                    {
                                                        "field": "field_607e8f758aa2b",
                                                        "operator": "==",
                                                        "value": "image"
                                                    }
                                                ]
                                            ],
                                            "wrapper": {
                                                "width": "60",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "acfe_thumbnail": 0,
                                            "return_format": "url",
                                            "preview_size": "thumbnail",
                                            "library": "uploadedTo",
                                            "min_width": "",
                                            "min_height": "",
                                            "min_size": "",
                                            "max_width": "",
                                            "max_height": "",
                                            "max_size": "",
                                            "mime_types": "png"
                                        },
                                        {
                                            "key": "field_607e8f758aa2e",
                                            "label": "Image d'illustration",
                                            "name": "imgsBack",
                                            "type": "repeater",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "100",
                                                "class": "",
                                                "id": ""
                                            },
                                            "acfe_repeater_stylised_button": 1,
                                            "collapsed": "",
                                            "min": 1,
                                            "max": 1,
                                            "layout": "block",
                                            "button_label": "Ajouter une image",
                                            "sub_fields": [
                                                {
                                                    "key": "field_607e8f758aa2f",
                                                    "label": "Média",
                                                    "name": "media",
                                                    "type": "image",
                                                    "instructions": "",
                                                    "required": 1,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "uploader": "wp",
                                                    "acfe_thumbnail": 0,
                                                    "return_format": "url",
                                                    "preview_size": "thumbnail",
                                                    "library": "uploadedTo",
                                                    "min_width": "",
                                                    "min_height": "",
                                                    "min_size": "",
                                                    "max_width": "",
                                                    "max_height": "",
                                                    "max_size": "",
                                                    "mime_types": "png"
                                                },
                                                {
                                                    "key": "field_607e8f768aa30",
                                                    "label": "Vitesse",
                                                    "name": "speed",
                                                    "type": "number",
                                                    "instructions": "Vitesse de l'effet parallaxe de l'image lors d'un déplacement.",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": "0.07",
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "min": "",
                                                    "max": "",
                                                    "step": ""
                                                },
                                                {
                                                    "key": "field_607e8f768aa31",
                                                    "label": "Décalage X",
                                                    "name": "offsetx",
                                                    "type": "text",
                                                    "instructions": "Décalage de l'image (en px ou pourcentage)",
                                                    "required": 0,
                                                    "conditional_logic": 0,
                                                    "wrapper": {
                                                        "width": "50",
                                                        "class": "",
                                                        "id": ""
                                                    },
                                                    "default_value": 0,
                                                    "placeholder": "",
                                                    "prepend": "",
                                                    "append": "",
                                                    "maxlength": ""
                                                }
                                            ]
                                        },
                                        {
                                            "key": "field_607e8f768aa32",
                                            "label": "Contenu",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607e8f768aa33",
                                            "label": "Titre",
                                            "name": "title",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "50",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": 25
                                        },
                                        {
                                            "key": "field_607e8f768aa34",
                                            "label": "Icone d'avancement",
                                            "name": "ico",
                                            "type": "image",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "50",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "acfe_thumbnail": 0,
                                            "return_format": "url",
                                            "preview_size": "thumbnail",
                                            "library": "uploadedTo",
                                            "min_width": "",
                                            "min_height": "",
                                            "min_size": "",
                                            "max_width": "",
                                            "max_height": "",
                                            "max_size": "",
                                            "mime_types": "svg, png, jpg"
                                        },
                                        {
                                            "key": "field_607e8f768aa35",
                                            "label": "Popin de fin",
                                            "name": "",
                                            "type": "tab",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "placement": "top",
                                            "endpoint": 0
                                        },
                                        {
                                            "key": "field_607e8f768aa36",
                                            "label": "Titre de la popin",
                                            "name": "popin_title",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": 25
                                        },
                                        {
                                            "key": "field_607e8f768aa37",
                                            "label": "Image de la popin",
                                            "name": "popin_media",
                                            "type": "image",
                                            "instructions": "",
                                            "required": 0,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "uploader": "wp",
                                            "acfe_thumbnail": 0,
                                            "return_format": "url",
                                            "preview_size": "thumbnail",
                                            "library": "uploadedTo",
                                            "min_width": "",
                                            "min_height": "",
                                            "min_size": "",
                                            "max_width": "",
                                            "max_height": "",
                                            "max_size": "",
                                            "mime_types": "jpg, png, svg"
                                        },
                                        {
                                            "key": "field_607e8f768aa38",
                                            "label": "Contenu de la popin",
                                            "name": "popin_content",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": 100
                                        },
                                        {
                                            "key": "field_607e8f768aa39",
                                            "label": "Bouton",
                                            "name": "popin_cta",
                                            "type": "text",
                                            "instructions": "",
                                            "required": 1,
                                            "conditional_logic": 0,
                                            "wrapper": {
                                                "width": "",
                                                "class": "",
                                                "id": ""
                                            },
                                            "default_value": "",
                                            "placeholder": "",
                                            "prepend": "",
                                            "append": "",
                                            "maxlength": 25
                                        }
                                    ]
                                }
                            ],
                            "min": "",
                            "max": "",
                            "acfe_flexible_category": "",
                            "acfe_flexible_modal_edit_size": "",
                            "acfe_flexible_render_template": false,
                            "acfe_flexible_render_style": false,
                            "acfe_flexible_render_script": false,
                            "acfe_flexible_thumbnail": false,
                            "acfe_flexible_settings": false,
                            "acfe_flexible_settings_size": "medium"
                        }
                    },
                    "button_label": "Editer la home",
                    "min": 1,
                    "max": 1,
                    "acfe_flexible_hide_empty_message": false,
                    "acfe_flexible_empty_message": "",
                    "acfe_flexible_layouts_previews": false,
                    "acfe_flexible_layouts_state": false
                },
                {
                    "key": "field_607da7fd5c567",
                    "label": "Sous-webactivities",
                    "name": "",
                    "type": "tab",
                    "instructions": "",
                    "required": 0,
                    "conditional_logic": [
                        [
                            {
                                "field": "field_607da708dbb29",
                                "operator": "==",
                                "value": "true"
                            }
                        ]
                    ],
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "placement": "top",
                    "endpoint": 0
                },
                {
                    "key": "field_607eb53759553",
                    "label": "Sous-webactivities",
                    "name": "subwebactivities",
                    "type": "repeater",
                    "instructions": "Ajoutez des sous-webactivities avec leur propres écrans et message de conclusion.\r\nCes sous-webactivities seront accessibles via le template Home.",
                    "required": 0,
                    "conditional_logic": [
                        [
                            {
                                "field": "field_607da708dbb29",
                                "operator": "==",
                                "value": "true"
                            }
                        ]
                    ],
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "acfe_repeater_stylised_button": 1,
                    "collapsed": "",
                    "min": 1,
                    "max": 0,
                    "layout": "block",
                    "button_label": "Ajouter une sous-webactivity",
                    "sub_fields": [
                        {
                            "key": "field_607daa030cf2b",
                            "label": "Sous-webactivity",
                            "name": "subwebactivity",
                            "type": "group",
                            "instructions": "",
                            "required": 0,
                            "conditional_logic": 0,
                            "wrapper": {
                                "width": "",
                                "class": "",
                                "id": ""
                            },
                            "layout": "block",
                            "acfe_group_modal": 1,
                            "acfe_group_modal_close": 0,
                            "acfe_group_modal_button": "",
                            "acfe_group_modal_size": "large",
                            "sub_fields": [
                                {
                                    "key": "field_607d8f1ad0328",
                                    "label": "Informations",
                                    "name": "",
                                    "type": "tab",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "placement": "top",
                                    "endpoint": 0
                                },
                                {
                                    "key": "field_607d8f1ad0352",
                                    "label": "Picto",
                                    "name": "picto",
                                    "type": "image",
                                    "instructions": "",
                                    "required": 1,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "uploader": "wp",
                                    "acfe_thumbnail": 0,
                                    "return_format": "url",
                                    "preview_size": "thumbnail",
                                    "library": "uploadedTo",
                                    "min_width": "",
                                    "min_height": "",
                                    "min_size": "",
                                    "max_width": "",
                                    "max_height": "",
                                    "max_size": "",
                                    "mime_types": "png, svg"
                                },
                                {
                                    "key": "field_607d8f1ad036b",
                                    "label": "Titre",
                                    "name": "title",
                                    "type": "text",
                                    "instructions": "",
                                    "required": 1,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "50",
                                        "class": "",
                                        "id": ""
                                    },
                                    "default_value": "",
                                    "placeholder": "",
                                    "prepend": "",
                                    "append": "",
                                    "maxlength": 30
                                },
                                {
                                    "key": "field_607d8f1ad03b3",
                                    "label": "Contenu",
                                    "name": "content",
                                    "type": "text",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "50",
                                        "class": "",
                                        "id": ""
                                    },
                                    "default_value": "",
                                    "placeholder": "",
                                    "prepend": "",
                                    "append": "",
                                    "maxlength": 30
                                },
                                {
                                    "key": "field_607d8f1ad03c8",
                                    "label": "Ecrans",
                                    "name": "",
                                    "type": "tab",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "placement": "top",
                                    "endpoint": 0
                                },
                                {
                                    "key": "field_607eb9aeb8546d",
                                    "label": "Ecrans",
                                    "name": "steps",
                                    "type": "clone",
                                    "instructions": "",
                                    "required": 0,
                                    "conditional_logic": 0,
                                    "wrapper": {
                                        "width": "",
                                        "class": "",
                                        "id": ""
                                    },
                                    "clone": [
                                        "field_607d8f1845544"
                                    ],
                                    "display": "seamless",
                                    "layout": "block",
                                    "prefix_label": 0,
                                    "prefix_name": 0
                                }
                            ]
                        }
                    ]
                },
                {
                    "key": "field_607d8f1ac259f",
                    "label": "Conclusion",
                    "name": "",
                    "type": "tab",
                    "instructions": "",
                    "required": 0,
                    "conditional_logic": [
                        [
                            {
                                "field": "field_607da708dbb29",
                                "operator": "==",
                                "value": "true"
                            }
                        ]
                    ],
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "placement": "top",
                    "endpoint": 0
                },
                {
                    "key": "field_607d8f1ac25a7",
                    "label": "Conclusion",
                    "name": "complete_subactivity",
                    "type": "group",
                    "instructions": "Ecran de fin des sous-webactivities.",
                    "required": 0,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "layout": "block",
                    "acfe_seamless_style": 1,
                    "acfe_group_modal": 0,
                    "sub_fields": [
                        {
                            "key": "field_607d8f1ac5f0b",
                            "label": "Titre",
                            "name": "title",
                            "type": "text",
                            "instructions": "",
                            "required": 1,
                            "conditional_logic": 0,
                            "wrapper": {
                                "width": "",
                                "class": "",
                                "id": ""
                            },
                            "default_value": "",
                            "placeholder": "",
                            "prepend": "",
                            "append": "",
                            "maxlength": 40
                        },
                        {
                            "key": "field_607d8f1ac5f1a",
                            "label": "Bouton",
                            "name": "cta",
                            "type": "text",
                            "instructions": "",
                            "required": 1,
                            "conditional_logic": 0,
                            "wrapper": {
                                "width": "",
                                "class": "",
                                "id": ""
                            },
                            "default_value": "",
                            "placeholder": "",
                            "prepend": "",
                            "append": "",
                            "maxlength": 25
                        },
                        {
                            "key": "field_607d8f1ac5f23",
                            "label": "Media d'arrière plan",
                            "name": "media",
                            "type": "file",
                            "instructions": "Image ou vidéo qui sera en fullscreen en arrière plan.",
                            "required": 1,
                            "conditional_logic": 0,
                            "wrapper": {
                                "width": "",
                                "class": "",
                                "id": ""
                            },
                            "uploader": "wp",
                            "return_format": "url",
                            "library": "uploadedTo",
                            "min_size": "",
                            "max_size": "",
                            "mime_types": "jpg, mp4"
                        }
                    ]
                },
                {
                    "key": "field_607d8f1845512",
                    "label": "Conclusion",
                    "name": "",
                    "type": "tab",
                    "instructions": "",
                    "required": 0,
                    "conditional_logic": [
                        [
                            {
                                "field": "field_607da708dbb29",
                                "operator": "==",
                                "value": "false"
                            }
                        ]
                    ],
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "placement": "top",
                    "endpoint": 0
                },
                {
                    "key": "field_607d8f1845520",
                    "label": "Conclusion",
                    "name": "completed",
                    "type": "group",
                    "instructions": "Ecran de fin de la webactivity.",
                    "required": 0,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "",
                        "class": "",
                        "id": ""
                    },
                    "layout": "block",
                    "acfe_seamless_style": 1,
                    "acfe_group_modal": 0,
                    "sub_fields": [
                        {
                            "key": "field_607d8f1b4b199",
                            "label": "Titre",
                            "name": "title",
                            "type": "text",
                            "instructions": "",
                            "required": 0,
                            "conditional_logic": 0,
                            "wrapper": {
                                "width": "",
                                "class": "",
                                "id": ""
                            },
                            "default_value": "",
                            "placeholder": "",
                            "prepend": "",
                            "append": "",
                            "maxlength": ""
                        },
                        {
                            "key": "field_607d8f1b4b1a7",
                            "label": "Contenu",
                            "name": "description",
                            "type": "textarea",
                            "instructions": "",
                            "required": 0,
                            "conditional_logic": 0,
                            "wrapper": {
                                "width": "",
                                "class": "",
                                "id": ""
                            },
                            "default_value": "",
                            "placeholder": "",
                            "maxlength": "",
                            "rows": "",
                            "new_lines": "",
                            "acfe_textarea_code": 0
                        },
                        {
                            "key": "field_607d8f1b4b1b0",
                            "label": "Bouton",
                            "name": "cta",
                            "type": "text",
                            "instructions": "",
                            "required": 0,
                            "conditional_logic": 0,
                            "wrapper": {
                                "width": "",
                                "class": "",
                                "id": ""
                            },
                            "default_value": "",
                            "placeholder": "",
                            "prepend": "",
                            "append": "",
                            "maxlength": ""
                        }
                    ]
                }
            ],
            "location": [
                [
                    {
                        "param": "post_type",
                        "operator": "==",
                        "value": "post"
                    }
                ]
            ],
            "menu_order": 0,
            "position": "normal",
            "style": "default",
            "label_placement": "left",
            "instruction_placement": "label",
            "hide_on_screen": [
                "permalink",
                "block_editor",
                "the_content",
                "excerpt",
                "discussion",
                "comments",
                "revisions",
                "format",
                "page_attributes",
                "featured_image",
                "tags",
                "send-trackbacks"
            ],
            "active": true,
            "description": "",
            "acfe_display_title": "",
            "acfe_autosync": "",
            "acfe_form": 0,
            "acfe_meta": {
                "acfcloneindex": {
                    "acfe_meta_key": "",
                    "acfe_meta_value": ""
                }
            },
            "acfe_note": ""
        }
    ]
  • Helping

    Bulk Action for Updating Bidirectional Relationships

    Hello,
    I have a relationship field with a group and several post types, all of which share this same field. By using the below example, I was able to add bidirectional relations to saving the post.

    https://www.advancedcustomfields.com/resources/bidirectional-relationships/

    However, a large portion of the posts will be imported, and thought the import plugin creates the relation between Post A and Post B, to create the association between Post B and Post A, I would have to go to either and “save” the post.

    To avoid this task, I would like to create a custom bulk action that will use the same ACF example but in a bulk manner.
    Bellow is the skeleton code. Can you please advise if this is possible? All my attempts in doing so have failed. The update_field always returns true, but no update occurs.

    add_filter( 'bulk_actions-edit-people', 'custom_rel_update_bulk_action' );
    
    function custom_rel_update_bulk_action( $bulk_array ) {
    
    	$bulk_array['bulk_update_rels'] = 'Update Relationships';
    	return $bulk_array;
    
    }
    
    add_filter( 'handle_bulk_actions-edit-people', 'custom_rel_update_bulk_action_handler', 10, 3 );
    
    function custom_rel_update_bulk_action_handler( $redirect, $doaction, $object_ids ) {
    
    	// let's remove query args first
    	$redirect = remove_query_arg( array( 'bulk_update_rels_done' ), $redirect );
    
    	// do something for "Make Draft" bulk action
    	if ( $doaction == 'bulk_update_rels' ) {
    
    		foreach ( $object_ids as $post_id ) {
    
                //https://www.advancedcustomfields.com/resources/bidirectional-relationships/
    
    		}
    
    		// do not forget to add query args to URL because we will show notices later
    		$redirect = add_query_arg(
    			'bulk_update_rels_done', // just a parameter for URL (we will use $_GET['bulk_update_rels_done'] )
    			count( $object_ids ), // parameter value - how much posts have been affected
    		$redirect );
    
    	}
    
    	return $redirect;
    
    }
    add_action( 'admin_notices', 'bulk_update_rels_notices' );
    
    function bulk_update_rels_notices() {
    
    	// first of all we have to make a message,
    	// of course it could be just "Posts updated." like this:
    	if ( ! empty( $_REQUEST['bulk_update_rels_done'] ) ) {
    		echo '<div id="message" class="updated notice is-dismissible">
    			<p>Posts updated.</p>
    		</div>';
    	}
    
    }

    Advanced Custom Fields PRO 5.9.1

    Thank you very much

  • Solving

    ACF data not showing in the front without a manual post update.

    Ok, so I am having a very simple problem that I have spent hours trying to debug and hope someone can help.

    I have
    Post type – Location (bidirectional to company using a relationship box)
    Post type – Company (bidirectional to location using a relationship box)

    I imported custom data from csv using an import plugin. I am using acf extended to define the bidirectional relationship. I imported the location field using a relationship box into the company post type. I also have a company field in location post type which should auto update based on bidirectional relationship.

    In the frontend, I have two templates location.php and company.php, the company template works fine and displays the location. However until, I open the company post type and update the post manually, the location would simply not display.

    The solutions I have tried so far,

    Update all posts using the WP Cli
    sudo wp post update $(wp post list –post_type=’company’ –format=ids –posts_per_page=4000) –post_status=publish –allow-root

    This updates the post but the data does not appear in the front.

    Use a custom function without much success.

    // Retrieve all pages
    $my_posts = get_posts(array(
    ‘post_type’ => ‘company’, // Post Type: page
    ‘posts_per_page’ => -1,
    ));

    foreach($my_posts as $key => $my_post) {
    $meta_values = get_post_meta( $my_post->ID);

    foreach($meta_values as $meta_key => $meta_value) {
    update_field($meta_key, $meta_value[0], $my_post->ID);
    echo $my_post->ID ,”</br>” ;
    }
    }

    Stackoverflow thread with same issues and no answer
    https://stackoverflow.com/questions/41158413/wp-all-import-with-advanced-custom-fields-does-not-display-correctly-until-afte

reply

  • Are you using bi-directional relationships? (there’s a checkbox on the relationship field)

  • Given the information provided, if I was building something like this I would not be using a repeater to list all of the shops in a mall. I would:

    Have a CPT for Malls, each mall would be a different post in this post type

    Have a CPT for the stores/shops/whatever you want to call it. Each store would have it’s own post.

    There would be a one-to-many bidirectional relationship between the mall and the stores. A post object field on the store post to select the mall and a relationship field on the mall post to select the stores in that mall. I would use my plugin to create this bidirectional relationship because it is beyond what the ACF relationship field can do.

    I would have a custom taxonomy for selecting the type of store/shop/whatever

    I would have a value in the store to indicate what floor the store is on.

    If the same operator can be located in multiple malls I would also have a custom post type for this with a one-to-many relationship between the operator and store post types.

    Because you are using Elementor, I would be using Elementor Pro’s theme builder and/or templates to build the templates for showing pages on this site. Using the post widget using a custom query to show the archive pages of of the various post types.

  • Use a bidirectional relationship on the post object field. Using a bidirectional relationship means the you would do the same thing for the mall post that you did for the shop post.

  • It is better to think of each post as a separate things.

    You would only add data to the apartment post that is specific to that apartment, and this would not include anything about the resident.

    The same for the resident, it would only include information specific to that resident and nothing about the appointment.

    These would be linked using either a relationship field or a post object field, based on if you want a 1 to 1, many to many, or 1 to many relationship. There is functionality for this in ACF and also some 3rd party plugins, depending on your needs, it is refereed to as a “bidirectional relationship“. This only works in the admin. You cannot create a post of the related type while editing a post (There is a 3rd party plugin that can let you do this https://www.acf-extended.com/features/fields/relationship)

    The posts on each side of the relationship are not “aware” of the post on the other end except to this bidirectional field. One post does not know what content the other post has and the data is not automatically shared between the posts.

    The above is in the admin only. In the template for each of these post types you would get this field and then use what is returned to get values from the post at the other end of the relationship. Doing this is covered in the relationship field documentation https://www.advancedcustomfields.com/resources/relationship/

  • I would suggest using bidirectional relationship fields. There is code available on this site as well as several plugins that offer this. The latest version of ACF also provides bidirectional support for relationship fields.

    Queries for relationship fields without using bidirectional relationships are complex and I am unsure if you can to them using that filter. https://www.advancedcustomfields.com/resources/querying-relationship-fields/

  • Hi John,

    Thanks for the reply. I was just about to come back here and note that, indeed, the issue was a collision in similarly named taxonomies (early try, but inappropriate) and the relationship fields. Once I cleared that up, it’s working as expected.

    If I may, one followup question?

    Use Case 1: A query loop for a CPT1 Reviews content layout is pointing to CPT2 People. And for each of the three relationship fields, there’s a PHP function to query the relationship field and return data (a list of People post titles). Now working.

    Use Case 2: I should be able to leverage the same technique? That is, a content layout for CPT2 People a query loop that points to CPT2 Reviews. And for each of the three relationship fields, a PHP function can query the same relationship fields and return data (a list of Review post titles). The same PHP functions in Use Case 1 don’t appear to work. A specific PHP script also didn’t work.

    In the ACF relationship field I’ve made sure “Filter by Post Type” is set to both CPT2.

    Anything else that might affect this? (I’m assuming that this is not a use case for bi-directional relationships, which appears to be more about enabling data changes to flow back and forth.)

    I’m really just asking if the theory of leverage the relationship fields in CPT1 Reviews is correct here and it’s just a matter of tweaking the PHP until the return in a CPT2 People is accomplished.

    Thanks again!

  • I would create a custom post type to hold the bits and then use a repeater with a post object field. Alternately you could use a relationship without the repeater field because the selected related posts can be ordered.

    Bidirectional relationships will not work for repeater sub fields. But they would work with a top level relationship field.

    You would not be able to edit the text from both ends, the text would only be editable by editing the custom post type that holds the bits.

    If is possible that you could make it editable on both sides using the post object field in a repeater, but would be complicated. You would have to add custom JS and detect the post object field was changed and then use AJAX to get and populate another field like a textarea. Then you would need to create an acf/save_post action that transfered the content back to the post holding the text to update the other end.

  • Would you think that the above could be implemented with the new “Bidirectional Relationships”?

    For this it would be important that the list of linked articles (text modules) could be sorted by drag and drop, so that you can control the order of the elements in the backend and also the output in the frontend. As it looks, this is not possible (yet).

    I would be very interested in your view. I have a system where exactly that is implemented with the Posts 2 Posts plugin and I would want to eventually convert that to ACF.

    Thanks in advance.

  • The relationships are set for each product. They are all “Simple” products. I’m using a ACF Relationship field to create custom variations.

    Screenshot of the Relationship field

    The Relationship field is also set up to be bidirectional:

    // Creating Bidirectional relationship
    // for products to create variations
    function bidirectional_acf_update_value( $value, $post_id, $field  ) {
    	// vars
    	$field_name = $field['name'];
    	$field_key = $field['key'];
    	$global_name = 'is_updating_' . $field_name;
    
    	// bail early if this filter was triggered from the update_field() function called within the loop below
    	// - this prevents an inifinte loop
    	if( !empty($GLOBALS[ $global_name ]) ) return $value;
    
    	// set global variable to avoid inifite loop
    	// - could also remove_filter() then add_filter() again, but this is simpler
    	$GLOBALS[ $global_name ] = 1;
    
    	// loop over selected posts and add this $post_id
    	if( is_array($value) ) {
    
    		foreach( $value as $post_id2 ) {
    
    			// load existing related posts
    			$value2 = get_field($field_name, $post_id2, false);
    
    			// allow for selected posts to not contain a value
    			if( empty($value2) ) {
    
    				$value2 = array();
    
    			}
    
    			// bail early if the current $post_id is already found in selected post's $value2
    			if( in_array($post_id, $value2) ) continue;
    
    			// append the current $post_id to the selected post's 'related_posts' value
    			$value2[] = $post_id;
    
    			// update the selected post's value (use field's key for performance)
    			update_field($field_key, $value2, $post_id2);
    
    		}
    
    	}
    
    	// find posts which have been removed
    	$old_value = get_field($field_name, $post_id, false);
    
    	if( is_array($old_value) ) {
    
    		foreach( $old_value as $post_id2 ) {
    
    			// bail early if this value has not been removed
    			if( is_array($value) && in_array($post_id2, $value) ) continue;
    
    			// load existing related posts
    			$value2 = get_field($field_name, $post_id2, false);
    
    			// bail early if no value
    			if( empty($value2) ) continue;
    
    			// find the position of $post_id within $value2 so we can remove it
    			$pos = array_search($post_id, $value2);
    
    			// remove
    			unset( $value2[ $pos] );
    
    			// update the un-selected post's value (use field's key for performance)
    			update_field($field_key, $value2, $post_id2);
    
    		}
    
    	}
    
    	// reset global varibale to allow this filter to function as per normal
    	$GLOBALS[ $global_name ] = 0;
    
    	// return
      return $value;
    }
    
    add_filter('acf/update_value/name=product_variations', 'bidirectional_acf_update_value', 10, 3);
  • Sorry I didn’t get back to this sooner.

    I would start by looking and code available for bidirectional relationship fields. The user field works similar to the relationship field but stores data in the usermeta table. I would code a bidirectional user field. I do not know of any existing code for this but it’s possible that someone else has gone down this path already.

  • For anyone stumbling across this very useful post with limited php knowledge:
    For me I had to use:

    add_filter('acf/update_value/type=relationship', 'bidirectional_acf_update_value', 10, 3);

    Instead of relationships, not 100% sure but I believe they changed the naming somewhere down the line.

  • Why is this not core ACF?

    The following is my opinion and experience from years of digging through ACF code and building code to extend ACF.

    The main issue for not including this in ACF, from my observation, is repeater and flexible content fields (both are repeaters really). Because of the way that ACF manages repeaters it is simply impossible to know match a specific row of a repeater in one post with a specific row of a repeater on another post. Especially considering that rows can be reordered on either side of the relationship.

    My assumption for why it was not included in ACF is that the developer did not want to provide the functionality if it could not be done under all conditions… because as soon as it was added there would be demands that it worked under all conditions.

    Could ACF add limits to not allow bidirectional fields in repeaters. Possibly, but currently ACF does not really allow different settings for field types dependent on if they are top level fields or sub fields. This could potentially be added. But again, I am assuming this has not been done because when it is done, as mentioned above, the developer would get many requests to make it work for sub fields.

    3rd Party plugins can limit how it can be used avoiding the need for the developer to add features that cannot be supported under all conditions. For example the plugin I created that does this only looks at top level fields and avoids the repeater problem by ignoring it completely. This is functionality that I simply refuse to add and consider “Out of Scope”.

    The fact that these bidirectional relationships can be coded only limits what they can do to the abilities of the coder. Might it be possible to do bidirectional fields for repeater sub fields? Maybe… for a specific use case, built and coded for that specific use case.

    What is the difference between Post Object and Relationship fields?

    There are 2 main differences.

    1. The UI presented to users
    2. The number of posts assumed as default.
      • Post Object fields assume a single post but can be made to allow selecting multiple. When allowing multiple selections no limits can be placed on the number of selections.
      • Relationship fields assume multiple selections but can be made to only allow a single selection or require and arbitrary min/max number of selections.

    I have always used these as 1) Post Object fields always allow only one selection. 2) Relationship fields always allow multiple selections.

  • And what is the problem that this simple code is not present in the core? Please tell me what the difference should be between the “post object” and the “realtionship” field? If there is none at least one field is obsolete!

    I have also already written to ACF support who suggested the same solution as Andrew.

    The code is quite ok, but the add_filter could be dynamic. For this I use this code:

    add_action ('init', 'ACF_set_filter_bidirectional_relationship_update');
    function ACF_set_filter_bidirectional_relationship_update ()
    {
    	
    	$q_acf_fields = new WP_Query (array (	'post_type'			=> 'acf-field',
    														'posts_per_page'	=> -1
    													)
    										  );
    										  
    	if ( $q_acf_fields->have_posts() )
    	{
    		foreach ($q_acf_fields->posts as $acf_field)
    		{
    			
    			$field_settings = unserialize($acf_field->post_content);
    			
    			if ($field_settings['type'] == 'relationship')
    			{
    				add_filter ('acf/update_value/name=' . $acf_field->post_excerpt, 'ACF_bidirectional_relationship_update', 10, 3);
    			}
    		}
    	}
    
    }

    And besides, the post selection of the “relationship field” is also the one that is currently being edited in the selection list, which is yes particularly “useful”!

    That’s why I also immediately added the filter to remove the respective:

    add_filter ( 'acf/fields/relationship/query', 'ACF_relationship_query_filter', 100 , 3);
    function ACF_relationship_query_filter ($args, $field, $post_id )
    {
    	
    	$args ['post__not_in'] = array ($post_id);
    	
    	return $args;
    }
  • You cannot do it natively; as John mentioned, there is a plugin.

    Though ACF has its resource on how to do so with some coding know-how.
    https://www.advancedcustomfields.com/resources/bidirectional-relationships/

  • If you are talking about bidirectional relationships there are plugins available for this. I do not know if the developers are planning to add native functionality to ACF, you would need to contact them to ask.

  • You can either use a bidirectional field (there are code examples and plugins available) or you can do a reverse relationship query as explained here.

  • John, thanks for your response. I have already sent my request to ACF support team.

    I am aware of these limitations, but wanted to bring this to the table here too. For us here and maybe also for other users who are looking and waiting for ACF bidirectional relationships …

    And yes, I still think that this is an extremely important feature (for dynamic sites) that should be a part of ACF core, hopefully to be launched anytime soon.

  • Since Metabox is gaining traction extremely fast and the are offering bi-directional relationship fields (even between two CPTs) natively out of the box, I feel like quite a bunch of ACF users are switching (or are contemplating to switch) to Metabox.

    Thus, I would really love to see a NATIVE CPT to CPT bi-directional relationship feature in ACF anytime soon. Since sites are getting more and more dynamic all the time, it’s about time for ACF to launch this feature in ACF core.

    What do you all think?

  • I personally would set up bidirectional relationship fields using either code or a plugin.

    Without this you need to do reverse relationship queries as described here https://www.advancedcustomfields.com/resources/querying-relationship-fields/

  • Thanks John,

    Although it seems a good idea to change my configuration to a bidirectional relationship, that still doesn’t help with the idea of a recursive query. If I wanted to query a family tree showing a child, their parents, and the parents parents etc, I’d need some kind of recursive query.

    Otherwise, I suppose I’d just have to do multiple queries in a recursive code block.

    Regards
    Pete

Viewing 25 results - 26 through 50 (of 143 total)