mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-05 12:52:29 +00:00
Remove need to only allow UUID as CodeFund Property ID (#71)
* Remove need to only allow UUID as CodeFund Property ID * Do not apply format check
This commit is contained in:
parent
00789666d7
commit
cb445eaaa7
@ -346,7 +346,6 @@ codefund_plugin:
|
|||||||
codefund_property_id:
|
codefund_property_id:
|
||||||
client: true
|
client: true
|
||||||
default: ''
|
default: ''
|
||||||
regex: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
|
|
||||||
codefund_advertiser_label:
|
codefund_advertiser_label:
|
||||||
client: true
|
client: true
|
||||||
default: 'Advertiser'
|
default: 'Advertiser'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user