From a942ceef406e2f7dbc8a3129513b5f349d3b6ef3 Mon Sep 17 00:00:00 2001 From: InLaw Date: Sun, 21 May 2023 21:28:45 +0200 Subject: [PATCH] tpl/tplimpl: Add img loading attribute to figure shortcode (#10927) --- content/en/content-management/shortcodes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/content-management/shortcodes.md b/content/en/content-management/shortcodes.md index 634444684..a9269c216 100644 --- a/content/en/content-management/shortcodes.md +++ b/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.