@bn-digital/strapi-plugin-field-uuid

1.2.12 • Public • Published

Strapi plugin: UUID Field

downloads version

This plugin adds a UUID field type to Strapi.

Table of Contents

Installation

Install the plugin in your Strapi project.

# using yarn
yarn add @bn-digital/strapi-plugin-field-uuid

# using npm
npm install @bn-digital/strapi-plugin-field-uuid

Description

Enables UUID custom field type, which is generated automatically on entity creation. Mapped to database as uid Strapi type (which means that it is unique and validates as UUID).

It is recommended to make field non-editable (as part of Strapi view configuration), but it is not enforced. There is regenerate button in the view, which will generate new value.

Screenshots

Screenshot of the UUID field in the Content Type Builder

Screenshot of the UUID field in the Content Manager

Package Sidebar

Install

npm i @bn-digital/strapi-plugin-field-uuid

Weekly Downloads

865

Version

1.2.12

License

MIT

Unpacked Size

11.5 kB

Total Files

16

Last publish

Collaborators

  • bn-medicine
  • askent
  • bndigital