Skip to content

Commit dc96d1c

Browse files
committed
Added wecanhelp as a new provider to the enum.
1 parent ca9fa75 commit dc96d1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

specs/development.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,10 @@
465465
"type": "string",
466466
"title": "Campaign Providers",
467467
"description": "Where do you host your donations?",
468-
"enum": [ "", "betterplace", "boost" ],
469-
"default": ""
468+
"enum": ["", "betterplace", "wecanhelp"],
469+
"default": "",
470+
"deprecated": true,
471+
"deprecatedDescription": "This provider is deprecated and will be removed in a future version."
470472
},
471473
"projectid": {
472474
"type": "string",

0 commit comments

Comments
 (0)