mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* move e2e to root folder, add playbooks to e2e/cypress * add e2e ci workflow, clean up dep and update playwright readme * fix elasticsearch tests * update default roles and enable app bar
73 lines
3.2 KiB
JSON
73 lines
3.2 KiB
JSON
{
|
|
"many-options": [
|
|
{"text": "Afghanistan", "value": "AF"},
|
|
{"text": "Åland Islands", "value": "AX"},
|
|
{"text": "Albania", "value": "AL"},
|
|
{"text": "Algeria", "value": "DZ"},
|
|
{"text": "American Samoa", "value": "AS"},
|
|
{"text": "AndorrA", "value": "AD"},
|
|
{"text": "Angola", "value": "AO"},
|
|
{"text": "Anguilla", "value": "AI"},
|
|
{"text": "Antarctica", "value": "AQ"},
|
|
{"text": "Antigua and Barbuda", "value": "AG"},
|
|
{"text": "Argentina", "value": "AR"},
|
|
{"text": "Armenia", "value": "AM"},
|
|
{"text": "Aruba", "value": "AW"},
|
|
{"text": "Australia", "value": "AU"},
|
|
{"text": "Austria", "value": "AT"},
|
|
{"text": "Azerbaijan", "value": "AZ"},
|
|
{"text": "Bahamas", "value": "BS"},
|
|
{"text": "Bahrain", "value": "BH"},
|
|
{"text": "Bangladesh", "value": "BD"},
|
|
{"text": "Barbados", "value": "BB"},
|
|
{"text": "Belarus", "value": "BY"},
|
|
{"text": "Belgium", "value": "BE"},
|
|
{"text": "Belize", "value": "BZ"},
|
|
{"text": "Benin", "value": "BJ"},
|
|
{"text": "Bermuda", "value": "BM"},
|
|
{"text": "Bhutan", "value": "BT"},
|
|
{"text": "Bolivia", "value": "BO"},
|
|
{"text": "Bosnia and Herzegovina", "value": "BA"},
|
|
{"text": "Botswana", "value": "BW"},
|
|
{"text": "Bouvet Island", "value": "BV"},
|
|
{"text": "Brazil", "value": "BR"},
|
|
{"text": "British Indian Ocean Territory", "value": "IO"},
|
|
{"text": "Brunei Darussalam", "value": "BN"},
|
|
{"text": "Bulgaria", "value": "BG"},
|
|
{"text": "Burkina Faso", "value": "BF"},
|
|
{"text": "Burundi", "value": "BI"},
|
|
{"text": "Cambodia", "value": "KH"},
|
|
{"text": "Cameroon", "value": "CM"},
|
|
{"text": "Canada", "value": "CA"},
|
|
{"text": "Cape Verde", "value": "CV"},
|
|
{"text": "Cayman Islands", "value": "KY"},
|
|
{"text": "Central African Republic", "value": "CF"},
|
|
{"text": "Chad", "value": "TD"},
|
|
{"text": "Chile", "value": "CL"},
|
|
{"text": "China", "value": "CN"},
|
|
{"text": "Christmas Island", "value": "CX"},
|
|
{"text": "Cocos (Keeling) Islands", "value": "CC"},
|
|
{"text": "Colombia", "value": "CO"},
|
|
{"text": "Comoros", "value": "KM"},
|
|
{"text": "Congo", "value": "CG"},
|
|
{"text": "Congo, The Democratic Republic of the", "value": "CD"},
|
|
{"text": "Cook Islands", "value": "CK"},
|
|
{"text": "Costa Rica", "value": "CR"},
|
|
{"text": "Cote D\"Ivoire", "value": "CI"},
|
|
{"text": "Croatia", "value": "HR"},
|
|
{"text": "Cuba", "value": "CU"},
|
|
{"text": "Cyprus", "value": "CY"},
|
|
{"text": "Czech Republic", "value": "CZ"}
|
|
],
|
|
"distinct-options": [
|
|
{"text": "Apple", "value": "apple"},
|
|
{"text": "Orange", "value": "orange"},
|
|
{"text": "Banana", "value": "banana"},
|
|
{"text": "Grapes", "value": "grapes"},
|
|
{"text": "Melon", "value": "melon"},
|
|
{"text": "Mango", "value": "mango"},
|
|
{"text": "Mango Raw", "value": "mangoraw"},
|
|
{"text": "Avocado", "value": "avocado"}
|
|
]
|
|
}
|