From 5dd276611f029c832330cda862d566dace850347 Mon Sep 17 00:00:00 2001 From: Jan Hermann Date: Wed, 27 Oct 2021 08:41:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f56919c..c4d0a0f 100644 --- a/README.md +++ b/README.md @@ -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.[contains]=&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.[contains]=&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