Add metatagging, fritures

This commit is contained in:
Pieter Vander Vennet 2020-10-19 12:08:42 +02:00
parent 1e0a1fdf97
commit 99225957cc
15 changed files with 406 additions and 38 deletions

View file

@ -114,6 +114,12 @@ export default class PublicHolidayInput extends InputElement<string> {
mode: "off"
}
}
if(str === "PH open"){
return {
mode: "open"
}
}
if (!str.startsWith("PH ")) {
return null;