@booga/bstrapi
v0.1.0
Published
Strapi v5 plugin embedding the b-suite discipline runtime into the CMS authoring UI.
Readme
bStrapi
Strapi v5 plugin embedding the b-suite discipline runtime into the CMS authoring UI.
Install
npm install -D @booga/bstrapiUsage
export default () => ({
bstrapi: {
enabled: true,
config: {
contentTypes: ['api::article.article'],
tools: {
bground: true,
banchor: true,
bsmell: true,
bratch: true,
bwatch: true,
bspector: true
}
}
}
})Documents are processed only when they contain an authorization marker. The directive is stored in bsuiteDirective and rendered in the Content Manager edit view.
License
MIT
