This repository was archived by the owner on May 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
templates/Syntro/SilverStripeElementalBootstrapListgroupSection/Elements Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 1212use SilverStripe \Forms \GridField \GridFieldDeleteAction ;
1313use Symbiote \GridFieldExtensions \GridFieldOrderableRows ;
1414use SilverStripe \Forms \GridField \GridFieldDetailForm ;
15- use Syntro \ SilverStripeElementalBaseitems \ Elements \ BootstrapSectionBaseElement ;
15+ use DNADesign \ Elemental \ Models \ BaseElement ;
1616use 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 ' ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments