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
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "0.1.39",
7
+ "version": "0.1.40",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "unknown"
@@ -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 {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cinqcinqdev-seo",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "A reusable Nuxt 3 admin CMS module with visual page editor powered by Supabase",
5
5
  "license": "MIT",
6
6
  "module": "./dist/module.mjs",