From aa98c84dcda209fb8d6b47e403c982e9c72e645f Mon Sep 17 00:00:00 2001 From: antoine37120 <ant.dupre@gmail.com> Date: Wed, 26 Apr 2023 17:58:04 +0200 Subject: [PATCH] fix: add documention for twoStepCreation parameter --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6669029..72b53d89 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,8 @@ Extensions always inherit from its parent federation. Actually it support: Events, Resources & Polls. +Can enable option `twoStepCreation` with `true` to directly display an add user form on circle after the firts creation form. + Eg.: ```json @@ -276,7 +278,8 @@ Eg.: "post": "server://circles/", "users": "federation://users/", "noRender": "", - "xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket" + "xmpp": "wss://xmpp-dev.startinblox.com/xmpp-websocket", + "twoStepCreation": false }, "federation": [ "..." -- GitLab