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 (15 loc) 348 B
{ "extends": "./tsconfig.json", "compilerOptions": { "jsx": "react-jsx", "lib": ["dom", "es2017"], "declaration": true, "declarationMap": true, "emitDeclarationOnly": false, "outDir": "../dist/admin", "rootDir": "src", "incremental": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }