ShatterCMS submodule for handling block-based web content.
# npm
$ npm install @shattercms/shards
# yarn
$ yarn add @shattercms/shards
Add the module to your ShatterCMS config file.
export default {
modules: ['@shattercms/shards'],
};
This project is licensed under the MIT License.
See LICENSE for more information.