The JSON Rich Text Editor Plugins let you add/create customized plugins to extend the functionality of your JSON Rich Text Editor as per your needs. You can use third-party applications to interact with your JSON Rich Text Editor content.
This boilerplate repository provides a template to customize your own JSON RTE plugins.
- Clone Boilerplate GitHub Repository
- Install Dependencies using the
npm install
command - Add Custom Visuals for the JSON RTE Plugin
- Build the JSON RTE Plugin using the
npm run build
command
Your project is now ready to be hosted on any static file server or Contentstack. You can now add your customized hosted plugin to a stack and use it within the JSON Rich Text Editor. For more information, read our documentation.