[repeatable] – Repeatable BBCode

[repeatable repeat_button="Add" remove_button="Remove" repeat_label="no" separator="no"]
Text
[/repeatable]


Repeatable content.

Attributes:

AttributeExamplesDescription
repeat_buttonrepeat_button="Add"
repeat_button="+"
Defines the repeat button label.
Optional.
remove_buttonremove_button="Remove"
remove_button="-"
Defines the remove button label.
Optional.
repeat_labelrepeat_label="yes"
repeat_label="no"
Defines if should repeat the label. Requires to have defined the label attribute.
Default: no.
Optional.
separatorseparator="yes"
separator="no"
Defines if should display a separator line between repeated content.
Default: no.
Optional.
labellabel="Group Label"Defines a label for the repeatable content.
Optional.
descdesc="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.