Add Camunda as replacement for Cawemo (#6457)
* Add Camunda as replacement for Cawemo (what are these product names even?) * Optimised images with calibre/image-actions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
BIN
public/images/camunda.png
Normal file
BIN
public/images/camunda.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
@@ -150,6 +150,17 @@ const embeds: EmbedDescriptor[] = [
|
||||
`https://player.bilibili.com/player.html?bvid=${matches[2]}&page=1&high_quality=1`,
|
||||
icon: <Img src="/images/bilibili.png" alt="Bilibili" />,
|
||||
}),
|
||||
new EmbedDescriptor({
|
||||
title: "Camunda Modeler",
|
||||
keywords: "bpmn process cawemo",
|
||||
defaultHidden: true,
|
||||
regexMatch: [
|
||||
new RegExp("^https?://modeler.cloud.camunda.io/(?:share|embed)/(.*)$"),
|
||||
],
|
||||
transformMatch: (matches: RegExpMatchArray) =>
|
||||
`https://modeler.cloud.camunda.io/embed/${matches[1]}`,
|
||||
icon: <Img src="/images/camunda.png" alt="Camunda" />,
|
||||
}),
|
||||
new EmbedDescriptor({
|
||||
title: "Canva",
|
||||
keywords: "design",
|
||||
|
||||
Reference in New Issue
Block a user