libreria-astro-lefebvre 0.0.38 → 0.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/carbins/Contenido_2025_Alcorcon.ts +76 -76
- package/src/carbins/Contenido_2025_Cordoba.ts +59 -59
- package/src/carbins/Contenido_2025_Granada.ts +67 -67
- package/src/carbins/Contenido_2025_Malaga.ts +100 -100
- package/src/carbins/Contenido_2025_Montevideo.ts +56 -56
- package/src/carbins/Formulario_2025_Seul.ts +56 -56
- package/src/carbins/Formulario_2025_Teruel.ts +127 -127
- package/src/carbins/GeometricShapeCard.ts +1 -1
- package/src/carbins/ImageTextSimple.ts +3 -3
- package/src/carbins/Imagen_2025_Bogota.ts +76 -76
- package/src/carbins/Repetidor_2025_Menorca.ts +75 -75
- package/src/carbins/TextImageBackground.ts +5 -5
- package/src/carbins/TextImageBlock.ts +3 -3
- package/src/carbins/TextImageCard.ts +3 -3
- package/src/carbins/TextImageHeader.ts +5 -6
- package/src/carbins/Titulo_2025_Algeciras.ts +51 -51
- package/src/carbins/Titulo_2025_Santorini.ts +20 -20
- package/src/carbins/Video_2025_Valencia.ts +12 -12
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Repetidor_2025_Menorca',
|
|
5
|
-
category: 'Repetidor',
|
|
6
|
-
name: '
|
|
7
|
-
description: 'Repetidor de contenido con icono para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['contenido', 'genial', 'icono'],
|
|
11
|
-
fields: [
|
|
12
|
-
|
|
13
|
-
{
|
|
14
|
-
name: 'positionFlex',
|
|
15
|
-
type: 'select',
|
|
16
|
-
label: 'Posición del item',
|
|
17
|
-
options: ['items-start', 'items-center'],
|
|
18
|
-
options_labels: ['Principio', 'Centrado'],
|
|
19
|
-
example_value: 'items-start'
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
name: 'positionBtnFlex',
|
|
23
|
-
type: 'select',
|
|
24
|
-
label: 'Posición del botón',
|
|
25
|
-
options: ['justify-center', 'justify-start'],
|
|
26
|
-
options_labels: ['Centrado', 'Principio'],
|
|
27
|
-
example_value: 'justify-center'
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
name: 'flexOrientationIcoText',
|
|
31
|
-
type: 'select',
|
|
32
|
-
label: 'Flex del icono del item',
|
|
33
|
-
options: ['flex-row', 'flex-col'],
|
|
34
|
-
options_labels: ['Horizontal', 'Vertical'],
|
|
35
|
-
example_value: 'flex-row'
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
name: 'flexOrientationBlockIcoText',
|
|
39
|
-
type: 'select',
|
|
40
|
-
label: 'Flex del item',
|
|
41
|
-
options: ['flex-row', 'flex-col'],
|
|
42
|
-
options_labels: ['Horizontal', 'Vertical'],
|
|
43
|
-
example_value: 'flex-row'
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
name: 'headingType',
|
|
47
|
-
type: 'select',
|
|
48
|
-
label: 'Etiqueta del título',
|
|
49
|
-
options: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'span'],
|
|
50
|
-
options_labels: ['H1', 'H2', 'H3', 'H4', 'H5', 'H6', 'Span'],
|
|
51
|
-
example_value: 'h2'
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
name: 'btnLabel',
|
|
55
|
-
type: 'text',
|
|
56
|
-
label: 'Label del botón',
|
|
57
|
-
mandatory: false,
|
|
58
|
-
example_value: 'Texto del botón'
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
name: 'buttonUrl',
|
|
62
|
-
type: 'text',
|
|
63
|
-
label: 'Enlace del botón',
|
|
64
|
-
mandatory: false,
|
|
65
|
-
example_value: 'https://www.ejemplo.com'
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
name: 'showBtn',
|
|
69
|
-
type: 'boolean',
|
|
70
|
-
label: 'Mostrar botón',
|
|
71
|
-
mandatory: false,
|
|
72
|
-
example_value: true
|
|
73
|
-
}
|
|
74
|
-
]
|
|
75
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Repetidor_2025_Menorca',
|
|
5
|
+
category: 'Repetidor',
|
|
6
|
+
name: 'Otro repetidor de contenido con icono Genial 2025',
|
|
7
|
+
description: 'Repetidor de contenido con icono para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['contenido', 'genial', 'icono'],
|
|
11
|
+
fields: [
|
|
12
|
+
|
|
13
|
+
{
|
|
14
|
+
name: 'positionFlex',
|
|
15
|
+
type: 'select',
|
|
16
|
+
label: 'Posición del item',
|
|
17
|
+
options: ['items-start', 'items-center'],
|
|
18
|
+
options_labels: ['Principio', 'Centrado'],
|
|
19
|
+
example_value: 'items-start'
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: 'positionBtnFlex',
|
|
23
|
+
type: 'select',
|
|
24
|
+
label: 'Posición del botón',
|
|
25
|
+
options: ['justify-center', 'justify-start'],
|
|
26
|
+
options_labels: ['Centrado', 'Principio'],
|
|
27
|
+
example_value: 'justify-center'
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'flexOrientationIcoText',
|
|
31
|
+
type: 'select',
|
|
32
|
+
label: 'Flex del icono del item',
|
|
33
|
+
options: ['flex-row', 'flex-col'],
|
|
34
|
+
options_labels: ['Horizontal', 'Vertical'],
|
|
35
|
+
example_value: 'flex-row'
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'flexOrientationBlockIcoText',
|
|
39
|
+
type: 'select',
|
|
40
|
+
label: 'Flex del item',
|
|
41
|
+
options: ['flex-row', 'flex-col'],
|
|
42
|
+
options_labels: ['Horizontal', 'Vertical'],
|
|
43
|
+
example_value: 'flex-row'
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
name: 'headingType',
|
|
47
|
+
type: 'select',
|
|
48
|
+
label: 'Etiqueta del título',
|
|
49
|
+
options: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'span'],
|
|
50
|
+
options_labels: ['H1', 'H2', 'H3', 'H4', 'H5', 'H6', 'Span'],
|
|
51
|
+
example_value: 'h2'
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
name: 'btnLabel',
|
|
55
|
+
type: 'text',
|
|
56
|
+
label: 'Label del botón',
|
|
57
|
+
mandatory: false,
|
|
58
|
+
example_value: 'Texto del botón'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: 'buttonUrl',
|
|
62
|
+
type: 'text',
|
|
63
|
+
label: 'Enlace del botón',
|
|
64
|
+
mandatory: false,
|
|
65
|
+
example_value: 'https://www.ejemplo.com'
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
name: 'showBtn',
|
|
69
|
+
type: 'boolean',
|
|
70
|
+
label: 'Mostrar botón',
|
|
71
|
+
mandatory: false,
|
|
72
|
+
example_value: true
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
};
|
|
@@ -15,16 +15,16 @@ export const metadata: ComponentMetadata = {
|
|
|
15
15
|
type: 'text',
|
|
16
16
|
label: 'Título',
|
|
17
17
|
mandatory: true,
|
|
18
|
-
example_value: '
|
|
18
|
+
example_value: 'Gatos<br>Haciendo cosas de gatos<br>Se un gato Lefebvre'
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
name: 'description',
|
|
22
22
|
type: 'textArea',
|
|
23
23
|
label: 'Contenido principal (HTML)',
|
|
24
24
|
mandatory: true,
|
|
25
|
-
example_value: `<p>
|
|
26
|
-
<p>
|
|
27
|
-
<p>
|
|
25
|
+
example_value: `<p>Gatos que a lo largo de la historia han demostrado ser compañeros leales y fascinantes.</p>
|
|
26
|
+
<p>Desde siempre han participado en todo tipo de actividades humanas, mostrando su adaptabilidad y encanto.</p>
|
|
27
|
+
<p>Este es el autocompletado del copilot sobre los gatos y sus manías.</p>
|
|
28
28
|
`
|
|
29
29
|
},
|
|
30
30
|
{
|
|
@@ -32,7 +32,7 @@ export const metadata: ComponentMetadata = {
|
|
|
32
32
|
type: 'text',
|
|
33
33
|
label: 'URL de la imagen',
|
|
34
34
|
mandatory: true,
|
|
35
|
-
example_value: 'https://lefebvre.es/
|
|
35
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-w-16-9.png'
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
name: 'orientation',
|
|
@@ -15,7 +15,7 @@ export const metadata: ComponentMetadata = {
|
|
|
15
15
|
type: 'text',
|
|
16
16
|
label: 'Título',
|
|
17
17
|
mandatory: true,
|
|
18
|
-
example_value: '
|
|
18
|
+
example_value: 'Gatos abogados: la nueva tendencia felina en el mundo legal'
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
name: 'description',
|
|
@@ -33,7 +33,7 @@ export const metadata: ComponentMetadata = {
|
|
|
33
33
|
type: 'text',
|
|
34
34
|
label: 'Texto del botón',
|
|
35
35
|
mandatory: true,
|
|
36
|
-
example_value: '
|
|
36
|
+
example_value: 'Sácate el mejor partido'
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
name: 'buttonUrl',
|
|
@@ -47,7 +47,7 @@ export const metadata: ComponentMetadata = {
|
|
|
47
47
|
type: 'text',
|
|
48
48
|
label: 'URL de la imagen',
|
|
49
49
|
mandatory: true,
|
|
50
|
-
example_value: 'https://lefebvre.es/
|
|
50
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-4-3.png'
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
name: 'orientation',
|
|
@@ -15,21 +15,21 @@ export const metadata: ComponentMetadata = {
|
|
|
15
15
|
type: 'text',
|
|
16
16
|
label: 'Título',
|
|
17
17
|
mandatory: true,
|
|
18
|
-
example_value: '
|
|
18
|
+
example_value: 'Gatitos medievales: una mirada al pasado felino'
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
name: 'description',
|
|
22
22
|
type: 'textArea',
|
|
23
23
|
label: 'Contenido principal (HTML)',
|
|
24
24
|
mandatory: true,
|
|
25
|
-
example_value: `<p>
|
|
25
|
+
example_value: `<p>Los gatitos que habitaron los castillos medievales eran más que simples mascotas; eran compañeros leales y símbolos de estatus para la <b>nobleza</b>.</p>`
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
name: 'image',
|
|
29
29
|
type: 'text',
|
|
30
30
|
label: 'URL de la imagen',
|
|
31
31
|
mandatory: true,
|
|
32
|
-
example_value: 'https://lefebvre.es/
|
|
32
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-1-1.png'
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
name: 'orientation',
|
|
@@ -15,14 +15,14 @@ export const metadata: ComponentMetadata = {
|
|
|
15
15
|
type: 'text',
|
|
16
16
|
label: 'Pretítulo',
|
|
17
17
|
mandatory: false,
|
|
18
|
-
example_value: '
|
|
18
|
+
example_value: 'GATOS'
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
name: 'title',
|
|
22
22
|
type: 'text',
|
|
23
23
|
label: 'Título',
|
|
24
24
|
mandatory: true,
|
|
25
|
-
example_value: '
|
|
25
|
+
example_value: 'Gatos con ganas de hacer travesuras'
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
name: 'description',
|
|
@@ -31,8 +31,7 @@ export const metadata: ComponentMetadata = {
|
|
|
31
31
|
mandatory: true,
|
|
32
32
|
example_value: `<p><b>No trabajes más, trabaja mejor.</b> GenIA-L no sólo domina la jurisprudencia, sino que piensa como tú: además de hablar el mismo idioma,
|
|
33
33
|
es la primera IA que razona de forma lógica cómo abordar los desafíos legales más complejos.</p>
|
|
34
|
-
<p>En Lefebvre hemos ido un paso más allá, combinando el llamado razonamiento profundo con la base de datos jurídica más completa. ¿El resultado
|
|
35
|
-
jurídica más certera del mercado, con la que obtienes respuestas claras, razonadas y fundamentadas para abordar cualquier reto legal que te plantees en cuestión de segundos.</p>
|
|
34
|
+
<p>En Lefebvre hemos ido un paso más allá, combinando el llamado razonamiento profundo con la base de datos jurídica más completa. ¿El resultado?</p>
|
|
36
35
|
`
|
|
37
36
|
},
|
|
38
37
|
{
|
|
@@ -40,7 +39,7 @@ export const metadata: ComponentMetadata = {
|
|
|
40
39
|
type: 'text',
|
|
41
40
|
label: 'Texto del botón',
|
|
42
41
|
mandatory: true,
|
|
43
|
-
example_value: '
|
|
42
|
+
example_value: 'Adopta un gato'
|
|
44
43
|
},
|
|
45
44
|
{
|
|
46
45
|
name: 'buttonUrl',
|
|
@@ -54,7 +53,7 @@ export const metadata: ComponentMetadata = {
|
|
|
54
53
|
type: 'text',
|
|
55
54
|
label: 'URL de la imagen',
|
|
56
55
|
mandatory: true,
|
|
57
|
-
example_value: 'https://lefebvre.es/
|
|
56
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-4-3.png'
|
|
58
57
|
},
|
|
59
58
|
{
|
|
60
59
|
name: 'orientation',
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Titulo_2025_Algeciras',
|
|
5
|
-
category: 'Título',
|
|
6
|
-
name: 'Título Genial 2025',
|
|
7
|
-
description: 'Título para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['title', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'title',
|
|
14
|
-
type: 'text',
|
|
15
|
-
label: 'Texto del título',
|
|
16
|
-
mandatory: false,
|
|
17
|
-
example_value: '
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
name: 'description',
|
|
21
|
-
type: 'text',
|
|
22
|
-
label: 'Texto de la descripción',
|
|
23
|
-
mandatory: false,
|
|
24
|
-
example_value: '
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: 'tipo',
|
|
28
|
-
type: 'select',
|
|
29
|
-
label: 'Etiqueta del título',
|
|
30
|
-
options: ['h1', 'h2', 'h2-mb64', 'h3', 'h3-mb32', 'h4', 'h5', 'h6', 'p'],
|
|
31
|
-
options_labels: ['H1', 'H2', 'H2 con margen inferior 64px', 'H3', 'H3 con margen inferior 32px', 'H4', 'H5', 'H6', 'Párrafo'],
|
|
32
|
-
example_value: 'h1'
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
name: 'flexJustify',
|
|
36
|
-
type: 'select',
|
|
37
|
-
label: 'Justificación del contenido',
|
|
38
|
-
options: ['justify-start', 'justify-center'],
|
|
39
|
-
options_labels: ['Izquierda', 'Centro'],
|
|
40
|
-
example_value: 'justify-start'
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: 'descriptionWidth',
|
|
44
|
-
type: 'select',
|
|
45
|
-
label: 'Ancho de la descripción',
|
|
46
|
-
options: ['1/3', '3/5', 'full'],
|
|
47
|
-
options_labels: ['1/3', '3/5', 'Completo'],
|
|
48
|
-
example_value: '1/3'
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Titulo_2025_Algeciras',
|
|
5
|
+
category: 'Título',
|
|
6
|
+
name: 'Título Genial 2025',
|
|
7
|
+
description: 'Título para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['title', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'title',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto del título',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Gatos atracadores: la nueva moda felina en puertos'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: 'description',
|
|
21
|
+
type: 'text',
|
|
22
|
+
label: 'Texto de la descripción',
|
|
23
|
+
mandatory: false,
|
|
24
|
+
example_value: 'Descripción detallada sobre la moda felina en puertos'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'tipo',
|
|
28
|
+
type: 'select',
|
|
29
|
+
label: 'Etiqueta del título',
|
|
30
|
+
options: ['h1', 'h2', 'h2-mb64', 'h3', 'h3-mb32', 'h4', 'h5', 'h6', 'p'],
|
|
31
|
+
options_labels: ['H1', 'H2', 'H2 con margen inferior 64px', 'H3', 'H3 con margen inferior 32px', 'H4', 'H5', 'H6', 'Párrafo'],
|
|
32
|
+
example_value: 'h1'
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'flexJustify',
|
|
36
|
+
type: 'select',
|
|
37
|
+
label: 'Justificación del contenido',
|
|
38
|
+
options: ['justify-start', 'justify-center'],
|
|
39
|
+
options_labels: ['Izquierda', 'Centro'],
|
|
40
|
+
example_value: 'justify-start'
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'descriptionWidth',
|
|
44
|
+
type: 'select',
|
|
45
|
+
label: 'Ancho de la descripción',
|
|
46
|
+
options: ['1/3', '3/5', 'full'],
|
|
47
|
+
options_labels: ['1/3', '3/5', 'Completo'],
|
|
48
|
+
example_value: '1/3'
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Titulo_2025_Santorini',
|
|
5
|
-
category: 'Título',
|
|
6
|
-
name: 'Texto azul Genial 2025',
|
|
7
|
-
description: 'Texto azul para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['texto', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'description',
|
|
14
|
-
type: 'text',
|
|
15
|
-
label: 'Texto de la descripción',
|
|
16
|
-
mandatory: false,
|
|
17
|
-
example_value: '
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Titulo_2025_Santorini',
|
|
5
|
+
category: 'Título',
|
|
6
|
+
name: 'Texto azul Genial 2025',
|
|
7
|
+
description: 'Texto azul para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['texto', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'description',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto de la descripción',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Ejemplo de un texto azul llamativo para destacar información importante en la página.'
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Video_2025_Valencia',
|
|
5
|
-
category: 'Contenido',
|
|
6
|
-
name: 'Vídeos Genial 2025',
|
|
7
|
-
description: 'Vídeo para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['video', 'genial'],
|
|
11
|
-
fields: []
|
|
12
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Video_2025_Valencia',
|
|
5
|
+
category: 'Contenido',
|
|
6
|
+
name: 'Vídeos Genial 2025',
|
|
7
|
+
description: 'Vídeo para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['video', 'genial', 'FIX'],
|
|
11
|
+
fields: []
|
|
12
|
+
};
|