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

13 lines (12 loc) 271 B
{ "extends": "../../../../tsconfig.json", "compilerOptions": { "jsx": "react-jsx", "lib": ["dom", "es2017"], "outDir": "../dist/admin", "rootDir": "src", "incremental": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }