Update create flow pages
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user