{
    "hero36": {
        "_editor": {
            "fields": {
                "max_items": {
                    "label": "MÁXIMO DE LÁMINAS",
                    "type": "number",
                    "description": "Tope máximo de láminas permitidas."
                },
                "items": {
                    "label": "Láminas",
                    "type": "array",
                    "fields": [
                        {
                            "key": "group_item",
                            "label": "Contenido de la lámina",
                            "type": "group",
                            "fields": [
                                {
                                    "key": "texto_apoyo",
                                    "label": "Texto de apoyo",
                                    "type": "text"
                                },
                                {
                                    "key": "titulo_lamina",
                                    "label": "Título de lámina",
                                    "type": "text"
                                },
                                {
                                    "key": "titulo",
                                    "label": "Título principal",
                                    "type": "text"
                                },
                                {
                                    "key": "titulo_interno",
                                    "label": "Título interno",
                                    "type": "text"
                                },
                                {
                                    "key": "contenido",
                                    "label": "Contenido",
                                    "type": "textarea"
                                },
                                {
                                    "key": "comentario",
                                    "label": "Comentario / pie de página",
                                    "type": "text"
                                },
                                {
                                    "key": "media",
                                    "label": "Multimedia",
                                    "type": "media"
                                },
                                {
                                    "key": "buttons_item",
                                    "label": "Botones de la lámina",
                                    "type": "group"
                                }
                            ]
                        }
                    ]
                }
            }
        },
        "max_items": 5,
        "items": [
            {
                "is_active": true,
                "orden": 1,
                "texto_apoyo": "texto de apoyo",
                "titulo_lamina": "lamina 01-a",
                "titulo": "Retrato el arte de ser tú",
                "titulo_interno": "titulo interno",
                "contenido": "Creo que la fotografía es más que una simple imagen; es una representación fiel de la esencia de cada persona.",
                "comentario": "comentario / pie de pagina",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/familias/desk/hero36-desk-2.webp",
                    "mov": "assets/photo/familias/mov/hero36-mov-2.webp",
                    "ratio": {
                        "desk": "16 / 9",
                        "mov": "9 / 16"
                    },
                    "fit": {
                        "desk": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        },
                        "mov": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        }
                    }
                },
                "buttons_item": {
                    "max": 2,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": []
                }
            },
            {
                "is_active": true,
                "orden": 2,
                "texto_apoyo": "texto de apoyo",
                "titulo_lamina": "lamina 02-a",
                "titulo": "Fotografía auténtica y atemporal",
                "titulo_interno": "titulo interno",
                "contenido": "Mi enfoque se centra en retratar la belleza de ser uno mismo, sin disfraces ni poses forzadas.",
                "comentario": "comentario / pie de pagina",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/familias/desk/hero36-desk-3.webp",
                    "mov": "assets/photo/familias/mov/hero36-mov-3.webp",
                    "ratio": {
                        "desk": "16 / 9",
                        "mov": "9 / 16"
                    },
                    "fit": {
                        "desk": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        },
                        "mov": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        }
                    }
                },
                "buttons_item": {
                    "max": 2,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": []
                }
            },
            {
                "is_active": true,
                "orden": 3,
                "texto_apoyo": "texto de apoyo",
                "titulo_lamina": "lamina 03-a",
                "titulo": "algún día lograre las 36 fotos perfectas!",
                "titulo_interno": "titulo interno",
                "contenido": "El nombre “36 Fotos” tiene un profundo significado, arraigado en una promesa hecha en la adolescencia.",
                "comentario": "comentario / pie de pagina",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/familias/desk/hero36-desk.webp",
                    "mov": "assets/photo/familias/mov/hero36-mov.webp",
                    "ratio": {
                        "desk": "16 / 9",
                        "mov": "9 / 16"
                    },
                    "fit": {
                        "desk": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        },
                        "mov": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        }
                    }
                },
                "buttons_item": {
                    "max": 2,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": []
                }
            },
            {
                "is_active": true,
                "orden": 4,
                "texto_apoyo": "texto de apoyo",
                "titulo_lamina": "lamina 04-a",
                "titulo": "cada sesión es una historia diferente",
                "titulo_interno": "titulo interno",
                "contenido": "En mi estudio, la creatividad fluye libremente. Desde retratos clásicos hasta estilos contemporáneos.",
                "comentario": "comentario / pie de pagina",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/familias/desk/hero36-desk-4.webp",
                    "mov": "assets/photo/familias/mov/hero36-mov-4.webp",
                    "ratio": {
                        "desk": "16 / 9",
                        "mov": "9 / 16"
                    },
                    "fit": {
                        "desk": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        },
                        "mov": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        }
                    }
                },
                "buttons_item": {
                    "max": 2,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": []
                }
            },
            {
                "is_active": "true",
                "orden": 5,
                "texto_apoyo": "texto de apoyo",
                "titulo_lamina": "lamina 05-a",
                "titulo": "así también nuestro nombre",
                "titulo_interno": "titulo interno",
                "contenido": "El nombre “36 Fotos” es un homenaje a los inicios, a ese deseo de capturar 36 fotos perfectas.",
                "comentario": "comentario / pie de pagina",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/familias/desk/hero36-desk-5.webp",
                    "mov": "assets/photo/familias/mov/hero36-mov-5.webp",
                    "ratio": {
                        "desk": "16 / 9",
                        "mov": "9 / 16"
                    },
                    "fit": {
                        "desk": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        },
                        "mov": {
                            "x": "0",
                            "y": "0",
                            "scale": "1",
                            "rotate": "0",
                            "flipX": "false"
                        }
                    }
                },
                "buttons_item": {
                    "max": 2,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": []
                }
            }
        ]
    },
    "gallery": {
        "_editor": {
            "fields": {
                "columnas": "Número de columnas",
                "layout": "Tipo de grilla",
                "media_mode": "Modo de media",
                "max_items": "Límite de tarjetas",
                "items": "Galería",
                "detail": {
                    "label": "Textos del detalle",
                    "type": "group",
                    "fields": [
                        {
                            "key": "titulo_secundario",
                            "label": "Título secundario",
                            "type": "text"
                        },
                        {
                            "key": "titulo_principal",
                            "label": "Título principal",
                            "type": "text"
                        },
                        {
                            "key": "subtitulo",
                            "label": "Subtítulo",
                            "type": "text"
                        },
                        {
                            "key": "titulo_interno",
                            "label": "Título interno",
                            "type": "text"
                        },
                        {
                            "key": "contenido",
                            "label": "Contenido",
                            "type": "textarea"
                        },
                        {
                            "key": "comentario",
                            "label": "Comentario",
                            "type": "text"
                        }
                    ]
                },
                "detail.buttons_text": "Botones del detalle"
            }
        },
        "columnas": 3,
        "layout": "square",
        "media_mode": "normal",
        "max_items": "12",
        "button_template": {
            "max": 1,
            "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": false
                }
            },
            "defaults": {
                "label": "",
                "tipo": "interno",
                "destino": "",
                "clase": "btn",
                "target": "_self",
                "active": true
            },
            "items": []
        },
        "items": [
            {
                "contenido": "Imágenes producidas para construir percepción de valor, mostrar mejor el producto y sostener una comunicación visual más profesional.",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/01.webp",
                    "mov": "assets/photo/01.webp",
                    "thumb": "assets/photo/01.webp",
                    "alt": "Fotografía comercial para negocios",
                    "figcaption": "SIMPLE / Fotografía comercial"
                },
                "button": {
                    "max": 1,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": [
                        {
                            "label": "Ver caso",
                            "tipo": "interno",
                            "destino": "popup:mateo",
                            "clase": "btn",
                            "target": "_self",
                            "active": true
                        }
                    ]
                }
            },
            {
                "contenido": "Sistemas de marca construidos para ordenar la presencia del negocio, mejorar reconocimiento y sostener una comunicación consistente.",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/02.webp",
                    "mov": "assets/photo/02.webp",
                    "thumb": "assets/photo/02.webp",
                    "alt": "Sistema de identidad visual",
                    "figcaption": "SIMPLE / Identidad visual"
                },
                "button": {
                    "max": 1,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": [
                        {
                            "label": "Solicitar marca",
                            "tipo": "cta",
                            "destino": "#cta-1",
                            "clase": "btn",
                            "target": "_self",
                            "active": true
                        }
                    ]
                }
            },
            {
                "contenido": "Sitios web propios, sin plantillas, con edición controlada para actualizar contenido sin romper estructura ni diseño.",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/03.webp",
                    "mov": "assets/photo/03.webp",
                    "thumb": "assets/photo/03.webp",
                    "alt": "Web editable para negocios",
                    "figcaption": "SIMPLE / Web editable"
                },
                "button": {
                    "max": 1,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": [
                        {
                            "label": "Ver sistema",
                            "tipo": "interno",
                            "destino": "popup:mateo",
                            "clase": "btn",
                            "target": "_self",
                            "active": true
                        }
                    ]
                }
            },
            {
                "contenido": "Organización visual y verbal para que cada pieza comunique una idea clara y empuje al usuario hacia una acción concreta.",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/04.webp",
                    "mov": "assets/photo/04.webp",
                    "thumb": "assets/photo/04.webp",
                    "alt": "Dirección de contenido visual",
                    "figcaption": "SIMPLE / Dirección de contenido"
                },
                "button": {
                    "max": 1,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": [
                        {
                            "label": "Agendar revisión",
                            "tipo": "cta",
                            "destino": "#cta-1",
                            "clase": "btn",
                            "target": "_self",
                            "active": true
                        }
                    ]
                }
            },
            {
                "contenido": "Una presencia visual más clara permite explicar mejor el valor del negocio y reducir dudas antes del primer contacto.",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/05.webp",
                    "mov": "assets/photo/05.webp",
                    "thumb": "assets/photo/05.webp",
                    "alt": "Presencia profesional para negocios",
                    "figcaption": "SIMPLE / Presencia profesional"
                },
                "button": {
                    "max": 1,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": [
                        {
                            "label": "Solicitar diagnóstico",
                            "tipo": "mail",
                            "destino": "servicios@thefreakstudio.com",
                            "clase": "btn",
                            "target": "_self",
                            "active": true
                        }
                    ]
                }
            },
            {
                "contenido": "Las piezas visuales funcionan mejor cuando responden a una misma lógica y no dependen de decisiones aisladas.",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/06.webp",
                    "mov": "assets/photo/06.webp",
                    "thumb": "assets/photo/06.webp",
                    "alt": "Sistema visual para comunicación comercial",
                    "figcaption": "SIMPLE / Sistema visual"
                },
                "button": {
                    "max": 1,
                    "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": false
                        }
                    },
                    "defaults": {
                        "label": "",
                        "tipo": "interno",
                        "destino": "",
                        "clase": "btn",
                        "target": "_self",
                        "active": true
                    },
                    "items": [
                        {
                            "label": "Ver enfoque",
                            "tipo": "interno",
                            "destino": "popup:mateo",
                            "clase": "btn",
                            "target": "_self",
                            "active": true
                        }
                    ]
                }
            },
            {
                "contenido": "descripción",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/07.webp",
                    "mov": "assets/photo/07.webp",
                    "thumb": "assets/photo/07.webp",
                    "alt": "",
                    "figcaption": ""
                },
                "button": {
                    "items": [
                        {
                            "label": "llamar",
                            "tipo": "tel",
                            "destino": "987654321",
                            "clase": "btn",
                            "target": "_self",
                            "active": true
                        }
                    ]
                }
            },
            {
                "contenido": "",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/08.webp",
                    "mov": "assets/photo/08.webp",
                    "thumb": "assets/photo/08.webp",
                    "alt": "",
                    "figcaption": ""
                }
            },
            {
                "contenido": "",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/09.webp",
                    "mov": "assets/photo/09.webp",
                    "thumb": "assets/photo/09.webp",
                    "alt": "",
                    "figcaption": ""
                }
            },
            {
                "contenido": "descripción",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/10.webp",
                    "mov": "assets/photo/10.webp",
                    "thumb": "assets/photo/10.webp",
                    "alt": "",
                    "figcaption": ""
                },
                "button": {
                    "items": [
                        {
                            "label": "llamar",
                            "tipo": "tel",
                            "destino": "987654321",
                            "clase": "btn",
                            "target": "_self",
                            "active": true
                        }
                    ]
                }
            },
            {
                "contenido": "",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/11.webp",
                    "mov": "assets/photo/11.webp",
                    "thumb": "assets/photo/11.webp",
                    "alt": "",
                    "figcaption": ""
                }
            },
            {
                "contenido": "",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/12.webp",
                    "mov": "assets/photo/12.webp",
                    "thumb": "assets/photo/12.webp",
                    "alt": "",
                    "figcaption": ""
                }
            },
            {
                "contenido": "",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/13.webp",
                    "mov": "assets/photo/13.webp",
                    "thumb": "assets/photo/13.webp",
                    "alt": "",
                    "figcaption": ""
                }
            },
            {
                "contenido": "",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/14.webp",
                    "mov": "assets/photo/14.webp",
                    "thumb": "assets/photo/14.webp",
                    "alt": "",
                    "figcaption": ""
                }
            },
            {
                "contenido": "",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/15.webp",
                    "mov": "assets/photo/15.webp",
                    "thumb": "assets/photo/15.webp",
                    "alt": "",
                    "figcaption": ""
                }
            },
            {
                "contenido": "",
                "media": {
                    "type": "image",
                    "desk": "assets/photo/16.webp",
                    "mov": "assets/photo/16.webp",
                    "thumb": "assets/photo/16.webp",
                    "alt": "",
                    "figcaption": ""
                }
            },
            {
                "media": {
                    "desk": "",
                    "mov": "",
                    "type": "",
                    "alt": "",
                    "figcaption": "",
                    "thumb": "assets/photo/17.webp"
                }
            }
        ],
        "detail": {
            "titulo_secundario": "1000",
            "titulo_principal": "04 galeria new",
            "subtitulo": "04 Una selección de identidades desarrolladas para proyectos reales.",
            "titulo_interno": "04  porque no habéis un titulo aca?",
            "contenido": "04 Cada marca responde a un contexto diferente, pero todas comparten el mismo objetivo: comunicar mejor, diferenciarse y sostener una imagen coherente en el tiempo.",
            "comentario": "04  @SIMPLE. photo, brand & web editado",
            "buttons_text": {
                "max": 2,
                "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": false
                    }
                },
                "defaults": {
                    "label": "",
                    "tipo": "interno",
                    "destino": "",
                    "clase": "btn",
                    "target": "_self",
                    "active": true
                },
                "items": [
                    {
                        "label": "popup",
                        "tipo": "interno",
                        "destino": "popup:core_popup",
                        "clase": "btn open-cta",
                        "target": "_self",
                        "active": true
                    }
                ]
            }
        }
    }
}