UNPKG

libreria-astro-lefebvre

Version:

Librería de componentes Astro, React y Vue para Lefebvre

35 lines (33 loc) 832 B
import type { ComponentMetadata } from '../interfaces/types'; export const metadata: ComponentMetadata = { component_name: 'HeaderCorporativo', category: 'Header', name: 'Header Corporativo', description: 'Header de prueba en Astro', framework: 'Astro', priority: 1, tags: ['header', 'navegación'], fields: [ { name: 'logo', type: 'text', label: 'URL del logo', mandatory: false, example_value: 'https://assets.lefebvre.es/media/logos-2/svg/genial.svg' }, { name: 'alt', type: 'text', label: 'Texto alternativo', mandatory: false, example_value: 'https://lefebvre.es' }, { name: 'showLefebvreLogo', type: 'boolean', label: 'Mostrar logo de Lefebvre', mandatory: false, example_value: true }, ] };