Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 400 Bytes

Strapi plugin label-manager

A quick description of label-manager.

Requirements

Create a new collection type named Label (multi-locale) with two fields

  • key (Text) and disable the localization for this field
  • value (Long Text)

Install the plugin

Inside your project folder, execute

# yarn
yarn add strapi-plugin-label-manager

# npm
npm install strapi-plugin-label-manager