UNPKG

@inspirer-dev/hero-widget-selector

Version:

A custom field plugin for Strapi v5 that provides a widget selector with size filtering capabilities. Perfect for selecting hero widgets from a filtered collection based on size (S, M, L, XL).

11 lines (10 loc) 212 B
{ "extends": "./tsconfig", "include": ["./src", "./custom.d.ts"], "exclude": ["**/*.test.ts", "**/*.test.tsx"], "compilerOptions": { "rootDir": "../", "baseUrl": ".", "outDir": "./dist" } }