Strapi plugin logo for Slug Field

Slug Field

A custom field for generating slug from a target field

Strapi-plugin-slug-field

A custom field for generating slug from a target field.

A UID alternative without the unique constraint - suitable for slugs shared between locales.

Strapi-plugin-slug-field

Installation

To install this plugin, you need to add an NPM dependency to your Strapi application:

# Using Yarn
yarn add strapi-plugin-slug-field

# Or using NPM
npm install strapi-plugin-slug-field

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

# Using Yarn
yarn build

# Or using NPM
npm run build

Usage

After installation, you will find a Slug field in the custom fields section of the content-type builder.

Reference

Install now

npm install strapi-plugin-slug-field

STATS

1 GitHub starNot downloaded this week

Last updated

855 days ago

Strapi Version

4.4.0 and above

Author

github profile image for khang-nd
khang-nd

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.