{
    "cta_popover": {
        "_editor": {
            "label": "Contacto y compartir",
            "fields": {
                "contact.title": "Título contacto",
                "contact.items.wapp.label": "Texto del botón",
                "contact.items.wapp.tipo": "Acción",
                "contact.items.wapp.value": "Número, correo o enlace",
                "contact.items.cel.label": "Texto del botón",
                "contact.items.cel.tipo": "Acción",
                "contact.items.cel.value": "Número, correo o enlace",
                "contact.items.mail.label": "Texto del botón",
                "contact.items.mail.tipo": "Acción",
                "contact.items.mail.value": "Número, correo o enlace",
                "contact.items.map.label": "Texto del botón",
                "contact.items.map.tipo": "Acción",
                "contact.items.map.value": "Número, correo o enlace",
                "share.title": "Título compartir",
                "share.items.c_wapp.label": "Texto del botón",
                "share.items.c_wapp.value": "Mensaje para WhatsApp",
                "share.items.c_mail.label": "Texto del botón",
                "share.items.c_mail.subject": "Asunto del e-mail",
                "share.items.c_mail.value": "Mensaje del e-mail"
            }
        },
        "contact": {
            "title": "Contactar",
            "items": {
                "wapp": {
                    "active": true,
                    "label": "whatsapp 01",
                    "tipo": "wapp",
                    "value": "+51 987654321"
                },
                "cel": {
                    "active": true,
                    "label": "cel 01",
                    "tipo": "cel",
                    "value": "+51 123456789"
                },
                "mail": {
                    "active": true,
                    "label": "E-mail",
                    "tipo": "mail",
                    "value": "mqster-mail@simplecreativestudio.com"
                },
                "map": {
                    "active": true,
                    "label": "Llegar",
                    "tipo": "map",
                    "value": "https://maps.google.com/"
                }
            }
        },
        "share": {
            "title": "Compartir",
            "items": {
                "c_wapp": {
                    "active": true,
                    "label": "WhatsApp",
                    "value": "Hola, te comparto esta demo de si_web de SIMPLE. Es una web editable que permite cambiar textos, imágenes, videos y botones desde la misma página, sin usar plataformas complicadas ni tocar código.<br><br>Puedes verla aquí:<br>{{url}}"
                },
                "c_mail": {
                    "active": true,
                    "label": "E-mail",
                    "subject": "Asunto...",
                    "value": "Hola,<br><br>Te comparto esta demo de si_web de SIMPLE.<br><br>Es una web editable que permite actualizar textos, imágenes, videos y botones desde la misma página, sin depender de plataformas complicadas ni tocar código.<br><br>Puedes verla aquí:<br>{{url}}"
                }
            }
        }
    },
    "menu": {
        "_editor": {
            "label": "Menú principal",
            "fields": {
                "items": "Items del menú"
            }
        },
        "items": {
            "max": "5",
            "submenu_max": 6,
            "fields": {
                "label": {
                    "label": "Texto del botón",
                    "type": "text",
                    "editable": true
                },
                "tipo": {
                    "label": "Tipo de botón",
                    "type": "select",
                    "editable": true,
                    "options": [
                        "interno",
                        "url",
                        "mail",
                        "tel",
                        "whatsapp",
                        "download",
                        "cta"
                    ]
                },
                "destino": {
                    "label": "Destino",
                    "type": "destination",
                    "editable": true
                },
                "clase": {
                    "label": "Clase visual",
                    "type": "text",
                    "editable": false
                },
                "target": {
                    "label": "Abrir en",
                    "type": "select",
                    "editable": false,
                    "options": [
                        "_self",
                        "_blank"
                    ]
                },
                "active": {
                    "label": "Activo",
                    "type": "boolean",
                    "editable": true
                },
                "intro": {
                    "label": "Intro del submenú",
                    "type": "text",
                    "editable": true
                }
            },
            "defaults": {
                "label": "",
                "tipo": "interno",
                "destino": "",
                "clase": "menu-item",
                "target": "_self",
                "active": true,
                "intro": ""
            },
            "items": [
                {
                    "label": "El Estudio",
                    "tipo": "interno",
                    "destino": "popup:about",
                    "clase": "main",
                    "target": "_self",
                    "active": true,
                    "intro": "",
                    "submenus": {
                        "max": 8,
                        "fields": [],
                        "defaults": [],
                        "items": []
                    }
                },
                {
                    "label": "Retrato",
                    "tipo": "interno",
                    "destino": "page:retratos",
                    "clase": "main",
                    "target": "_self",
                    "active": true,
                    "intro": "",
                    "submenus": {
                        "max": 8,
                        "fields": [],
                        "defaults": [],
                        "items": []
                    }
                },
                {
                    "label": "Bodas y Parejas",
                    "tipo": "interno",
                    "destino": "page:bodas",
                    "clase": "main",
                    "target": "_self",
                    "active": true,
                    "intro": "",
                    "submenus": {
                        "max": 8,
                        "fields": {
                            "label": {
                                "label": "Texto del botón",
                                "type": "text",
                                "editable": true
                            },
                            "tipo": {
                                "label": "Tipo de botón",
                                "type": "select",
                                "editable": true,
                                "options": [
                                    "interno",
                                    "url",
                                    "mail",
                                    "tel",
                                    "whatsapp",
                                    "download",
                                    "cta"
                                ]
                            },
                            "destino": {
                                "label": "Destino",
                                "type": "destination",
                                "editable": true
                            },
                            "clase": {
                                "label": "Clase visual",
                                "type": "text",
                                "editable": false
                            },
                            "target": {
                                "label": "Abrir en",
                                "type": "select",
                                "editable": false,
                                "options": [
                                    "_self",
                                    "_blank"
                                ]
                            },
                            "active": {
                                "label": "Activo",
                                "type": "boolean",
                                "editable": true
                            },
                            "caption": {
                                "label": "Comentario",
                                "type": "text",
                                "editable": true
                            }
                        },
                        "defaults": {
                            "label": "",
                            "tipo": "interno",
                            "destino": "",
                            "clase": "menu-submenu-item",
                            "target": "_self",
                            "active": true,
                            "caption": ""
                        },
                        "items": [
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "Sesiones fotográficas",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "menu-submenu-item",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            }
                        ]
                    }
                },
                {
                    "label": "Familia",
                    "tipo": "interno",
                    "destino": "page:familias",
                    "clase": "main",
                    "target": "_self",
                    "active": true,
                    "intro": "",
                    "submenus": {
                        "max": 8,
                        "fields": {
                            "label": {
                                "label": "Texto del botón",
                                "type": "text",
                                "editable": true
                            },
                            "tipo": {
                                "label": "Tipo de botón",
                                "type": "select",
                                "editable": true,
                                "options": [
                                    "interno",
                                    "url",
                                    "mail",
                                    "tel",
                                    "whatsapp",
                                    "download",
                                    "cta"
                                ]
                            },
                            "destino": {
                                "label": "Destino",
                                "type": "destination",
                                "editable": true
                            },
                            "clase": {
                                "label": "Clase visual",
                                "type": "text",
                                "editable": false
                            },
                            "target": {
                                "label": "Abrir en",
                                "type": "select",
                                "editable": false,
                                "options": [
                                    "_self",
                                    "_blank"
                                ]
                            },
                            "active": {
                                "label": "Activo",
                                "type": "boolean",
                                "editable": true
                            },
                            "caption": {
                                "label": "Comentario",
                                "type": "text",
                                "editable": true
                            }
                        },
                        "defaults": {
                            "label": "",
                            "tipo": "interno",
                            "destino": "",
                            "clase": "menu-submenu-item",
                            "target": "_self",
                            "active": true,
                            "caption": ""
                        },
                        "items": [
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "main",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            },
                            {
                                "label": "Llevar un workshop a mi ciudad",
                                "tipo": "interno",
                                "destino": "page:index",
                                "clase": "menu-submenu-item",
                                "target": "_self",
                                "active": true,
                                "caption": ""
                            }
                        ]
                    }
                },
                {
                    "label": "Complementos",
                    "tipo": "interno",
                    "destino": "page:servicios",
                    "clase": "main",
                    "target": "_self",
                    "active": true,
                    "intro": "",
                    "submenus": {
                        "max": 8,
                        "fields": [],
                        "defaults": [],
                        "items": [
                            {
                                "clase": "main",
                                "caption": "",
                                "label": "",
                                "tipo": "interno",
                                "destino": "page:index",
                                "target": "_self",
                                "active": true
                            }
                        ]
                    }
                },
                {
                    "label": "nuevo boton",
                    "tipo": "interno",
                    "destino": "popup:about",
                    "clase": "menu-item open-cta",
                    "target": "_self",
                    "active": true,
                    "intro": "",
                    "submenus": {
                        "max": 8,
                        "fields": [],
                        "defaults": [],
                        "items": [
                            {
                                "clase": "btn open-cta",
                                "label": "nuevo submenu",
                                "tipo": "cta",
                                "destino": "#cta-1",
                                "target": "_self",
                                "active": true,
                                "caption": "nuevo submenu"
                            },
                            {
                                "clase": "btn",
                                "caption": "Segundo boton nuevo",
                                "label": "Segundo boton nuevo",
                                "tipo": "interno",
                                "destino": "page:index",
                                "target": "_self",
                                "active": true
                            }
                        ]
                    }
                },
                {
                    "submenus": {
                        "items": [
                            {
                                "clase": "btn",
                                "label": "este es uno (si web)",
                                "tipo": "interno",
                                "destino": "page:si_web",
                                "target": "_self",
                                "active": true,
                                "caption": "boton 1"
                            },
                            {
                                "clase": "btn",
                                "caption": "boton 2",
                                "label": "este es el segundo boton",
                                "tipo": "mail",
                                "destino": "mail@mail.com",
                                "target": "_self",
                                "active": true
                            }
                        ]
                    }
                },
                {
                    "label": "",
                    "tipo": "interno",
                    "destino": "page:brand",
                    "clase": "menu-item",
                    "target": "_self",
                    "active": true,
                    "intro": ""
                }
            ]
        },
        "language": {
            "active": true,
            "es": "ESP.",
            "en": "ENG.",
            "fr": "FR."
        },
        "search": {
            "active": true,
            "aria": "Abrir buscador",
            "placeholder": "Buscar..."
        }
    },
    "footer": {
        "_editor": {
            "label": "Footer",
            "fields": {
                "aria_label": "Etiqueta accesible",
                "stamp": "Marca del footer",
                "menu": "Botones de menú",
                "contact": "Datos de contacto",
                "social": "Redes sociales",
                "social.column": {
                    "label": "Columna de redes sociales",
                    "type": "select",
                    "editable": true,
                    "options": [
                        {
                            "value": "1",
                            "label": "Columna 1"
                        },
                        {
                            "value": "2",
                            "label": "Columna 2"
                        },
                        {
                            "value": "3",
                            "label": "Columna 3"
                        },
                        {
                            "value": "4",
                            "label": "Columna 4"
                        },
                        {
                            "value": "5",
                            "label": "Columna 5"
                        }
                    ]
                },
                "social.position": {
                    "label": "Posición de redes sociales",
                    "type": "select",
                    "editable": true,
                    "options": [
                        {
                            "value": "above",
                            "label": "Encima del contenido"
                        },
                        {
                            "value": "below",
                            "label": "Debajo del contenido"
                        }
                    ]
                },
                "support": "Bloque de soporte",
                "rights.label": {
                    "label": "Texto legal",
                    "type": "rich",
                    "editable": true
                },
                "stamp.image": {
                    "label": "Isotipo del footer",
                    "type": "media",
                    "editable": true
                },
                "stamp.caption": {
                    "label": "Nombre",
                    "type": "rich",
                    "editable": true
                },
                "stamp.text": {
                    "label": "Texto de apoyo",
                    "type": "rich",
                    "editable": true
                },
                "support.brand_image": {
                    "label": "Logotipo del footer",
                    "type": "media",
                    "editable": true
                },
                "support.lead": {
                    "label": "Título de soporte",
                    "type": "rich",
                    "editable": true
                },
                "support.text": {
                    "label": "Texto de soporte",
                    "type": "rich",
                    "editable": true
                },
                "groups": {
                    "label": "Grupos del footer",
                    "type": "rich",
                    "editable": true
                }
            }
        },
        "aria_label": "Pie de página",
        "max_groups": 5,
        "max_buttons_per_group": 6,
        "icon_options": [
            {
                "value": "",
                "label": "Ninguno"
            },
            {
                "value": "icon-controller-fast-backward",
                "label": "Retroceder"
            },
            {
                "value": "icon-controller-fast-forward",
                "label": "Avanzar"
            },
            {
                "value": "icon-controller-paus",
                "label": "Pausa"
            },
            {
                "value": "icon-controller-play",
                "label": "Reproducir"
            },
            {
                "value": "icon-chevron-down",
                "label": "Flecha abajo"
            },
            {
                "value": "icon-chevron-up",
                "label": "Flecha arriba"
            },
            {
                "value": "icon-chevron-thin-down",
                "label": "Flecha fina abajo"
            },
            {
                "value": "icon-chevron-thin-up",
                "label": "Flecha fina arriba"
            },
            {
                "value": "icon-dot-single",
                "label": "Punto"
            },
            {
                "value": "icon-dots-two-horizontal",
                "label": "Dos puntos"
            },
            {
                "value": "icon-dots-three-horizontal",
                "label": "Tres puntos"
            },
            {
                "value": "icon-triangle-down",
                "label": "Triángulo abajo"
            },
            {
                "value": "icon-triangle-up",
                "label": "Triángulo arriba"
            },
            {
                "value": "icon-address",
                "label": "Dirección"
            },
            {
                "value": "icon-camera",
                "label": "Cámara"
            },
            {
                "value": "icon-check",
                "label": "Confirmar"
            },
            {
                "value": "icon-credit-card",
                "label": "Tarjeta"
            },
            {
                "value": "icon-cross",
                "label": "Cerrar"
            },
            {
                "value": "icon-direction",
                "label": "Dirección / ruta"
            },
            {
                "value": "icon-flag",
                "label": "Bandera"
            },
            {
                "value": "icon-funnel",
                "label": "Filtro"
            },
            {
                "value": "icon-help",
                "label": "Ayuda"
            },
            {
                "value": "icon-home",
                "label": "Inicio"
            },
            {
                "value": "icon-image",
                "label": "Imagen"
            },
            {
                "value": "icon-images",
                "label": "Galería"
            },
            {
                "value": "icon-language",
                "label": "Idioma"
            },
            {
                "value": "icon-link",
                "label": "Enlace"
            },
            {
                "value": "icon-location-pin",
                "label": "Ubicación"
            },
            {
                "value": "icon-location",
                "label": "Mapa"
            },
            {
                "value": "icon-mail",
                "label": "Correo"
            },
            {
                "value": "icon-mobile",
                "label": "Móvil"
            },
            {
                "value": "icon-menu",
                "label": "Menú"
            },
            {
                "value": "icon-new",
                "label": "Nuevo"
            },
            {
                "value": "icon-old-mobile",
                "label": "Móvil clásico"
            },
            {
                "value": "icon-old-phone",
                "label": "Teléfono clásico"
            },
            {
                "value": "icon-paper-plane",
                "label": "Enviar"
            },
            {
                "value": "icon-phone",
                "label": "Teléfono"
            },
            {
                "value": "icon-pin",
                "label": "Marcador"
            },
            {
                "value": "icon-price-tag",
                "label": "Etiqueta"
            },
            {
                "value": "icon-rocket",
                "label": "Cohete"
            },
            {
                "value": "icon-share",
                "label": "Compartir"
            },
            {
                "value": "icon-star",
                "label": "Estrella"
            },
            {
                "value": "icon-facebook",
                "label": "Facebook"
            },
            {
                "value": "icon-google",
                "label": "Google"
            },
            {
                "value": "icon-instagram",
                "label": "Instagram"
            },
            {
                "value": "icon-paypal",
                "label": "PayPal"
            },
            {
                "value": "icon-paypal1",
                "label": "PayPal alternativo"
            },
            {
                "value": "icon-tiktok",
                "label": "TikTok"
            },
            {
                "value": "icon-tripadvisor",
                "label": "Tripadvisor"
            },
            {
                "value": "icon-x",
                "label": "X"
            },
            {
                "value": "icon-visa",
                "label": "Visa"
            },
            {
                "value": "icon-whatsapp",
                "label": "WhatsApp"
            },
            {
                "value": "icon-youtube",
                "label": "YouTube"
            }
        ],
        "button_fields": {
            "label": {
                "label": "Texto del botón",
                "type": "text",
                "editable": true
            },
            "tipo": {
                "label": "Tipo de botón",
                "type": "select",
                "editable": true,
                "options": [
                    "interno",
                    "url",
                    "mail",
                    "tel",
                    "whatsapp",
                    "download",
                    "cta"
                ]
            },
            "destino": {
                "label": "Destino",
                "type": "destination",
                "editable": true
            },
            "comentario": {
                "label": "Comentario",
                "type": "text",
                "editable": true
            },
            "separador": {
                "label": "Separador",
                "type": "select",
                "editable": true,
                "options": [
                    {
                        "value": "none",
                        "label": "Ninguno"
                    },
                    {
                        "value": "before",
                        "label": "Antes del botón"
                    },
                    {
                        "value": "after",
                        "label": "Después del botón"
                    }
                ]
            },
            "icono": {
                "label": "Icono",
                "type": "select",
                "editable": true
            },
            "clase": {
                "label": "Clase visual",
                "type": "text",
                "editable": false
            },
            "target": {
                "label": "Abrir en",
                "type": "select",
                "editable": false,
                "options": [
                    "_self",
                    "_blank"
                ]
            },
            "active": {
                "label": "Estado",
                "type": "boolean",
                "editable": true
            }
        },
        "button_defaults": {
            "label": "",
            "tipo": "interno",
            "destino": "",
            "comentario": "",
            "separador": "none",
            "icono": "",
            "clase": "footer-group-button",
            "target": "_self",
            "active": true
        },
        "groups": [
            {
                "titulo": "",
                "buttons": {
                    "items": [
                        {
                            "label": "Legal",
                            "tipo": "interno",
                            "destino": "popup:legal",
                            "comentario": "Informate de todos los aspectos legales.",
                            "icono": "icon-flag",
                            "clase": "footer-group-button",
                            "target": "_self",
                            "active": true,
                            "separador": "none"
                        },
                        {
                            "label": "Descargas",
                            "tipo": "cta",
                            "destino": "#cta-1",
                            "comentario": "Modelos de contrato, requisitos y mas",
                            "icono": "icon-rocket",
                            "clase": "footer-group-button open-cta",
                            "target": "_self",
                            "active": true,
                            "separador": "none"
                        },
                        {
                            "label": "",
                            "tipo": "interno",
                            "destino": "page:index",
                            "comentario": "Conoce el servicio de branding.",
                            "icono": "icon-star",
                            "clase": "footer-group-button",
                            "target": "_self",
                            "active": true,
                            "separador": "none"
                        },
                        {
                            "label": "",
                            "tipo": "interno",
                            "destino": "page:index",
                            "comentario": "Conoce el servicio de desarrollo web.",
                            "icono": "icon-link",
                            "clase": "footer-group-button",
                            "target": "_self",
                            "active": true,
                            "separador": "none"
                        }
                    ]
                }
            },
            {
                "titulo": "",
                "buttons": {
                    "items": [
                        {
                            "label": "",
                            "tipo": "whatsapp",
                            "destino": "+51999999999",
                            "comentario": "Escríbenos directamente. editado",
                            "icono": "icon-whatsapp",
                            "clase": "footer-group-button",
                            "target": "_blank",
                            "active": true,
                            "separador": "none"
                        },
                        {
                            "label": "",
                            "tipo": "tel",
                            "destino": "+51944425081",
                            "comentario": "Llámanos. EDITADO",
                            "icono": "icon-phone",
                            "clase": "footer-group-button",
                            "target": "_self",
                            "active": true,
                            "separador": "none"
                        },
                        {
                            "label": "",
                            "tipo": "mail",
                            "destino": "servicios@simplecreativestudio.com",
                            "comentario": "servicios@simplecreativestudio.com",
                            "icono": "icon-mail",
                            "clase": "footer-group-button",
                            "target": "_self",
                            "active": true,
                            "separador": "none"
                        }
                    ]
                }
            },
            {
                "titulo": "Soporte:",
                "buttons": {
                    "items": [
                        {
                            "label": "Hablemos",
                            "tipo": "cta",
                            "destino": "#cta-1",
                            "comentario": "si todo lo que has encontrado en esta pagina te inspira",
                            "icono": "icon-paper-plane",
                            "clase": "footer-group-button open-cta",
                            "target": "_self",
                            "active": true,
                            "separador": "none"
                        },
                        {
                            "label": "",
                            "tipo": "interno",
                            "destino": "page:index",
                            "clase": "footer-group-button",
                            "target": "_self",
                            "active": true,
                            "comentario": "este es un boton nuevo",
                            "separador": "before",
                            "icono": "icon-flag"
                        }
                    ]
                }
            },
            {
                "titulo": "Nuevo grupo",
                "buttons": {
                    "items": [
                        {
                            "label": "",
                            "tipo": "url",
                            "destino": "https://36fotosstudio.com",
                            "icono": "icon-link",
                            "clase": "footer-group-button",
                            "target": "_blank",
                            "active": true,
                            "comentario": "pagina de fotografía",
                            "separador": "none"
                        }
                    ]
                }
            },
            {
                "titulo": "",
                "buttons": {
                    "items": []
                }
            }
        ],
        "stamp": {
            "_editor": {
                "label": "Marca del footer",
                "fields": {
                    "active": "Mostrar bloque",
                    "caption": "Nombre",
                    "text": "Texto de apoyo"
                }
            },
            "active": true,
            "image": {
                "type": "image",
                "desk": "assets/img/iso.webp",
                "mov": "assets/img/iso.webp",
                "alt": "SIMPLE",
                "ratio": {
                    "desk": "1 / 1",
                    "mov": "1 / 1"
                }
            },
            "caption": "",
            "text": "miramos donde todos miran y vemos loque nadie ve.",
            "tipo": "texto",
            "value": ""
        },
        "menu": {
            "_editor": {
                "label": "Menú",
                "fields": {
                    "label": "Título del bloque",
                    "items": "Botones"
                }
            },
            "label": "Menu:",
            "items": {
                "studio": {
                    "_editor": {
                        "label": "El Estudio",
                        "fields": {
                            "active": "Mostrar botón",
                            "label": "Texto del botón"
                        }
                    },
                    "active": true,
                    "label": "Acerca de Simple",
                    "key": "page:index",
                    "tipo": "interno",
                    "destino": "page:index"
                },
                "servicios": {
                    "_editor": {
                        "label": "Especialidades",
                        "fields": {
                            "active": "Mostrar botón",
                            "label": "Texto del botón"
                        }
                    },
                    "active": true,
                    "label": "Photo.",
                    "key": "page:index",
                    "tipo": "interno",
                    "destino": "page:index"
                },
                "workshops": {
                    "_editor": {
                        "label": "Formación",
                        "fields": {
                            "active": "Mostrar botón",
                            "label": "Texto del botón"
                        }
                    },
                    "active": true,
                    "label": "Brand.",
                    "key": "page:index",
                    "tipo": "interno",
                    "destino": "page:index"
                },
                "portfolio": {
                    "_editor": {
                        "label": "Portafolio",
                        "fields": {
                            "active": "Mostrar botón",
                            "label": "Texto del botón"
                        }
                    },
                    "active": true,
                    "label": "& Web.",
                    "key": "page:index",
                    "tipo": "interno",
                    "destino": "page:index"
                }
            },
            "tipo": "texto",
            "active": true,
            "value": ""
        },
        "contact": {
            "_editor": {
                "label": "Contacto",
                "fields": {
                    "active": "Mostrar contacto",
                    "label": "Título del bloque",
                    "wapp.label": "WhatsApp",
                    "cel.label": "Celular",
                    "mail.label": "Correo",
                    "map.label": "Texto de dirección",
                    "map.url": "URL de mapa"
                }
            },
            "active": true,
            "label": "Contacto:",
            "wapp": {
                "active": true,
                "label": "944 425 081",
                "tipo": "whatsapp",
                "destino": "+51944425081",
                "value": ""
            },
            "cel": {
                "active": true,
                "label": "944 425 081",
                "tipo": "tel",
                "destino": "+51944425081",
                "value": ""
            },
            "mail": {
                "active": true,
                "label": "servicios@simplecreativestudio.com",
                "tipo": "mail",
                "destino": "servicios@simplecreativestudio.com",
                "value": ""
            },
            "map": {
                "active": true,
                "label": "",
                "url": "https://maps.google.com/?q=-12.088437,-77.036697",
                "tipo": "url",
                "destino": "https://maps.google.com/?q=-12.088437,-77.036697"
            },
            "tipo": "texto",
            "value": ""
        },
        "social": {
            "active": true,
            "max_items": 6,
            "column": "2",
            "position": "above",
            "button_fields": {
                "label": {
                    "label": "Nombre accesible",
                    "type": "text",
                    "editable": true
                },
                "icono": {
                    "label": "Icono",
                    "type": "select",
                    "editable": true
                },
                "tipo": {
                    "label": "Tipo de destino",
                    "type": "select",
                    "editable": true,
                    "options": [
                        "url",
                        "mail",
                        "tel",
                        "whatsapp",
                        "interno"
                    ]
                },
                "destino": {
                    "label": "Destino",
                    "type": "destination",
                    "editable": true
                },
                "clase": {
                    "label": "Clase visual",
                    "type": "text",
                    "editable": false
                },
                "target": {
                    "label": "Abrir en",
                    "type": "select",
                    "editable": false,
                    "options": [
                        "_self",
                        "_blank"
                    ]
                },
                "active": {
                    "label": "Estado",
                    "type": "boolean",
                    "editable": true
                }
            },
            "button_defaults": {
                "label": "",
                "icono": "",
                "tipo": "url",
                "destino": "",
                "clase": "footer-social-link",
                "target": "_blank",
                "active": true
            },
            "items": [
                {
                    "label": "Facebook",
                    "icono": "icon-facebook",
                    "tipo": "url",
                    "destino": "https://www.facebook.com/Simpledg",
                    "clase": "footer-social-link",
                    "target": "_blank",
                    "active": true
                },
                {
                    "label": "Instagram",
                    "icono": "icon-instagram",
                    "tipo": "url",
                    "destino": "https://www.instagram.com/simple.creastudio/",
                    "clase": "footer-social-link",
                    "target": "_blank",
                    "active": true
                },
                {
                    "label": "TikTok",
                    "icono": "icon-tiktok",
                    "tipo": "url",
                    "destino": "https://www.tiktok.com/@simplecreativestudio",
                    "clase": "footer-social-link",
                    "target": "_blank",
                    "active": true
                },
                {
                    "label": "Behance",
                    "tipo": "url",
                    "destino": "",
                    "clase": "footer-social-link",
                    "target": "_blank",
                    "active": true,
                    "icono": "icon-youtube"
                }
            ]
        },
        "support": {
            "_editor": {
                "label": "Bloque de soporte",
                "fields": {
                    "active": "Mostrar bloque",
                    "lead": "Título",
                    "text": "Texto",
                    "cta": "Botón"
                }
            },
            "active": true,
            "brand_image": {
                "type": "image",
                "desk": "assets/img/logo.webp",
                "mov": "assets/img/logo.webp",
                "alt": "SIMPLE",
                "ratio": {
                    "desk": "3 / 1",
                    "mov": "3 / 1"
                }
            },
            "lead": "¿Necesitas mejorar la presencia de tu proyecto?",
            "text": "entonces es momento de",
            "cta": {
                "active": true,
                "label": "Hablar.",
                "class": "open-cta",
                "key": "#cta-1",
                "tipo": "cta",
                "destino": "#cta-1"
            },
            "tipo": "texto",
            "value": ""
        },
        "rights": {
            "_editor": {
                "label": "Derechos",
                "fields": {
                    "active": "Mostrar texto legal",
                    "label": "Texto legal"
                }
            },
            "active": true,
            "label": "Simple® - 2026",
            "tipo": "texto",
            "value": ""
        }
    },
    "pdfs": {
        "pdf-01": {
            "label": "PDF 01",
            "file": "assets/pdfs/pdf-01.pdf"
        },
        "pdf-02": {
            "label": "PDF 02",
            "file": "assets/pdfs/pdf-02.pdf"
        },
        "pdf-03": {
            "label": "PDF 03",
            "file": "assets/pdfs/pdf-03.pdf"
        },
        "pdf-04": {
            "label": "PDF 04",
            "file": "assets/pdfs/pdf-04.pdf"
        },
        "pdf-05": {
            "label": "PDF 05",
            "file": "assets/pdfs/pdf-05.pdf"
        },
        "pdf-06": {
            "label": "PDF 06",
            "file": "assets/pdfs/pdf-06.pdf"
        }
    },
    "cookies": {
        "active": true,
        "title": "Uso de cookies",
        "text": "Este sitio utiliza cookies para habilitar funciones básicas de navegación y mejorar la experiencia de uso. Para continuar, es necesario aceptar su uso.",
        "accept": {
            "label": "Aceptar cookies"
        },
        "more": {
            "label": "Leer más",
            "popup": "info/legal",
            "anchor": "cookies"
        },
        "_editor": {
            "label": "Cookies",
            "fields": {
                "title": "Título",
                "text": "Texto",
                "accept.label": "Botón aceptar",
                "more.label": "Botón leer más"
            }
        }
    },
    "hero_header": {
        "logo": {
            "type": "image",
            "desk": "assets/img/logo.webp",
            "mov": "assets/img/logo.webp",
            "alt": "SIMPLE",
            "ratio": {
                "desk": "3 / 1",
                "mov": "3 / 1"
            }
        },
        "iso": {
            "type": "image",
            "desk": "assets/img/iso.webp",
            "mov": "assets/img/iso.webp",
            "alt": "SIMPLE",
            "ratio": {
                "desk": "1 / 1",
                "mov": "1 / 1"
            }
        },
        "lead": "Estudio especializado en fotografía de personas.",
        "caption": "Tu imagen no es una pose; es una narrativa visual de quién eres.",
        "_editor": {
            "label": "Header",
            "fields": {
                "logo": {
                    "label": "Logotipo",
                    "type": "media",
                    "editable": true
                },
                "iso": {
                    "label": "Isotipo",
                    "type": "media",
                    "editable": true
                },
                "lead": {
                    "label": "Texto principal",
                    "type": "rich",
                    "editable": true
                },
                "caption": {
                    "label": "Texto secundario",
                    "type": "rich",
                    "editable": true
                }
            }
        }
    },
    "intro": {
        "_editor": {
            "label": "Botón de entrada",
            "fields": {
                "active": "Activar intro",
                "icon": "Icono Icomoon",
                "aria_label": "Etiqueta accesible",
                "position.desk.x": "Posición X escritorio",
                "position.desk.y": "Posición Y escritorio",
                "position.mov.x": "Posición X móvil",
                "position.mov.y": "Posición Y móvil"
            }
        },
        "active": true,
        "icon": "icon-controller-fast-forward",
        "aria_label": "Entrar al sitio",
        "position": {
            "desk": {
                "x": "52.570",
                "y": "59.731"
            },
            "mov": {
                "x": 85,
                "y": 50
            }
        }
    }
}