directus-extension-wpslug-interface
v1.1.0
Published
WordPress alike slug/permalink interface
Downloads
2,530
Maintainers
Readme
WP Slug Interface
WordPress alike slug/permalink interface
Installation
In your Directus installation root
npm install directus-extension-wpslug-interface
Restart directus
How to use
- Create new standard field with String type
- For interface select Slug
FAQ
What does the update "Create" and "Update" options do?
Simply these options enables/disables the automatic update based on content change.
- Having "On Create" will enable automattic updating when creating new item.
- Having "On Update" will enable automattic updating when editing existing item.
It's possible to have both, one or none, depending of your needs.
There is magic wand appearing
The magic stick button appears when the automatic updates are disabled, but there is content change so the field is differing from the template. When clicked, the automatic update will be executed.
Does this works when performing changes throught the API?
No, this is just an interface. It works only on Directus App