css test for tablefield

This commit is contained in:
2023-06-18 23:53:18 +02:00
parent 71b72cb231
commit 8df9fc6ecc
9 changed files with 95 additions and 104 deletions
@@ -0,0 +1,15 @@
{#
/**
* @file
* Default theme implementation of an image.
*
* Available variables:
* - attributes: HTML attributes for the img tag.
* - style_name: (optional) The name of the image style applied.
*
* @see template_preprocess_image()
*
* @ingroup themeable
*/
#}
<img{{ attributes }} />