display_builder-1.0.x-dev/components/fullscreen_button/fullscreen_button.twig
components/fullscreen_button/fullscreen_button.twig
{% set attributes = attributes.setAttribute('id', 'db-button-fullscreen-' ~ random()) %}
{% set attributes = attributes.setAttribute('data-set-fullscreen', true) %}
{% set attributes = keyboard ? attributes.setAttribute('data-keyboard', keyboard) : attributes %}
{% set attributes = title ? attributes.setAttribute('title', title) : attributes %}
{{ include('display_builder:button', {
attributes: attributes,
label: label,
icon: icon,
}, with_context: false) }}
