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

6 lines (3 loc) 131 B
import { PLUGIN_ID } from '../pluginId'; const getTranslation = (id: string) => `${PLUGIN_ID}.${id}`; export { getTranslation };