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,56 +1,56 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Contenido_2025_Montevideo',
|
|
5
|
-
category: 'Contenido',
|
|
6
|
-
name: 'Contenido card con etiqueta Genial 2025',
|
|
7
|
-
description: 'Contenido card con imagen y etiqueta para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['contenido', 'card','imagen', '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: 'altImage',
|
|
21
|
-
type: 'text',
|
|
22
|
-
label: 'Texto alternativo de la imagen',
|
|
23
|
-
mandatory: false,
|
|
24
|
-
example_value: 'Descripción de la imagen'
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: 'description',
|
|
28
|
-
type: 'text',
|
|
29
|
-
label: 'Texto de la descripción',
|
|
30
|
-
mandatory: false,
|
|
31
|
-
example_value: '
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
name: 'link',
|
|
35
|
-
type: 'text',
|
|
36
|
-
label: 'Url del enlace',
|
|
37
|
-
mandatory: false,
|
|
38
|
-
example_value: 'https://
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
name: 'image',
|
|
42
|
-
type: 'text',
|
|
43
|
-
label: 'Src de la imagen',
|
|
44
|
-
mandatory: false,
|
|
45
|
-
example_value: 'https://
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
name: 'tag',
|
|
49
|
-
type: 'text',
|
|
50
|
-
label: 'Etiqueta del contenido',
|
|
51
|
-
mandatory: false,
|
|
52
|
-
example_value: '
|
|
53
|
-
},
|
|
54
|
-
|
|
55
|
-
]
|
|
56
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Contenido_2025_Montevideo',
|
|
5
|
+
category: 'Contenido',
|
|
6
|
+
name: 'Contenido card con etiqueta Genial 2025',
|
|
7
|
+
description: 'Contenido card con imagen y etiqueta para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['contenido', 'card','imagen', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'title',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto del título',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Elemento con una gran imagen encima'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: 'altImage',
|
|
21
|
+
type: 'text',
|
|
22
|
+
label: 'Texto alternativo de la imagen',
|
|
23
|
+
mandatory: false,
|
|
24
|
+
example_value: 'Descripción de la imagen'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'description',
|
|
28
|
+
type: 'text',
|
|
29
|
+
label: 'Texto de la descripción',
|
|
30
|
+
mandatory: false,
|
|
31
|
+
example_value: 'Esta es una descripción de ejemplo para el contenido card en Montevideo 2025.'
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'link',
|
|
35
|
+
type: 'text',
|
|
36
|
+
label: 'Url del enlace',
|
|
37
|
+
mandatory: false,
|
|
38
|
+
example_value: 'https://lefebvre.es'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'image',
|
|
42
|
+
type: 'text',
|
|
43
|
+
label: 'Src de la imagen',
|
|
44
|
+
mandatory: false,
|
|
45
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-16-9.png'
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: 'tag',
|
|
49
|
+
type: 'text',
|
|
50
|
+
label: 'Etiqueta del contenido',
|
|
51
|
+
mandatory: false,
|
|
52
|
+
example_value: 'Lefebvre Preview'
|
|
53
|
+
},
|
|
54
|
+
|
|
55
|
+
]
|
|
56
|
+
};
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Formulario_2025_Seul',
|
|
5
|
-
category: 'Formulario',
|
|
6
|
-
name: 'Formulario Genial 2025',
|
|
7
|
-
description: 'Formulario para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['contenido', 'video', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'title',
|
|
14
|
-
type: 'text',
|
|
15
|
-
label: 'Texto del título',
|
|
16
|
-
mandatory: false,
|
|
17
|
-
example_value: 'Pruébalo ya'
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
name: 'description',
|
|
21
|
-
type: 'text',
|
|
22
|
-
label: 'Texto de la descripción',
|
|
23
|
-
mandatory: false,
|
|
24
|
-
example_value: 'Texto descriptivo del título'
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: 'imageSrc',
|
|
28
|
-
type: 'text',
|
|
29
|
-
label: 'Src de la imagen',
|
|
30
|
-
mandatory: false,
|
|
31
|
-
example_value: 'https://
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
name: 'lf2FormTitle',
|
|
35
|
-
type: 'text',
|
|
36
|
-
label: 'Título del formulario en LF2',
|
|
37
|
-
mandatory: false,
|
|
38
|
-
example_value: 'Formulario
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
name: 'orientation',
|
|
42
|
-
type: 'select',
|
|
43
|
-
label: 'Orientación del contenido',
|
|
44
|
-
options: ['left', 'right'],
|
|
45
|
-
options_labels: ['Izquierda', 'Derecha'],
|
|
46
|
-
example_value: 'left'
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
name: 'showImage',
|
|
50
|
-
type: 'boolean',
|
|
51
|
-
label: 'Mostrar imagen',
|
|
52
|
-
mandatory: false,
|
|
53
|
-
example_value: true
|
|
54
|
-
}
|
|
55
|
-
]
|
|
56
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Formulario_2025_Seul',
|
|
5
|
+
category: 'Formulario',
|
|
6
|
+
name: 'Formulario Genial 2025',
|
|
7
|
+
description: 'Formulario para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['contenido', 'video', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'title',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto del título',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Pruébalo ya'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: 'description',
|
|
21
|
+
type: 'text',
|
|
22
|
+
label: 'Texto de la descripción',
|
|
23
|
+
mandatory: false,
|
|
24
|
+
example_value: 'Texto descriptivo del título'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'imageSrc',
|
|
28
|
+
type: 'text',
|
|
29
|
+
label: 'Src de la imagen',
|
|
30
|
+
mandatory: false,
|
|
31
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-3-4.png'
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'lf2FormTitle',
|
|
35
|
+
type: 'text',
|
|
36
|
+
label: 'Título del formulario en LF2',
|
|
37
|
+
mandatory: false,
|
|
38
|
+
example_value: '27925 Formulario Vamos Más Allá'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'orientation',
|
|
42
|
+
type: 'select',
|
|
43
|
+
label: 'Orientación del contenido',
|
|
44
|
+
options: ['left', 'right'],
|
|
45
|
+
options_labels: ['Izquierda', 'Derecha'],
|
|
46
|
+
example_value: 'left'
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'showImage',
|
|
50
|
+
type: 'boolean',
|
|
51
|
+
label: 'Mostrar imagen',
|
|
52
|
+
mandatory: false,
|
|
53
|
+
example_value: true
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
};
|
|
@@ -1,127 +1,127 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: '
|
|
5
|
-
category: '
|
|
6
|
-
name: '
|
|
7
|
-
description: 'Contenido en formato horizontal que abre un popup con formulario e imagen',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['contenido', 'card','imagen', 'popup', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'orientation',
|
|
14
|
-
label: 'Orientación del contenido',
|
|
15
|
-
mandatory: false,
|
|
16
|
-
example_value: 'left',
|
|
17
|
-
type: 'select',
|
|
18
|
-
options: ['left', 'right'],
|
|
19
|
-
options_labels: ['Izquierda', 'Derecha'],
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
name: 'bottomBorder',
|
|
23
|
-
type: 'boolean',
|
|
24
|
-
label: 'Mostrar borde inferior',
|
|
25
|
-
mandatory: false,
|
|
26
|
-
example_value: true
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
name: 'title',
|
|
30
|
-
type: 'text',
|
|
31
|
-
label: 'Texto del título',
|
|
32
|
-
mandatory: false,
|
|
33
|
-
example_value: '
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
name: 'description',
|
|
37
|
-
type: 'text',
|
|
38
|
-
label: 'Texto de la descripción',
|
|
39
|
-
mandatory: false,
|
|
40
|
-
example_value: '
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: 'showBtn',
|
|
44
|
-
type: 'boolean',
|
|
45
|
-
label: 'Mostrar botón',
|
|
46
|
-
mandatory: false,
|
|
47
|
-
example_value: false
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
name: 'linkBtn',
|
|
51
|
-
type: 'text',
|
|
52
|
-
label: 'Url del enlace',
|
|
53
|
-
mandatory: false,
|
|
54
|
-
example_value: '
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
name: 'lf2FormTitle',
|
|
58
|
-
type: 'text',
|
|
59
|
-
label: 'Título del formulario LF2',
|
|
60
|
-
mandatory: false,
|
|
61
|
-
example_value: ''
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'txtBtn',
|
|
65
|
-
type: 'text',
|
|
66
|
-
label: 'Texto del botón',
|
|
67
|
-
mandatory: false,
|
|
68
|
-
example_value: 'Saber más'
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
name: 'showBtnModal',
|
|
72
|
-
type: 'boolean',
|
|
73
|
-
label: 'Mostrar botón modal',
|
|
74
|
-
mandatory: false,
|
|
75
|
-
example_value:
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
name: 'titleModal',
|
|
79
|
-
type: 'text',
|
|
80
|
-
label: 'Texto del título modal',
|
|
81
|
-
mandatory: false,
|
|
82
|
-
example_value: '
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
name: 'subtitleModal',
|
|
86
|
-
type: 'text',
|
|
87
|
-
label: 'Texto del subtítulo modal',
|
|
88
|
-
mandatory: false,
|
|
89
|
-
example_value: ''
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
name: 'descriptionModal',
|
|
93
|
-
type: 'text',
|
|
94
|
-
label: 'Texto de la descripción modal',
|
|
95
|
-
mandatory: false,
|
|
96
|
-
example_value: ''
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
name: 'imageModal',
|
|
100
|
-
type: 'text',
|
|
101
|
-
label: 'Src de la imagen modal',
|
|
102
|
-
mandatory: false,
|
|
103
|
-
example_value: ''
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
name: 'altModal',
|
|
107
|
-
type: 'text',
|
|
108
|
-
label: 'Alt de la imagen modal',
|
|
109
|
-
mandatory: false,
|
|
110
|
-
example_value: ''
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'txtBtnModal',
|
|
114
|
-
type: 'text',
|
|
115
|
-
label: 'Texto del botón modal',
|
|
116
|
-
mandatory: false,
|
|
117
|
-
example_value: '
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
name: 'imageSrc',
|
|
121
|
-
type: 'text',
|
|
122
|
-
label: 'Src de la imagen',
|
|
123
|
-
mandatory: false,
|
|
124
|
-
example_value: ''
|
|
125
|
-
}
|
|
126
|
-
]
|
|
127
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Formulario_2025_Teruel',
|
|
5
|
+
category: 'Formulario',
|
|
6
|
+
name: 'Formulario en Popup Genial 2025',
|
|
7
|
+
description: 'Contenido en formato horizontal que abre un popup con formulario e imagen',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['contenido', 'card','imagen', 'popup', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'orientation',
|
|
14
|
+
label: 'Orientación del contenido',
|
|
15
|
+
mandatory: false,
|
|
16
|
+
example_value: 'left',
|
|
17
|
+
type: 'select',
|
|
18
|
+
options: ['left', 'right'],
|
|
19
|
+
options_labels: ['Izquierda', 'Derecha'],
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: 'bottomBorder',
|
|
23
|
+
type: 'boolean',
|
|
24
|
+
label: 'Mostrar borde inferior',
|
|
25
|
+
mandatory: false,
|
|
26
|
+
example_value: true
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'title',
|
|
30
|
+
type: 'text',
|
|
31
|
+
label: 'Texto del título',
|
|
32
|
+
mandatory: false,
|
|
33
|
+
example_value: 'Gatitos jueces: la nueva tendencia felina en los tribunales'
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: 'description',
|
|
37
|
+
type: 'text',
|
|
38
|
+
label: 'Texto de la descripción',
|
|
39
|
+
mandatory: false,
|
|
40
|
+
example_value: 'Una justicia más felina: el Tribunal Supremo nombra a su primer gato juez, revolucionando el sistema judicial con su aguda intuición y habilidades para resolver casos.'
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'showBtn',
|
|
44
|
+
type: 'boolean',
|
|
45
|
+
label: 'Mostrar botón',
|
|
46
|
+
mandatory: false,
|
|
47
|
+
example_value: false
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
name: 'linkBtn',
|
|
51
|
+
type: 'text',
|
|
52
|
+
label: 'Url del enlace',
|
|
53
|
+
mandatory: false,
|
|
54
|
+
example_value: 'https://lefebvre.es'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: 'lf2FormTitle',
|
|
58
|
+
type: 'text',
|
|
59
|
+
label: 'Título del formulario LF2',
|
|
60
|
+
mandatory: false,
|
|
61
|
+
example_value: ''
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: 'txtBtn',
|
|
65
|
+
type: 'text',
|
|
66
|
+
label: 'Texto del botón',
|
|
67
|
+
mandatory: false,
|
|
68
|
+
example_value: 'Saber más sobre los gatitos jueces'
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
name: 'showBtnModal',
|
|
72
|
+
type: 'boolean',
|
|
73
|
+
label: 'Mostrar botón modal',
|
|
74
|
+
mandatory: false,
|
|
75
|
+
example_value: true
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'titleModal',
|
|
79
|
+
type: 'text',
|
|
80
|
+
label: 'Texto del título modal',
|
|
81
|
+
mandatory: false,
|
|
82
|
+
example_value: 'Gatitos jueces: la nueva tendencia felina en los tribunales'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
name: 'subtitleModal',
|
|
86
|
+
type: 'text',
|
|
87
|
+
label: 'Texto del subtítulo modal',
|
|
88
|
+
mandatory: false,
|
|
89
|
+
example_value: ''
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
name: 'descriptionModal',
|
|
93
|
+
type: 'text',
|
|
94
|
+
label: 'Texto de la descripción modal',
|
|
95
|
+
mandatory: false,
|
|
96
|
+
example_value: ''
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'imageModal',
|
|
100
|
+
type: 'text',
|
|
101
|
+
label: 'Src de la imagen modal',
|
|
102
|
+
mandatory: false,
|
|
103
|
+
example_value: ''
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
name: 'altModal',
|
|
107
|
+
type: 'text',
|
|
108
|
+
label: 'Alt de la imagen modal',
|
|
109
|
+
mandatory: false,
|
|
110
|
+
example_value: ''
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
name: 'txtBtnModal',
|
|
114
|
+
type: 'text',
|
|
115
|
+
label: 'Texto del botón modal',
|
|
116
|
+
mandatory: false,
|
|
117
|
+
example_value: 'Abrir Popup'
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
name: 'imageSrc',
|
|
121
|
+
type: 'text',
|
|
122
|
+
label: 'Src de la imagen',
|
|
123
|
+
mandatory: false,
|
|
124
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-16-9.png'
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
};
|
|
@@ -36,7 +36,7 @@ export const metadata: ComponentMetadata = {
|
|
|
36
36
|
type: 'text',
|
|
37
37
|
label: 'URL de la imagen',
|
|
38
38
|
mandatory: true,
|
|
39
|
-
example_value: 'https://
|
|
39
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-16-9.png'
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
name: 'figure',
|
|
@@ -15,14 +15,14 @@ export const metadata: ComponentMetadata = {
|
|
|
15
15
|
type: 'text',
|
|
16
16
|
label: 'Título',
|
|
17
17
|
mandatory: true,
|
|
18
|
-
example_value: 'Soluciones para
|
|
18
|
+
example_value: 'Soluciones felinas para un mundo mejor'
|
|
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>En Lefebvre buscamos ofrecer a nuestros
|
|
25
|
+
example_value: `<p>En Lefebvre buscamos ofrecer a nuestros gatos una <b>vida mejor</b>.
|
|
26
26
|
Para ello, las adaptamos a las características y necesidades de cada empresa y sector, haciendo hincapié en los puntos críticos de cada uno de ellos para contribuir positivamente a su desarrollo. </p>
|
|
27
27
|
`
|
|
28
28
|
},
|
|
@@ -31,7 +31,7 @@ export const metadata: ComponentMetadata = {
|
|
|
31
31
|
type: 'text',
|
|
32
32
|
label: 'URL de la imagen',
|
|
33
33
|
mandatory: true,
|
|
34
|
-
example_value: 'https://lefebvre.es/
|
|
34
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-1-1.png'
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
name: 'video',
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Imagen_2025_Bogota',
|
|
5
|
-
category: 'Imagen',
|
|
6
|
-
name: 'Imagen Banner Genial 2025',
|
|
7
|
-
description: 'Imagen Banner para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['banner', 'imagen', '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: 'txtBtn',
|
|
28
|
-
type: 'text',
|
|
29
|
-
label: 'Label del botón',
|
|
30
|
-
mandatory: false,
|
|
31
|
-
example_value: '
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
name: 'linkBtn',
|
|
35
|
-
type: 'text',
|
|
36
|
-
label: 'Enlace del botón',
|
|
37
|
-
mandatory: false,
|
|
38
|
-
example_value: 'https://www.ejemplo.com'
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
name: 'alt',
|
|
42
|
-
type: 'text',
|
|
43
|
-
label: 'Texto alternativo del botón',
|
|
44
|
-
mandatory: false,
|
|
45
|
-
example_value: 'Texto alternativo del botón'
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
name: 'src',
|
|
49
|
-
type: 'text',
|
|
50
|
-
label: 'Src de la imagen',
|
|
51
|
-
mandatory: false,
|
|
52
|
-
example_value: 'https://
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
name: 'iframeSrc',
|
|
56
|
-
type: 'text',
|
|
57
|
-
label: 'Src del iframe',
|
|
58
|
-
mandatory: false,
|
|
59
|
-
example_value: 'https://www.ejemplo.com/video.mp4'
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
name: 'showBtn',
|
|
63
|
-
type: 'boolean',
|
|
64
|
-
label: 'Mostrar botón',
|
|
65
|
-
mandatory: false,
|
|
66
|
-
example_value: true
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
name: 'showDescription',
|
|
70
|
-
type: 'boolean',
|
|
71
|
-
label: 'Mostrar descripción',
|
|
72
|
-
mandatory: false,
|
|
73
|
-
example_value: true
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Imagen_2025_Bogota',
|
|
5
|
+
category: 'Imagen',
|
|
6
|
+
name: 'Imagen Banner Genial 2025',
|
|
7
|
+
description: 'Imagen Banner para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['banner', 'imagen', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'title',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto del título',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Nuevo gato juez del Tribunal Supremo'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: 'description',
|
|
21
|
+
type: 'text',
|
|
22
|
+
label: 'Texto de la descripción',
|
|
23
|
+
mandatory: false,
|
|
24
|
+
example_value: 'Una justicia más felina: el Tribunal Supremo nombra a su primer gato juez, revolucionando el sistema judicial con su aguda intuición y habilidades para resolver casos.'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'txtBtn',
|
|
28
|
+
type: 'text',
|
|
29
|
+
label: 'Label del botón',
|
|
30
|
+
mandatory: false,
|
|
31
|
+
example_value: 'Juzga con nosotros'
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'linkBtn',
|
|
35
|
+
type: 'text',
|
|
36
|
+
label: 'Enlace del botón',
|
|
37
|
+
mandatory: false,
|
|
38
|
+
example_value: 'https://www.ejemplo.com'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'alt',
|
|
42
|
+
type: 'text',
|
|
43
|
+
label: 'Texto alternativo del botón',
|
|
44
|
+
mandatory: false,
|
|
45
|
+
example_value: 'Texto alternativo del botón'
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: 'src',
|
|
49
|
+
type: 'text',
|
|
50
|
+
label: 'Src de la imagen',
|
|
51
|
+
mandatory: false,
|
|
52
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-16-9.png'
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
name: 'iframeSrc',
|
|
56
|
+
type: 'text',
|
|
57
|
+
label: 'Src del iframe',
|
|
58
|
+
mandatory: false,
|
|
59
|
+
example_value: 'https://www.ejemplo.com/video.mp4'
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: 'showBtn',
|
|
63
|
+
type: 'boolean',
|
|
64
|
+
label: 'Mostrar botón',
|
|
65
|
+
mandatory: false,
|
|
66
|
+
example_value: true
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: 'showDescription',
|
|
70
|
+
type: 'boolean',
|
|
71
|
+
label: 'Mostrar descripción',
|
|
72
|
+
mandatory: false,
|
|
73
|
+
example_value: true
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
};
|