@frameless/strapi-plugin-flo-legal-embed
v2.0.0
Published
A Strapi plugin that provides a custom field for selecting and embedding Flo Legal forms, enabling seamless integration and enhanced form management within Strapi projects.
Keywords
Readme
Strapi Plugin: strapi-plugin-flo-legal-embed
This custom field serves as a dropdown representation of available Flo Legal Embed within the Strapi dashboard. It retrieves the identifier through a fetch function that calls the Flo Legal API.
Installation
yarn install @frameless/strapi-plugin-flo-legal-embed
Usage
Navigate to the Strapi dashboard's config/plugins.ts.
export default ({ env }) => ({
"flo-legal-embed": {
enabled: true,
config: {
api_url: env("FLO_LEGAL_API_URL"),
token: env("FLO_LEGAL_API_TOKEN"),
},
},
});Build the dashboard:
yarn build
