contact
Information
- Folder
src/components/template-components/footer/contact
Files
Schema
$schema: http://json-schema.org/draft-07/schema
$id: /template-components/footer/contact
additionalProperties: false
type: object
required:
- content
properties:
content:
type: string
format: html
Mocks
content: >
<p>Via Gasters 1<br>39054 Auna di Sotto/Renon (BZ)<br>Italia</p>
<p><a href="+390471296611">+39 0471 296611</a><br><a
href="mailto:finstral@finstral.com">finstral@finstral.com</a></p>
Template
<div class="FooterContact">
{{ content }}
</div>
Variants