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

10 lines (7 loc) 200 B
import type { Core } from '@strapi/strapi'; const service = ({ strapi }: { strapi: Core.Strapi }) => ({ getWelcomeMessage() { return 'Welcome to Strapi 🚀'; }, }); export default service;