mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Update member access wizard step to use toggle group (#28013)
We want to change the design of the "member experience" step of the wizard from using checkbox switches to using radio toggle groups.
This commit is contained in:
@@ -5345,18 +5345,32 @@ en:
|
||||
label: "Language"
|
||||
|
||||
privacy:
|
||||
title: "Member experience"
|
||||
title: "Member access"
|
||||
|
||||
fields:
|
||||
login_required:
|
||||
placeholder: "Private"
|
||||
extra_description: "Only logged in users can access this community"
|
||||
label: "Visibility"
|
||||
description: "Is your community public or private?"
|
||||
choices:
|
||||
public:
|
||||
label: "Public"
|
||||
private:
|
||||
label: "Private"
|
||||
invite_only:
|
||||
placeholder: "Invite only"
|
||||
extra_description: "Users must be invited by trusted users or staff, otherwise users can sign up on their own"
|
||||
label: "Registration"
|
||||
description: "How can members join this community?"
|
||||
choices:
|
||||
sign_up:
|
||||
label: "Sign up"
|
||||
invite_only:
|
||||
label: "Invite only"
|
||||
must_approve_users:
|
||||
placeholder: "Require approval"
|
||||
extra_description: "Users must be approved by staff"
|
||||
description: "Do you want to approve member accounts?"
|
||||
choices:
|
||||
"no":
|
||||
label: "No, new members can join immediately"
|
||||
"yes":
|
||||
label: "Yes, new members must be approved by moderators"
|
||||
chat_enabled:
|
||||
placeholder: "Enable chat"
|
||||
extra_description: "Engage with your members in real time"
|
||||
|
||||
Reference in New Issue
Block a user