Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.03 KB

Auto Locales Slug Strapi Plugin

Description

This plugin automatically adds a locale to the end of the slug.

How It Works

This plugin operates by appending a locale to the end of a slug. It specifically works with fields named 'title' or 'name'. The plugin retrieves the value from these fields and applies it according to the pattern specified in the plugin's basic settings. You must select either 'title' or 'name' in the pattern option for the plugin to function correctly.

Features

  • Automatically appends locale information to slugs.
  • Supports multiple locales.
  • Easy integration with existing projects.
  • No need extra configuration.

Installation

To install the plugin, follow these steps:

Using npm:

npm install auto-locales-slug

Using yarn:

yarn add auto-locales-slug

Compatibility

  • Required Strapi Version: 5.x.x

Bug Report

If you encounter any issues or bugs, please report them at our GitHub Issues page.