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

16 lines (13 loc) 275 B
import contentAPIRoutes from './content-api'; import adminAPIRoutes from './admin-api'; const routes = { 'content-api': { type: 'content-api', routes: contentAPIRoutes, }, admin: { type: 'admin', routes: adminAPIRoutes, }, }; export default routes;