silverstripe / bambusa-theme
SilverStripe Bambusa theme
Installs: 1 760
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 18
Forks: 4
Open Issues: 24
Language:SCSS
Type:silverstripe-theme
Requires
- cwp/starter-theme: ^3.0.0
This package is auto-updated.
Last update: 2024-10-12 01:09:21 UTC
README
A theme based on Bootstrap 4, using a modified Watea theme as a starting point. It supports a few content blocks, and comes with a language switcher and search box.
In order to see this theme in action, check the silverstripe/bambusa-installer project, or create a demo on silverstripe.com/demo.
Installation
Install this theme module with Composer:
composer require silverstripe/bambusa-theme
Development requirements
- Node and NPM
- Laravel-Mix and Webpack (via NPM)
Versioning
This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with public
visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected
methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.