1.0.01 min read
Block Patterns / Editor Support
Review Epiktetos editor support, theme.json configuration, and missing pattern/block features.
Epiktetos is a block theme, but the inspected version does not include custom block patterns or custom blocks.
Included editor support
theme.jsonversion 3 configuration.appearanceToolsenabled.- Root padding aware alignments.
- Content width of
680px. - Wide width of
960px. - Custom color palette.
- Typography presets.
- Spacing presets.
- Editor styles loaded with
add_editor_style().
Editor styles
The theme registers editor styles:
Code
assets/css/fonts.css
assets/css/frontend.css
assets/css/editor.css
Not present in version 1.0.0
| Feature | Status |
|---|---|
patterns/ directory | Not present |
blocks/ directory | Not present |
register_block_pattern() calls | Not found |
register_block_style() calls | Not found |
| Custom block registration | Not found |
Template editing
Because Epiktetos is a block theme, template-level changes should be tested in the Site Editor and exported carefully if they need to become part of the theme package.