File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ arguments:
99 preview : true
1010 always-open :
1111 class :
12+ body :
13+ type : string
14+ optional : false
15+ group : shortcode
16+ comment : Inner <accordion-item> elements for each panel.
1217example : |
1318 {{< accordion id="accordion-example" always-open="true" >}}
1419 {{< accordion-item title="First item" show="true" >}}
Original file line number Diff line number Diff line change @@ -90,5 +90,9 @@ arguments:
9090 for active/inactive buttons.
9191 deprecated : v1.0.0
9292 alternative : collapse-id
93+ body :
94+ type : string
95+ optional : false
96+ comment : Label text of the button.
9397example : |
9498 {{< button color="primary" href="/docs/" button-size="sm" >}}Learn more{{< /button >}}
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ arguments:
179179 min : 1
180180 deprecated : v1.0.0
181181 alternative : limit
182+ body :
183+ type : string
184+ optional : false
185+ group : shortcode
186+ comment : Inner <card> elements for each card.
182187example : |
183188 {{< card-group cols="3" >}}
184189 {{< card path="/blog/post-1" >}}
Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ arguments:
5151 comment : Flag to enable word wrapping of tab titles.
5252 deprecated : v1.0.0
5353 alternative : word-wrap
54+ body :
55+ type : string
56+ optional : false
57+ group : shortcode
58+ comment : Inner <nav-item> elements for each tab or pill.
5459example : |
5560 {{< nav tab-type="tabs" id="tabs-example" >}}
5661 {{< nav-item title="Tab #1" show="true" >}}
You can’t perform that action at this time.
0 commit comments