You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`thumbnail`: sdict with keys media, description, spoiler (optional)
52
52
53
+
###### Example
54
+
55
+
For brevity, this example shows both a button and a thumbnail within a single section, but only one of those accessories
56
+
can be used per section.
57
+
53
58
```yag
54
59
{{ $section := componentBuilder
55
60
"section" (sdict
@@ -199,7 +204,8 @@ Select menus for user options. see [cmenu](/docs/reference/templates/functions#c
199
204
200
205
### Interactive Components
201
206
202
-
Mix of buttons and menus, auto-distributed. see [cbutton](/docs/reference/templates/functions#cbutton)/[cmenu](/docs/reference/templates/functions#cmenu).
207
+
Mix of buttons and menus, auto-distributed. see [cbutton](/docs/reference/templates/functions#cbutton) and
0 commit comments