From 101331ac2810cb6a1d36f1d9b529c84c9abca722 Mon Sep 17 00:00:00 2001 From: Jan Hermann Date: Wed, 27 Oct 2021 09:05:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d0a0f..289a107 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ You need to specify the `repeater` url, `generates_from` and `codename` paramete ``` - `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 + - `codename` -> A codename of your Custom URL Slug element (same codename across all types you want to check the uniqueness for) - `force_uniqueness` -> A true/false value that generates extra postfix to the url slug value in case the url slug is not unique - `restricted_chars` -> A set of characters (RegEx) you want the url slug to be restricted to ## Saved Value -The value is saved as an array of [, ] so you know whether the value was generated automatically from the source element or whther it was entered manually: +The value is saved as an array of [, ] so you know whether the value was generated automatically from the source element or whether it was entered manually: ```json ["abc","[manual]"]