libreria-astro-lefebvre 0.0.113 → 0.0.114
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
CHANGED
|
@@ -75,6 +75,13 @@ export const metadata: ComponentMetadata = {
|
|
|
75
75
|
label: 'Mostrar descripción',
|
|
76
76
|
mandatory: false,
|
|
77
77
|
example_value: true
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: 'color',
|
|
81
|
+
type: 'text',
|
|
82
|
+
label: 'Color del título (en hex)',
|
|
83
|
+
mandatory: false,
|
|
84
|
+
example_value: '#ffffff'
|
|
78
85
|
}
|
|
79
86
|
]
|
|
80
87
|
};
|
|
@@ -3,7 +3,7 @@ import type { ComponentMetadata } from '../interfaces/types';
|
|
|
3
3
|
export const metadata: ComponentMetadata = {
|
|
4
4
|
component_name: 'Indice_2025_Taiwan',
|
|
5
5
|
category: 'Texto',
|
|
6
|
-
name: '
|
|
6
|
+
name: 'Componente de índice Genial 2025',
|
|
7
7
|
description: 'Índice para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
8
|
framework: 'Astro',
|
|
9
9
|
priority: 1,
|