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