Files
community-rule/messages/en/create/communityStructure.json
T
2026-04-13 18:24:13 -06:00

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" }
]
}