diff --git a/Repeater.md b/Repeater.md index 7a4d603..0f43ca7 100644 --- a/Repeater.md +++ b/Repeater.md @@ -56,6 +56,7 @@ $slider 'max' => 7, 'button_label' => 'Add Slide', 'layout' => 'block', + 'collapsed' => 'title', ]) ->addText('title') ->addWysiwyg('content'); @@ -77,4 +78,4 @@ $slider ->endRepeater() ->addImage('background_image'); ``` -Here there is the ability to add 1 or 2 columns of content within each slide. Notice the use of `endRepeater()` which will tell the builder to stop adding fields to the repeater when chaining methods together. Essentially allowing the chain to traverse back up a level. \ No newline at end of file +Here there is the ability to add 1 or 2 columns of content within each slide. Notice the use of `endRepeater()` which will tell the builder to stop adding fields to the repeater when chaining methods together. Essentially allowing the chain to traverse back up a level.