master
parent
39b046ad42
commit
8ee125eba2
|
@ -68,8 +68,8 @@
|
||||||
"{{ $content->image}}"
|
"{{ $content->image}}"
|
||||||
|
|
||||||
],
|
],
|
||||||
"datePublished": "{{ $content->created_at}}",
|
"datePublished": "{{ $content->created_at}} UTC+01:00",
|
||||||
"dateModified": "{{ $content->updated_at}}"
|
"dateModified": "{{ $content->updated_at}} UTC+01:00"
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -183,6 +183,13 @@
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Code",
|
||||||
|
"type": "html",
|
||||||
|
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"id": "Background Pattern",
|
"id": "Background Pattern",
|
||||||
"name": "Hintergrund Pattern",
|
"name": "Hintergrund Pattern",
|
||||||
|
|
Loading…
Reference in New Issue