From 6db048b384ee85aa0cb8f49ee453ac80f5cafa05 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Sat, 31 Dec 2022 11:34:09 +0200 Subject: [PATCH] update src folder links (#67) --- src/Accordion.php | 4 ++-- src/ActiveField.php | 4 ++-- src/ActiveForm.php | 4 ++-- src/Alert.php | 4 ++-- src/BaseHtml.php | 4 ++-- src/BootstrapIconAsset.php | 4 ++-- src/BootstrapWidgetTrait.php | 4 ++-- src/Breadcrumbs.php | 4 ++-- src/Button.php | 4 ++-- src/ButtonDropdown.php | 4 ++-- src/ButtonGroup.php | 4 ++-- src/ButtonToolbar.php | 4 ++-- src/Carousel.php | 12 ++++++------ src/Dropdown.php | 4 ++-- src/Html.php | 4 ++-- src/InputWidget.php | 4 ++-- src/LinkPager.php | 8 ++++---- src/Modal.php | 8 ++++---- src/Nav.php | 4 ++-- src/NavBar.php | 4 ++-- src/Offcanvas.php | 6 +++--- src/Popover.php | 4 ++-- src/Progress.php | 4 ++-- src/Tabs.php | 4 ++-- src/Toast.php | 4 ++-- src/ToggleButtonGroup.php | 4 ++-- src/Widget.php | 4 ++-- src/messages/config.php | 4 ++-- 28 files changed, 65 insertions(+), 65 deletions(-) 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 title

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 title

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 @@