Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimitrov-adrian/directus-extension-wpslug-interface
WordPress alike slug interface for Directus 9
https://github.com/dimitrov-adrian/directus-extension-wpslug-interface
directus directus-custom-interface directus-extension permalink slug
Last synced: 3 months ago
JSON representation
WordPress alike slug interface for Directus 9
- Host: GitHub
- URL: https://github.com/dimitrov-adrian/directus-extension-wpslug-interface
- Owner: dimitrov-adrian
- License: gpl-3.0
- Created: 2021-10-14T11:48:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T12:12:37.000Z (about 1 year ago)
- Last Synced: 2024-06-21T18:09:03.936Z (5 months ago)
- Topics: directus, directus-custom-interface, directus-extension, permalink, slug
- Language: Vue
- Homepage: https://www.npmjs.com/package/directus-extension-wpslug-interface
- Size: 603 KB
- Stars: 93
- Watchers: 2
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-directus - WordPress-like Slug - Slug/Permalink interface with support for pre- and suffixes. (Extensions / Community)
- awesome-directus - WordPress-like Slug - Slug/Permalink interface with support for pre- and suffixes. (Extensions / Community)
README
# WP Slug Interface
WordPress alike slug/permalink interface
![](https://raw.githubusercontent.com/dimitrov-adrian/directus-extension-wpslug-interface/main/screenshot.png)
## Installation
In your Directus installation root
```bash
npm install directus-extension-wpslug-interface
```Restart directus
## How to use
1. Create new standard field with String type
2. 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