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
This plugin transforms the default Flotiq content-type-objects page into a Kanban board, where content objects are
displayed as cards within their respective columns.
The plugin requires you to select a Content type definition that will be converted into a Kanban board. You also
need to choose a field of type Select or Radio, which will determine the Columns on the board. Additionally, select
a textfield that will serve as the title displayed on each card.
Additionally, the plugin lets you configure optional fields to be displayed on the card, such as an image or up to
three additional fields shown at the bottom of the card. supported types for
additional fields: text, number, select, date, checkbox, radio
- 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
