23 lines
533 B
JSON
23 lines
533 B
JSON
{
|
|
"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" }
|
|
]
|
|
}
|