src/components/template-components/overlay-teaser
// src/components/template-components/overlay-teaser/schema.yaml
$schema: http://json-schema.org/draft-07/schema
$id: /template-components/overlay-teaser-handler
additionalProperties: false
required:
- api_url
properties:
api_url:
type: string
format: uri-reference
// src/components/template-components/overlay-teaser/mocks.yaml
api_url: url
// src/components/template-components/overlay-teaser/overlay-teaser.html.twig
<aside class="OverlayTeaser js-OverlayTeaser is-hidden Tracking--overlayTeaser" data-api-url="{{ api_url }}"></aside>