This repository was archived by the owner on May 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
templates/Syntro/SilverStripeElementalBootstrapListgroupSection/Elements Expand file tree Collapse file tree 2 files changed +3
-12
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.3 " ,
17+ "syntro/silverstripe-elemental-bootstrap-baseitems" : " >=0.4 " ,
1818 "syntro/silverstripe-elemental-icons" : " ^1"
1919 },
2020 "require-dev" : {
Original file line number Diff line number Diff line change 1+ <% include Syntro\SilverStripeElementalBaseitems\ContentBlock %>
2+
13<div class=" row justify-content-center text-center" >
2- <% if ShowTitle || Content %>
3- <div class=" {$ElementName}__contentholder col-12 col-md-10 col-lg-8 mb-4" >
4- <% if ShowTitle %>
5- <h2 class=" {$ElementName}__title mb-4" >$Title</h2>
6- <% end_if %>
7- <% if $Content %>
8- <p class=" {$ElementName}__content" >$Content</p>
9- <% end_if %>
10- </div>
11- <% end_if %>
12- <div class=" w-100" ></div>
134
145 <div class=" {$ElementName}__list-groupholder col-12" >
156 <ul class=" {$ElementName}__list-group list-group shadow" >
You can’t perform that action at this time.
0 commit comments