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:
Manuel Bouza
2020-08-06 11:50:14 +02:00
committed by GitHub
parent dcef794fe4
commit 6f47cf9cd6
4 changed files with 1365 additions and 1968 deletions

View File

@@ -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,
},
}