feature/monday-service (#198)
* Upgrade packages * Add monday as service (#197) * Add monday as service * Replaced static subdomain with placeholder * Only use pulse title for description * Update changelog und pump version Co-authored-by: markusNahketing <69197867+markusNahketing@users.noreply.github.com>
This commit is contained in:
@@ -161,4 +161,14 @@ export default {
|
||||
},
|
||||
allowHostOverride: true,
|
||||
},
|
||||
|
||||
monday: {
|
||||
name: "monday",
|
||||
host: "https://:org.monday.com",
|
||||
urlPatterns: [":host:/boards/:board/pulses/:id"],
|
||||
description: (document, service, { id }) => {
|
||||
return document.querySelector(".pulse_title")?.textContent?.trim()
|
||||
},
|
||||
allowHostOverride: false,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user