md-theme-blocks
Installation
SKILL.md
Marketers Delight Theme Blocks
Native Gutenberg blocks provided by the Marketers Delight WordPress theme. ES5 IIFE format (no JSX, no build step), dynamic rendering via PHP render_callback (save() returns null).
How to Use
- Read the specific block reference file before generating markup
- Block names are prefixed with
marketers-delight/ - Attributes are set directly in the block comment JSON (not ACF field keys)
- RichText fields support inline HTML (bold, links, etc.)
- Color attributes accept hex values or WP color class names
- Read
references/README.mdfor architecture, CSS classes, icon list, and PHP helpers - Read
references/icons.mdfor the full icon registry
Block References
All reference files are in references/. Each includes: block name, attributes table, JS editor code, PHP render callback, and example output.