[TODO]
Read the Getting Started tutorial or follow the steps below:
# using yarn
yarn add webtools-addon-links
# using npm
npm install webtools-addon-links --saveAfter successful installation you have to rebuild the admin UI so it'll include this plugin. To rebuild and restart Strapi run:
# using yarn
yarn build
yarn develop
# using npm
npm run build
npm run developEnjoy 🎉
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.
- For general help using Strapi, please refer to the official Strapi documentation.
- You can contact me on the Strapi Discord channel.