🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@ef2/strapi-plugin-slug-localization

Package Overview
Dependencies
Maintainers
0
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.

latest
npmnpm
Version
0.0.4
Version published
Maintainers
0
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.

✨ 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

FAQs

Package last updated on 19 Mar 2025

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