yiisoft / yii-bootstrap5

Yii Framework Bootstrap 5 support
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
60 stars 20 forks source link

Fix `Breadcrumbs::homeLink()` disabled. #59

Closed terabytesoftw closed 2 years ago

terabytesoftw commented 2 years ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
vjik commented 2 years ago

Maybe better use private ?array $homeLink = ['label' => 'Home', 'url' => '/']; and set 'homeLink' => null for disable home link ?