Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 2.4 KB

File metadata and controls

77 lines (53 loc) · 2.4 KB

Webtools Links add-on

Custom field for internal links in Strapi CMS.

Read the documentation

NPM Version Monthly download on NPM CI build status codecov.io

✨ Features

[TODO]

⏳ Installation

Read the Getting Started tutorial or follow the steps below:

# using yarn
yarn add webtools-addon-links

# using npm
npm install webtools-addon-links --save

After 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 develop

Enjoy 🎉

📓 Documentation

🔌 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

🌎 Community support

📝 Resources