Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

add support for entity field values in slug #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jbmoelker
Copy link

:[field_name] in slug is replaced by the value of that field. For example tutorials/:category for an item which has selected 'HTML and CSS' as category would result in tutorials/html-and-css.

resolves #36

`:[field_name]` in slug is replaced by the value of that field. For example `tutorials/:category` for an item which has selected 'HTML and CSS' as category would result in `tutorials/html-and-css`.

resolves webhook#36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance slug control with field values as parameters
1 participant