ShatterCMS submodule for handling block-based web content.
- TypeScript 100%
| .github/workflows | ||
| .vscode | ||
| .yarn | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .pnp.js | ||
| .prettierrc | ||
| .yarnrc.yml | ||
| CHANGELOG.md | ||
| jest.config.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
ShatterCMS Shards
ShatterCMS submodule for handling block-based web content.
Getting Started
Installation
# npm
$ npm install @shattercms/shards
# yarn
$ yarn add @shattercms/shards
Add the module to your ShatterCMS config file.
export default {
modules: ['@shattercms/shards'],
};
License
This project is licensed under the MIT License.
See LICENSE for more information.