Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzik authored Oct 27, 2021
1 parent 76b9fa0 commit 5dd2766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You need to specify the `repeater` url, `generates_from` and `codename` paramete
"restricted_chars": "[^a-zA-Z0-9]" // default [^a-zA-Z0-9]
}
```
- `repeater` -> A URL of a service you host on your server and that forwards JSON from Preview API based on "/items?elements.<codename>[contains]=<value>&depth=0" query
- `repeater` -> A URL of a service you host on your server and that forwards JSON from Preview API based on "/items?elements.<url_slug_codename>[contains]=<url_slug_value>&depth=0" query
- `generates_from` -> A codename of a source Text element you want your url slug to be generated from
- `codename` -> A codename of your Custom URL Slug element
- `force_uniqueness` -> A true/false value that generates extra postfix to the url slug value in case the url slug is not unique
Expand Down

0 comments on commit 5dd2766

Please sign in to comment.