All Projects → silverstripe → cwp-watea-theme

silverstripe / cwp-watea-theme

Licence: BSD-3-Clause license
A more visually appealing example for starting a theme for a CWP website.

Programming Languages

SCSS
7915 projects
scheme
763 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cwp-watea-theme

silverstripe-apiwesome
A module for SilverStripe which will automatically create customisable JSON/XML feeds for your data objects (including pages), and provides a modular security token that can be used for other applications.
Stars: ✭ 13 (+0%)
Mutual labels:  silverstripe
silverstripe-cookie-consent
GDPR compliant cookie popup and consent checker
Stars: ✭ 16 (+23.08%)
Mutual labels:  silverstripe
silverstripe-mandrill
Mandrill integration for Silverstripe
Stars: ✭ 17 (+30.77%)
Mutual labels:  silverstripe
sliver
REPL for SilverStripe, powered by Psysh. Interactively debug and tinker with a sliver of your code.
Stars: ✭ 17 (+30.77%)
Mutual labels:  silverstripe
silverstripe-populate
Populate your database through YAML files
Stars: ✭ 23 (+76.92%)
Mutual labels:  silverstripe
silverstripe-smtp
Using PHPMailer in SilverStripe
Stars: ✭ 26 (+100%)
Mutual labels:  silverstripe
silverstripe-catalogmanager
Catalog administration via a LeftAndMain like interface. Lets you create and edit pages outside of the site tree
Stars: ✭ 36 (+176.92%)
Mutual labels:  silverstripe
silverstripe-svg
Basic SVG support for SilverStripe
Stars: ✭ 22 (+69.23%)
Mutual labels:  silverstripe
silverstripe-singlepageadmin
Single page administration via a LeftAndMain like interface.
Stars: ✭ 24 (+84.62%)
Mutual labels:  silverstripe
silverstripe-cloudflare
This module aims to relieve the stress of using CloudFlare caching with any SilverStripe project. Adds extension hooks that clears CloudFlares cache for a specific page when that page is published or unpublished
Stars: ✭ 23 (+76.92%)
Mutual labels:  silverstripe
Silverstripe-SEO
A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content
Stars: ✭ 41 (+215.38%)
Mutual labels:  silverstripe
silverstripe-base
A base module for my SilverStripe projects
Stars: ✭ 17 (+30.77%)
Mutual labels:  silverstripe
silverstripe-dashboard
Extendable dashboard for Silverstripe
Stars: ✭ 18 (+38.46%)
Mutual labels:  silverstripe
silverware-calendar
SilverWare Calendar Module
Stars: ✭ 15 (+15.38%)
Mutual labels:  silverstripe

CWP Wātea theme

CI Silverstripe supported module

The Wātea theme can be installed on top of the Starter theme (see cascading themes) to provide a more visually appealing start to a CWP website.

Screenshot

Installation

Install this theme module with Composer:

composer require cwp/watea-theme

Documentation

You can find documentation on how to use this theme in the CWP Developer Documentation: Using the Wātea theme.

You may also find the documentation for the Starter theme useful: Customising the starter theme.

Requirements

  • Composer
  • cwp/starter-theme: The foundation theme for this subtheme, via Composer
  • cwp/agency-extensions: provides additional functionality to the CMS for agency-style websites.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].