libreria-astro-lefebvre 0.0.39 → 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 +9 -9
- 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/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
|
+
};
|
|
@@ -3,7 +3,7 @@ import type { ComponentMetadata } from '../interfaces/types';
|
|
|
3
3
|
export const metadata: ComponentMetadata = {
|
|
4
4
|
component_name: 'Formulario_2025_Teruel',
|
|
5
5
|
category: 'Formulario',
|
|
6
|
-
name: '
|
|
6
|
+
name: 'Formulario en Popup Genial 2025',
|
|
7
7
|
description: 'Contenido en formato horizontal que abre un popup con formulario e imagen',
|
|
8
8
|
framework: 'Astro',
|
|
9
9
|
priority: 1,
|
|
@@ -30,14 +30,14 @@ export const metadata: ComponentMetadata = {
|
|
|
30
30
|
type: 'text',
|
|
31
31
|
label: 'Texto del título',
|
|
32
32
|
mandatory: false,
|
|
33
|
-
example_value: '
|
|
33
|
+
example_value: 'Gatitos jueces: la nueva tendencia felina en los tribunales'
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
name: 'description',
|
|
37
37
|
type: 'text',
|
|
38
38
|
label: 'Texto de la descripción',
|
|
39
39
|
mandatory: false,
|
|
40
|
-
example_value: '
|
|
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
41
|
},
|
|
42
42
|
{
|
|
43
43
|
name: 'showBtn',
|
|
@@ -51,7 +51,7 @@ export const metadata: ComponentMetadata = {
|
|
|
51
51
|
type: 'text',
|
|
52
52
|
label: 'Url del enlace',
|
|
53
53
|
mandatory: false,
|
|
54
|
-
example_value: '
|
|
54
|
+
example_value: 'https://lefebvre.es'
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
name: 'lf2FormTitle',
|
|
@@ -65,21 +65,21 @@ export const metadata: ComponentMetadata = {
|
|
|
65
65
|
type: 'text',
|
|
66
66
|
label: 'Texto del botón',
|
|
67
67
|
mandatory: false,
|
|
68
|
-
example_value: 'Saber más'
|
|
68
|
+
example_value: 'Saber más sobre los gatitos jueces'
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
name: 'showBtnModal',
|
|
72
72
|
type: 'boolean',
|
|
73
73
|
label: 'Mostrar botón modal',
|
|
74
74
|
mandatory: false,
|
|
75
|
-
example_value:
|
|
75
|
+
example_value: true
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
name: 'titleModal',
|
|
79
79
|
type: 'text',
|
|
80
80
|
label: 'Texto del título modal',
|
|
81
81
|
mandatory: false,
|
|
82
|
-
example_value: '
|
|
82
|
+
example_value: 'Gatitos jueces: la nueva tendencia felina en los tribunales'
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
name: 'subtitleModal',
|
|
@@ -114,14 +114,14 @@ export const metadata: ComponentMetadata = {
|
|
|
114
114
|
type: 'text',
|
|
115
115
|
label: 'Texto del botón modal',
|
|
116
116
|
mandatory: false,
|
|
117
|
-
example_value: '
|
|
117
|
+
example_value: 'Abrir Popup'
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
name: 'imageSrc',
|
|
121
121
|
type: 'text',
|
|
122
122
|
label: 'Src de la imagen',
|
|
123
123
|
mandatory: false,
|
|
124
|
-
example_value: ''
|
|
124
|
+
example_value: 'https://assets.lefebvre.es/media/img/preview-comp/comp-16-9.png'
|
|
125
125
|
}
|
|
126
126
|
]
|
|
127
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
|
+
};
|
|
@@ -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',
|