image-anchor.html.twig in Drupal 10
Same filename in this branch
Same filename and directory in other branches
Theme override for a 3x3 grid of checkboxes for image anchors.
Available variables:
- table: HTML for the table of image anchors.
See also
1 theme call to image-anchor.html.twig
- CropImageEffect::buildConfigurationForm in core/
modules/ image/ src/ Plugin/ ImageEffect/ CropImageEffect.php
File
core/themes/stable/templates/admin/image-anchor.html.twigView source
- {#
- /**
- * @file
- * Theme override for a 3x3 grid of checkboxes for image anchors.
- *
- * Available variables:
- * - table: HTML for the table of image anchors.
- *
- * @see template_preprocess_image_anchor()
- */
- #}
- {{ table }}