Skip to content
Epiktetos Theme1.0.0
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.json version 3 configuration.
  • appearanceTools enabled.
  • 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

FeatureStatus
patterns/ directoryNot present
blocks/ directoryNot present
register_block_pattern() callsNot found
register_block_style() callsNot found
Custom block registrationNot 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.

Related articles