Strapi Plugin Field Slug

screenshot of Strapi Plugin Field Slug
strapi

Autogeneratable Slug field plugin for Strapi CMS

Overview

The Strapi plugin "slug" adds a Slug field to Strapi, which generates automatically rewritable values on entity creation. It generates a default value in the format of "post-year-month-day-hours-minutes-seconds" for all locales. The plugin also allows the addition of a KeyWord and/or pattern to generate the slug value.

Features

  • Autocomplete with default generated value: The slug field has an autocomplete feature with a default generated value in the format of "post-year-month-day-hours-minutes-seconds" for all locales.
  • Customizable with KeyWord and/or pattern: Users can add a KeyWord and/or pattern, which will be used to generate the slug value. The available patterns include "keywordtitle", "keywordid", "keyworddatetime", "keywordtitleiddatetime".
  • Autofill field with datetime placeholder: If no KeyWord or pattern is chosen, the slug field will be autofilled with a datetime placeholder.

Summary

The Strapi "slug" plugin adds a Slug field to Strapi, allowing users to generate automatically rewritable values on entity creation. It provides features such as autocomplete with default generated values, customizable patterns using KeyWords, and the ability to autofill the field with a datetime placeholder. The installation process involves installing the plugin, adding the field to the desired content type, and configuring its settings.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.