cinqcinqdev-seo 0.1.39 → 0.1.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/dist/module.json
CHANGED
|
@@ -184,7 +184,7 @@ const seoTree = computed(() => {
|
|
|
184
184
|
const selectedCMSConfig = computed(
|
|
185
185
|
() => selectedBlockIndex.value !== null ? CMS_COMPONENTS[page.value?.content[selectedBlockIndex.value]?.type] : null
|
|
186
186
|
);
|
|
187
|
-
const CONTENT_FIELD_TYPES = ["text", "textarea", "image", "list"];
|
|
187
|
+
const CONTENT_FIELD_TYPES = ["text", "textarea", "image", "list", "richtext"];
|
|
188
188
|
const visibleFields = computed(() => {
|
|
189
189
|
const cfg = selectedCMSConfig.value;
|
|
190
190
|
if (!cfg?.fields) return {};
|