UNPKG

@turbo-red/strapi-plugin-lookup-enum

Version:

Like enum field, but options are extracted from a field provided by a single-type content.

6 lines (5 loc) 147 B
import type { Core } from '@strapi/strapi'; declare const bootstrap: ({ strapi }: { strapi: Core.Strapi; }) => void; export default bootstrap;