Files
CodePress/guide/en/theme-developer.md
T
E.Noorlander 9a5ab351ba Update all guides (NL + EN) for CodePress 2.5.2 features
- Admin guide: RBAC roles, role-based dashboard, plugin types (content/system)
- CodePress developer guide: plugin types, admin plugin API, SCSS compilation, asset serving
- Theme developer guide: SCSS sole CSS source, css_compiled read-only, guide layout
- Content manager guide: layout selection from theme.json, plugin order in frontmatter
- Both NL and EN updated with identical structure
- 35 files updated
2026-08-12 12:05:53 +02:00

14 lines
537 B
Markdown

# Theme Developer
The theme developer guide contains the following topics:
- **Theme structure** - Folder structure of a theme
- **theme.json** - Configuration of a theme
- **Twig templates** - Twig syntax, variables and blocks
- **SCSS styling** - Compiling and writing SCSS
- **Layouts** - Defining and using layouts
- **New theme** - Creating a theme via admin or manually
See also the **Content API** guide under Content Manager for all available Twig variables and CMSAPI methods.
Select a topic from the navigation on the left.