Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binpar/directus-extension-wpslug-interface
https://github.com/binpar/directus-extension-wpslug-interface
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binpar/directus-extension-wpslug-interface
- Owner: BinPar
- License: gpl-3.0
- Created: 2024-01-09T08:47:04.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-06-05T12:01:33.000Z (7 months ago)
- Last Synced: 2024-06-06T10:43:23.952Z (7 months ago)
- Language: Vue
- Size: 336 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
> [!CAUTION]
> Si vamos a hacer un git clone dentro de la carpeta de ``packages/interfaces`` necesitamos poner lo siguiente en un archivo ``.gitmodules`` en la raiz del directus:```yml
[module "directus-extension-wpslug-interface"]
path = packages/interfaces/directus-extension-wpslug-interface
url = https://github.com/BinPar/directus-extension-wpslug-interface.git
ignore = all
```# 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