Autogeneratable Slug field plugin for Strapi CMS
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.
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 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.