summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorInLaw <marsweb@gmx.de>2023-05-21 21:28:45 +0200
committerGitHub <noreply@github.com>2023-05-21 12:28:45 -0700
commit2db7ec622fc9d666590dd33a3d48818be9772c2d (patch)
treeac97372a38a6f24294eda57ca2a7170dea2fdb0e /docs
parente6dc8053bfb94063268fa56404ff076208dc6dc2 (diff)
tpl/tplimpl: Add img loading attribute to figure shortcode (#10927)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/content-management/shortcodes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/en/content-management/shortcodes.md b/docs/content/en/content-management/shortcodes.md
index 634444684..a9269c216 100644
--- a/docs/content/en/content-management/shortcodes.md
+++ b/docs/content/en/content-management/shortcodes.md
@@ -117,6 +117,9 @@ height
width
: `width` attribute of the image.
+loading
+: `loading` attribute of the image.
+
attr
: Image attribution text. Markdown within the value of `attr` will be rendered.