fixed campfire regex (#4149)
parent
4ea29ed2ac
commit
1c90dcaa62
|
@ -17,8 +17,8 @@
|
|||
"type": "integrations:campfire_video",
|
||||
"label": "Campfire",
|
||||
"linkType": "static",
|
||||
"organizerInputPlaceholder": "https://campfire.to/your-team",
|
||||
"urlRegExp": "^http(s)?:\\/\\/(www\\.)?campfire.to\\/[a-zA-Z0-9]*"
|
||||
"organizerInputPlaceholder": "https://party.campfire.to/your-team",
|
||||
"urlRegExp": "^http(s)?:\\/\\/(www\\.)?party.campfire.to\\/[a-zA-Z0-9]*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue