PorterWP is almost entirely driven by JSON inside porter/config/. Each file has its own guide:
porter/config/
porter.json
Global settings, premium feature flags, asset enqueues
blocks.json
Block styles, pattern registration, dequeue/unregister rules
posttypes.json
Register custom post types
taxonomies.json
Register custom taxonomies
Use these in tandem with make.sh and the Gulp tasks to scaffold blocks, icons and CSS.
make.sh
Last updated 7 months ago