Update create flow pages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Tell us more about your community",
|
||||
"description": "Share context that will help shape your CommunityRule.",
|
||||
"placeholder": "Describe your community",
|
||||
"characterCountTemplate": "{current}/{max}"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "What is your community called?",
|
||||
"description": "This will be the name of your community",
|
||||
"placeholder": "Enter your community name",
|
||||
"characterCountTemplate": "{current}/{max}"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Anything else we should know?",
|
||||
"description": "Optional details before you review your progress.",
|
||||
"placeholder": "Add notes (optional)",
|
||||
"characterCountTemplate": "{current}/{max}"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "How large is your community?",
|
||||
"description": "Choose the size that best matches your group."
|
||||
},
|
||||
"multiSelect": {
|
||||
"label": "Label",
|
||||
"addButtonText": "Add organization type"
|
||||
},
|
||||
"communitySizes": [
|
||||
{ "label": "1 member" },
|
||||
{ "label": "2-10 members" },
|
||||
{ "label": "10-24 members" },
|
||||
{ "label": "24-64 members" },
|
||||
{ "label": "64-128 members" },
|
||||
{ "label": "125-1000 members" },
|
||||
{ "label": "1000+ members" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"header": {
|
||||
"title": "How is your community organized?",
|
||||
"description": "Select the options that best describe your group."
|
||||
},
|
||||
"multiSelect": {
|
||||
"label": "Label",
|
||||
"addButtonText": "Add organization type"
|
||||
},
|
||||
"organizationTypes": [
|
||||
{ "label": "Non-profit" },
|
||||
{ "label": "For-profit" },
|
||||
{ "label": "Community" },
|
||||
{ "label": "Educational" }
|
||||
],
|
||||
"governanceStyles": [
|
||||
{ "label": "Democratic" },
|
||||
{ "label": "Consensus" },
|
||||
{ "label": "Hierarchical" },
|
||||
{ "label": "Flat" }
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"title": "How should conflicts be resolved?",
|
||||
"description": "Upload supporting materials or examples that help describe how your community handles conflict."
|
||||
}
|
||||
Reference in New Issue
Block a user