diff --git a/src/Accordion.php b/src/Accordion.php index e9c83f2..607711d 100644 --- a/src/Accordion.php +++ b/src/Accordion.php @@ -1,8 +1,8 @@ [ * // the item contains only the image - * '', + * '', * // equivalent to the above - * ['content' => ''], + * ['content' => ''], * // the item contains both the image and the caption * [ - * 'content' => '', + * 'content' => '', * 'caption' => '
This is the caption text
', * 'captionOptions' => ['class' => ['d-none', 'd-md-block']] * 'options' => [...], @@ -61,7 +61,7 @@ class Carousel extends Widget * ```php * [ * // required, slide content (HTML), such as an image tag - * 'content' => '', + * 'content' => '', * // optional, the caption (HTML) of the slide * 'caption' => 'This is the caption text
', * // optional the HTML attributes of the slide container diff --git a/src/Dropdown.php b/src/Dropdown.php index 03afd37..4afca38 100644 --- a/src/Dropdown.php +++ b/src/Dropdown.php @@ -1,8 +1,8 @@