{
  "_comment": "Editorial pack — Custom Quicktag Editor by Volade",
  "pack": "editorial_starter",
  "label": "Editorial pack (Alert + Quote + CTA + FAQ)",
  "exported_at": "2026-07-02",
  "presets_to_apply": [
    {
      "slug": "alert",
      "merge": true,
      "description": "Alert / info callout"
    },
    {
      "slug": "quote",
      "merge": true,
      "description": "Featured quote block"
    },
    {
      "slug": "cta",
      "merge": true,
      "description": "Call-to-action button"
    },
    {
      "slug": "faq",
      "merge": true,
      "description": "Question / answer block"
    }
  ],
  "settings": {
    "enable_front_css": true,
    "enable_html_editor": true,
    "placeholder_syntax": "{{key}}"
  },
  "wp_cli": [
    "wp cqe preset import editorial_starter",
    "wp cqe settings set enable_front_css 1"
  ],
  "notes": [
    "Import via Custom Quicktag Editor → Presets → Editorial pack",
    "Test in Classic editor and block editor HTML mode",
    "Front CSS enabled by default — disable if theme conflicts"
  ]
}
