

Schema list in admin dashboard with status indicators
StSalv Smart Schema Builder turns structured role/process maps into responsive, interactive pages. Configure blocks, groups, items, tags and print forms in a React-based admin, insert schemas with a Gutenberg block, shortcode or template tag, and let visitors explore the map with AND-logic tag filters, deep-linkable state and accessible modals.
[stsalv_smart_schema id="…"] shortcode and stssb_schema( $id ) template tag.stssb_edit_schemas, stssb_manage_settings; drafts are never exposed to guests.The plugin stores aggregate per-schema counters (modal opens, downloads) in post meta. No personal data, cookies or external requests are involved. Front-end downloads are generated locally in the visitor’s browser.
The source code and build tools for this plugin are publicly available on GitHub:
https://github.com/stsalv/smart-schema-builder
The repository includes the unminified source (src/), the build configuration
(webpack.config.js, package.json) and instructions for regenerating the
compiled assets (build/) with npm install && npm run build.