acf-blocks

Installation
SKILL.md

ACF Blocks

Custom Advanced Custom Fields (ACF) blocks. Each block has its own reference file in references/ with field keys, types, examples, and markup.

How to Use

  1. Read the specific block reference file before generating markup
  2. Use the exact field keys shown (prefix varies: most use field_, CTA uses acf_)
  3. Blocks using InnerBlocks wrap standard WordPress blocks (paragraphs, lists) inside them
  4. Self-closing blocks (/-->) contain all data in the JSON attributes
  5. All string values in data must be strings (even numbers: "4.5" not 4.5)
  6. Repeater rows use sequential keys: row-0, row-1, row-2

Block Types

Installs
2
GitHub Stars
15
First Seen
6 days ago
acf-blocks — wpgaurav/wordpress-skills