This plugin simplifies the process of creating slugs for your Content Object. It’s particularly useful when you want to generate slugs automatically based on existing data within a Content Object (e.g. the title of a blog post).
In the Content Object form, look for the refresh icon next to the slug field. If you’re creating a new object and the field is currently empty, it will be auto-filled. If you’re editing an existing object or the field contains data, click the refresh icon to regenerate the slug.
To manage a plugin, you must first add it to your plugins. Click the "+" icon to add the plugin to your library and click the "Manage" button. It will open the plugin settings.
Field descriptions:
Content Type
- Defines the type of objects for which the slug will be generated.Slug source field
- Determines the field on which the slug will be based.Target field
- Specifies the field to which the slug will be entered.
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
- 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