Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 91af4a5

Browse files
authored
change: use section (#1)
* change: use section * change: use new base version
1 parent a9a945a commit 91af4a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dnadesign/silverstripe-elemental": "^4",
1515
"gorriecoe/silverstripe-link": "^1",
1616
"gorriecoe/silverstripe-linkfield": "^1",
17-
"syntro/silverstripe-elemental-bootstrap-baseitems": "^0.1",
17+
"syntro/silverstripe-elemental-bootstrap-baseitems": "^0.2",
1818
"syntro/silverstripe-elemental-icons": "^1"
1919
},
2020
"require-dev": {

src/Elements/ListgroupSection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
use SilverStripe\Forms\GridField\GridFieldDeleteAction;
1313
use Symbiote\GridFieldExtensions\GridFieldOrderableRows;
1414
use SilverStripe\Forms\GridField\GridFieldDetailForm;
15-
use Syntro\SilverStripeElementalBaseitems\Elements\BootstrapSectionBaseElement;
15+
use DNADesign\Elemental\Models\BaseElement;
1616
use Syntro\SilverStripeElementalBootstrapListgroupSection\Model\ListgroupItem;
1717

1818
/**
1919
* Bootstrap based Listgroup section
2020
*
2121
* @author Matthias Leutenegger <hello@syntro.ch>
2222
*/
23-
class ListgroupSection extends BootstrapSectionBaseElement
23+
class ListgroupSection extends BaseElement
2424
{
2525

2626
private static $icon = 'elemental-icon-listgroup';

templates/Syntro/BootstrapElemental/Blocks/ListgroupSection.ss renamed to templates/Syntro/SilverStripeElementalBootstrapListgroupSection/Elements/ListgroupSection.ss

File renamed without changes.

0 commit comments

Comments
 (0)