Skip to content

Commit

Permalink
NEW cwp/agency-extensions is now a requirement of the CWP watea theme…
Browse files Browse the repository at this point in the history
…, rather than a suggestion
  • Loading branch information
robbieaverill committed May 7, 2019
1 parent 0c0ecb3 commit 2573a3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
[![Packagist](https://img.shields.io/packagist/v/cwp/watea-theme.svg)](https://packagist.org/packages/cwp/watea-theme)
[![SilverStripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)

The [Wātea theme](https://github.com/silverstripe/cwp-watea-theme) can be installed on top of the [Starter theme](https://github.com/silverstripe/cwp-starter-theme) (see [cascading themes](https://docs.silverstripe.org/en/4/developer_guides/templates/themes)) to provide a more visually appealing start to a CWP website.
The [Wātea theme](https://github.com/silverstripe/cwp-watea-theme) can be installed on top of the
[Starter theme](https://github.com/silverstripe/cwp-starter-theme) (see
[cascading themes](https://docs.silverstripe.org/en/4/developer_guides/templates/themes)) to provide a more visually
appealing start to a CWP website.

![Screenshot](docs/images/screenshot.jpg)

Expand All @@ -18,18 +21,18 @@ 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](https://github.com/silverstripe/cwp/blob/master/docs/en/01_Working_with_projects/14_Using_the_Watea_theme.md).
You can find documentation on how to use this theme in the CWP Developer Documentation:
[Using the Wātea theme](https://github.com/silverstripe/cwp/blob/master/docs/en/01_Working_with_projects/14_Using_the_Watea_theme.md).

You may also find the documentation for the Starter theme useful: [Customising the starter theme](https://github.com/silverstripe/cwp/blob/master/docs/en/01_Working_with_projects/05_Customising_the_starter_theme.md).
You may also find the documentation for the Starter theme useful:
[Customising the starter theme](https://github.com/silverstripe/cwp/blob/master/docs/en/01_Working_with_projects/05_Customising_the_starter_theme.md).

## Requirements

* [Composer](https://getcomposer.org)
* `cwp/starter-theme`: The foundation theme for this subtheme, via Composer

## Suggested module

The [agency-extensions](https://github.com/silverstripe/cwp-agencyextensions) module provides additional functionality to the CMS for agency-style websites.
* [`cwp/agency-extensions`](https://github.com/silverstripe/cwp-agencyextensions): provides additional functionality
to the CMS for agency-style websites.

### Development requirements

Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"keywords": ["silverstripe", "theme", "cwp"],
"license": "BSD-3-Clause",
"require": {
"cwp/starter-theme": "^3.0@dev"
"cwp/starter-theme": "^3.0@dev",
"cwp/agency-extensions": "^2.0"
},
"extra": {
"installer-name": "watea",
Expand All @@ -16,8 +17,5 @@
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"cwp/agency-extensions": "Much of the functionality in this theme is enabled by this module"
}
"prefer-stable": true
}

0 comments on commit 2573a3d

Please sign in to comment.