You are here

image-anchor.html.twig in Drupal 10

Theme override for a 3x3 grid of checkboxes for image anchors.

Available variables:

  • table: HTML for the table of image anchors.

File

core/themes/stable9/templates/admin/image-anchor.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a 3x3 grid of checkboxes for image anchors.
  5. *
  6. * Available variables:
  7. * - table: HTML for the table of image anchors.
  8. *
  9. * @see template_preprocess_image_anchor()
  10. */
  11. #}
  12. {{ table }}