A react-based example of Flotiq plugin. This will render a shiny title instead of regular title fields
yarn
yarn start
- work work work
- update your
src/plugin-manifest.json
file to contain the production URL and other plugin information yarn build
- paste js code from
./build/static/js/main.xxxxxxxx.js
to 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 format
before commiting changeseslint
- it is built into bothstart
andbuild
commands
- 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.json
file (you can usehttps://localhost:3050/plugin-manifest.json
as 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.