1.0.5 • Published 1 year ago

strapi-plugin-slug-field v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago