UNPKG

@inspirer-dev/hero-widget-cta-button

Version:

A custom field plugin for Strapi v5 that provides a CTA button selector with different action types (external link, internal link, case, article, copy link, copy nickname).

12 lines (11 loc) 186 B
export default [ { method: 'GET', path: '/', // name of the controller file & the method. handler: 'controller.index', config: { policies: [], }, }, ];