@digipair/skill-web-editor 0.11.1 → 0.11.3
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/index.cjs2.js +18 -0
- package/index.esm2.js +18 -0
- package/package.json +1 -1
package/index.cjs2.js
CHANGED
|
@@ -2610,6 +2610,24 @@ const schemas = {
|
|
|
2610
2610
|
schema: {
|
|
2611
2611
|
type: 'string'
|
|
2612
2612
|
}
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
name: 'innerHTML',
|
|
2616
|
+
summary: 'Code HTML',
|
|
2617
|
+
description: 'Code HTML de la section',
|
|
2618
|
+
required: false,
|
|
2619
|
+
schema: {
|
|
2620
|
+
type: 'string'
|
|
2621
|
+
}
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
name: 'textContent',
|
|
2625
|
+
summary: 'Texte',
|
|
2626
|
+
description: 'Texte de la section',
|
|
2627
|
+
required: false,
|
|
2628
|
+
schema: {
|
|
2629
|
+
type: 'string'
|
|
2630
|
+
}
|
|
2613
2631
|
}
|
|
2614
2632
|
]
|
|
2615
2633
|
}
|
package/index.esm2.js
CHANGED
|
@@ -2608,6 +2608,24 @@ const schemas = {
|
|
|
2608
2608
|
schema: {
|
|
2609
2609
|
type: 'string'
|
|
2610
2610
|
}
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
name: 'innerHTML',
|
|
2614
|
+
summary: 'Code HTML',
|
|
2615
|
+
description: 'Code HTML de la section',
|
|
2616
|
+
required: false,
|
|
2617
|
+
schema: {
|
|
2618
|
+
type: 'string'
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
name: 'textContent',
|
|
2623
|
+
summary: 'Texte',
|
|
2624
|
+
description: 'Texte de la section',
|
|
2625
|
+
required: false,
|
|
2626
|
+
schema: {
|
|
2627
|
+
type: 'string'
|
|
2628
|
+
}
|
|
2611
2629
|
}
|
|
2612
2630
|
]
|
|
2613
2631
|
}
|