Text
[/repeatable]
Repeatable content.
Attributes:
| Attribute | Examples | Description |
| repeat_button | repeat_button="Add" repeat_button="+" | Defines the repeat button label. Optional. |
| remove_button | remove_button="Remove" remove_button="-" | Defines the remove button label. Optional. |
| repeat_label | repeat_label="yes" repeat_label="no" | Defines if should repeat the label. Requires to have defined the label attribute. Default: no. Optional. |
| separator | separator="yes" separator="no" | Defines if should display a separator line between repeated content. Default: no. Optional. |
| label | label="Group Label" | Defines a label for the repeatable content. Optional. |
| desc | desc="Group Description." | Defines a description for the repeatable content. Optional. |
| CONTENT* | [repeatable][/repeatable] | The content inside the BBCode will be the one that can get repeated. Accepts any kind of content: fields, BBCodes, tags even plain HTML. Required. |
This BBCode also supports common HTML attributes.