src/components/patterns/form/form-orders-control
// src/components/patterns/form/form-orders-control/schema.yaml
$schema: http://json-schema.org/draft-07/schema#
$id: /patterns/form/form-orders-control
additionalProperties: false
properties:
content:
type: array
items:
type: string
format: html
required:
- content
// src/components/patterns/form/form-orders-control/mocks.yaml
content:
- $tpl: '@fsk/form/form-element'
$ref: '@fsk/form/form-element#submit'
children:
$tpl: '@fsk/form/form-element/input/input--submit'
$ref: '@fsk/form/form-element/input/input--submit'
attributes:
class: js-FskButton
// src/components/patterns/form/form-orders-control/form-orders-control.html.twig
{#
# This template won't be consumed by Drupal
#}
<form
data-limited-webform-page="0"
data-limited-webform="aktionspaket_formular_climate_em|3013"
data-limited-webform-endpoint="/api/limited-webform-state"
>
{% for item in content %}
{{ item|raw }}
{% endfor %}
</form>
{% include "@elements/lightbox/lightbox.html.twig" with {
title: "Order Control Fehler",
copy: "Bitte lesen Sie diese Seite",
hide_opener: true,
hide_close_button: true,
clickable_overlay: false
} only %}
Order Control Fehler