Update create flow pages

This commit is contained in:
adilallo
2026-04-13 18:24:13 -06:00
parent a39b4aa04b
commit a0de78c020
66 changed files with 1028 additions and 538 deletions
+19
View File
@@ -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" }
]
}