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).

8 lines (7 loc) 175 B
import type { Core } from '@strapi/strapi'; declare const service: ({ strapi }: { strapi: Core.Strapi; }) => { getWelcomeMessage(): string; }; export default service;