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

14 lines (13 loc) 295 B
{ "extends": "./tsconfig.json", "compilerOptions": { "declaration": true, "declarationMap": true, "emitDeclarationOnly": false, "outDir": "../dist/server", "rootDir": "src", "incremental": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }