Editorially curated zones for block themes. Editors assign a block_module post to a named block_area taxonomy term (optionally scoped by category, region, collection, or newsletter list). The prc-platform/block-area block resolves and renders the matching module at request time.
Package: @prc/block-area-modules
Source: plugins/prc-block-area-modules/
Editors configure areas with a setup wizard. Theme developers place block areas in templates and wrap query loops with the context provider to avoid story repetition.
Choose a path
Who are you?
Start with the guide that matches your work.
Documentation
For editors
- User guide — create modules and configure block areas
Block narratives
- Block Area —
prc-platform/block-area - Block Area Context Provider —
prc-platform/block-area-context-provider
For maintainers
- Architecture — CPT/taxonomy, resolve rules, cache,
pre_get_posts
Related
- Plugin README — hooks and data model notes