Files
acai-scaffold/docs/builder-fields.md
Jordan 8f76455c96 Initial scaffold: CLAUDE.md, docs, and MCP config
- CLAUDE.md with project structure, DB access, and environment info
- docs/ with placeholder files for modular system, hooks/API, and builder fields
- .claude/settings.json with Playwright and Fetch MCP servers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 18:37:15 +00:00

33 lines
712 B
Markdown

# Builder Fields & Attributes
## Field Types (`data-field-type`)
The builder uses `data-field-type` attributes to define editable areas in module templates.
<!-- TODO: Document available field types (text, image, richtext, link, repeater, etc.) -->
## Conditional Attributes
### `c-if`
<!-- TODO: Document c-if syntax and usage for conditional rendering -->
### `c-for`
<!-- TODO: Document c-for syntax for repeating elements -->
### `c-class`
<!-- TODO: Document c-class for conditional CSS classes -->
## Forms (`c-form`)
<!-- TODO: Document c-form usage for builder-integrated forms -->
## Builder Variables Access
<!-- TODO: Document how to access and use builder variables in templates -->