cwp/agency-extensions

Base module for the default CWP theme to add features

Installs: 100 358

Dependents: 4

Suggesters: 0

Security: 0

Stars: 9

Watchers: 11

Forks: 11

Open Issues: 4

Type:silverstripe-vendormodule


README

CI Silverstripe supported module

This module provides some added configuration and underlying functionality that may be useful to allow clients/agencies to adjust website functionality theirselves, or to provide additional functionality that may not always be required for a CWP project. It provides the content management side of the functionality provided by the Watea theme (specifically the Carousel).

Summary of contents

This module provides the following (may not be a definitive list):

  • Theme colour picker. Allows CMS users to adjust the colours of different areas of their site without requiring developer intervention
  • Carousel/hero image for the home page
  • Customise search results labels from SiteConfig
  • Upload custom header and footer logos from SiteConfig
  • Upload custom favicon and Apple touch logos from SiteConfig
  • Customisable theme colours in site settings

Installation

This module will automatically be installed along with either the "default" or Wātea CWP themes.

If you want to install this module on its own you can do so with Composer:

composer require cwp/agency-extensions

Documentation

Features

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.