Fix translations, add opening hours to cycle themed objects
This commit is contained in:
parent
8c610d0c11
commit
62785aa4c4
2 changed files with 8 additions and 2 deletions
|
@ -907,8 +907,8 @@ export default class Translations {
|
||||||
"nl": "Gesloten"
|
"nl": "Gesloten"
|
||||||
}),
|
}),
|
||||||
ph_not_known: new T({
|
ph_not_known: new T({
|
||||||
"en": "unknown",
|
"en": " ",
|
||||||
"nl": "niet gekend"
|
"nl": " "
|
||||||
}),
|
}),
|
||||||
ph_closed: new T({
|
ph_closed: new T({
|
||||||
"en": "closed",
|
"en": "closed",
|
||||||
|
|
|
@ -47,6 +47,12 @@
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "email"
|
"key": "email"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"render": "{opening_hours_table(opening_hours)}",
|
||||||
|
"freeform": {
|
||||||
|
"key": "opening_hours"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||||
|
|
Loading…
Reference in a new issue