_contact-block-link
Information
- Folder
src/components/elements/contact-block/_contact-block-link
Files
Schema
$schema: http://json-schema.org/draft-07/schema
$id: /elements/contact-block/_contact-block-link
additionalProperties: false
type: object
required:
- url
- value
properties:
url:
type: string
value:
type: string
Mocks
$hidden: true
$variants:
- $name: telephone
url: tel:08035964770
value: 'T: 08035 964770'
- $name: email
url: mailto:post@kroiher-fenster.de
value: post@kroiher-fenster.de
- $name: website
url: https://www.kroiher-fenster.de
value: www.kroiher-fenster.de
Template
<a href="{{ url }}">{{ value }}</a>
Variants