[!IMPORTANT]
The Webtools suite is still in BETA
✨ Features
- Unique URLs Every page will get their own unique path
- Auto generated Automatically generated based on a pattern
- Flexible Overwrite single URLs
- Frontend router Get any page by it's unique path from the public API
- Auto slugify The URLs will automatically be slugified to ensure valid paths
⏳ Installation
Read the Getting Started tutorial or follow the steps below:
yarn add @pluginpal/webtools-core
npm install @pluginpal/webtools-core --save
After successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:
yarn build
yarn develop
npm run build
npm run develop
Enjoy 🎉
📓 Documentation
See our dedicated repository for all of PluginPal's documentation, or view the Webtools documentation live:
🔌 Addons
Webtools can be extended by installing addons that hook into the core Webtools functionality. Read more about how addons work and how to install them in the addons documentation.
🔗 Links
📝 Resources