0.0.4 • Published 7 months ago

@ef2/strapi-plugin-slug-localization v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Strapi plugin slug-localization

Add a slugify option for locales with backend validation for checking existings slug for current locale.

✨ Features

  • Automatic slug creation bases on title field. For now, the slug input field checks the current title field and automatic creates slug.
  • Backend validation: Checks the slug on save if its unique in the given model/locale combination.

✨ Todo

  • Choose attached field, defaults to "title" for now
  • Frontend validation - on the fly validate if slug is available.
  • Translations

⏳ Installation

# Using Yarn
yarn add @ef2/strapi-plugin-slug-localization

# Or using NPM
npm install @ef2/strapi-plugin-slug-localization

Then, you'll need to build your admin panel:

# Using Yarn
yarn build

# Or using NPM
npm run build
0.0.4

7 months ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago