cinqcinqdev-seo 0.1.26 → 0.1.27

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.26",
7
+ "version": "0.1.27",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "unknown"
@@ -225,6 +225,8 @@ export const DEFAULT_SECTIONS = {
225
225
  question: { type: "text", label: "Question", i18n: true },
226
226
  answer: { type: "textarea", label: "Answer", i18n: true }
227
227
  } },
228
+ bgColor: { type: "color", label: "Background" },
229
+ textColor: { type: "color", label: "Text Color" },
228
230
  spacing: { type: "cards", label: "Espacement", options: spacingOptions },
229
231
  radius: { type: "cards", label: "Arrondis", options: radiusOptions }
230
232
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cinqcinqdev-seo",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
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",