New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

@ef2/strapi-plugin-slug-localization

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ef2/strapi-plugin-slug-localization

Slug localization with backend validation.

npmnpm
Version
0.0.3
Version published
Weekly downloads
4
-20%
Maintainers
3
Weekly downloads
 
Created
Source

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.

⏳ 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

FAQs

Package last updated on 24 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts