strapi-plugin-az-slug
v0.1.2
Published
A Strapi plugin that provides an Azerbaijani-aware slug custom field with frontend slug generation and availability check.
Maintainers
Readme
strapi-plugin-az-slug
A lightweight Strapi v5 custom input component for generating and validating unique slugs.
The plugin provides a slug field UI for the admin panel and prevents duplicate slugs from being saved.
Installation
Install the plugin from npm:
npm install strapi-plugin-az-slugUsage
Use the plugin input component as the field type for any slug field in your content-type.
The component will:
- generate slug values
- allow manual editing
- validate slug uniqueness
- prevent saving duplicates
