0.0.1-alpha.0 • Published 2 years ago

@codemate/strapi-plugin-logbook v0.0.1-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

strapi-plugin-template

Clone this repository, modify the package.json file, and link to the strapi app.

ln -s <abosolute-path>/strapi-plugin-template/build/ <abosolute-path>/test-plugin-project/src/plugins/template

Create plugins.js in the config folder in the strapi app root directory. And add the following code.

module.exports = {
  // ...
  template: {
    enabled: true,
    resolve: "./src/plugins/template",
  },
  // ...
};