A react-based example of Flotiq plugin. This will render a shiny title instead of regular title fields
yarnyarn start- work work work
- update your
src/plugin-manifest.jsonfile to contain the production URL and other plugin information yarn build- paste js code from
./build/static/js/main.xxxxxxxx.jsto Flotiq console - navigate to affected Flotiq pages
Dev environment is configured to use:
prettier- best used with automatic format on save in IDE, remember to runyarn formatbefore commiting changeseslint- it is built into bothstartandbuildcommands
- Open Flotiq editor
- Open Chrome Dev console
- Execute the following script
FlotiqPlugins.loadPlugin("plugin-id", "<URL TO COMPILED JS>");
- Navigate to the view that is modified by the plugin
- Open Flotiq editor
- Open Chrome Dev console
- Paste the content of
static/js/main.xxxxxxxx.js - Navigate to the view that is modified by the plugin
- Open Flotiq editor
- Add a new plugin and paste the URL to the hosted
plugin-manifest.jsonfile (you can usehttps://localhost:3050/plugin-manifest.jsonas long as you have accepted self-signed certificate for this url) - Navigate to the view that is modified by the plugin
If you wish to talk with us about this project, feel free to hop on our .
If you found a bug, please report it in issues.