silverstripe/bambusa-theme

SilverStripe Bambusa theme

Installs: 1 705

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 17

Forks: 4

Open Issues: 24

Language:SCSS

Type:silverstripe-theme

dev-master 2023-01-04 09:30 UTC

README

Screenshot

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

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.