thelogicstudio / elemental-showcaseblock
A Showcase block that is compatible with SilverStripe Elemental
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- dnadesign/silverstripe-elemental: ^4.7 || ^5.0.0
- silverstripe/admin: ^1.0 || ^2.0.4
- silverstripe/cms: ^4.3 || ^5.0.0
- silverstripe/elemental-bannerblock: ^2.0 || ^3.0.2
- silverstripe/framework: ^4.0 || ^5.0.0
README
A Showcase block that is compatible with SilverStripe Elemental. This can be used to make a sponsor logo carousel or a banner.
Installation
- Add these in your composer.json file.
"require": {
"dnadesign/silverstripe-elemental": "^5.0",
"undefinedoffset/sortablegridfield": "^2.2",
"thelogicstudio/elemental-showcaseblock": "*@dev"
},
"repositories": [
{ "type": "vcs", "url": "https://github.com/thelogicstudio/elemental-showcaseblock" }
],
- Install from Composer
composer{PHP VERSION} require thelogicstudio/elemental-showcaseblock
e.g: composer82 require thelogicstudio/elemental-showcaseblock
- Include the SCSS in YOUR-THEME/scss/bundle.scss
@import "thelogicstudio/elemental-showcaseblock/scss/_showcaseblock";
- Add this to elements.yml
Page:
extensions:
- DNADesign\Elemental\Extensions\ElementalPageExtension
Note you'll need the Composer vendor folder set up in includePaths
for SASS in your Gulpfile unless you are using the SS4-BASE-THEME.