src/components/template-components/paypal-error-lightbox
// src/components/template-components/paypal-error-lightbox/schema.yaml
$schema: http://json-schema.org/draft-07/schema
$id: /template-components/paypal-error-lightbox
// src/components/template-components/paypal-error-lightbox/paypal-error-lightbox.html.twig
{#
WARNING:
this template will be included to the forms via backend
since there is no sense include it on everypage via frontend
#}
{% include "@elements/lightbox/lightbox.html.twig" with {
id: "paypal-error",
class: "js-PaypalErrorLightbox",
title: "Paypal Fehler",
copy: "Bitte lesen Sie diese Seite",
link: {label: "– Klicken Sie hier, um die Seite neu zu laden"},
hide_opener: true,
hide_close_button: true,
clickable_overlay: false
} only %}