An open API service indexing awesome lists of open source software.

https://github.com/silverstripe/cwp

Common Web Platform (CWP) features module. We strongly recommend using it for all new CWP projects. Future features will be delivered here.
https://github.com/silverstripe/cwp

cwp hacktoberfest silverstripe

Last synced: over 1 year ago
JSON representation

Common Web Platform (CWP) features module. We strongly recommend using it for all new CWP projects. Future features will be delivered here.

Awesome Lists containing this project

README

          

# CWP features modules

[![CI](https://github.com/silverstripe/cwp/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/cwp/actions/workflows/ci.yml)

## Installation

```sh
composer require cwp/cwp
```

## Bugtracker

Bugs are tracked on [github.com](https://github.com/silverstripe/cwp/issues). Please read our
[issue reporting guidelines](https://docs.silverstripe.org/en/contributing/issues_and_bugs/).

## Contributing

If you would like to make changes to the Silverstripe core codebase, extra modules or the CWP core codebase, we have
an extensive [guide to contributing code](https://docs.silverstripe.org/en/contributing/code).

### Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com.
Newly added strings will be periodically uploaded there for translation, and any new translations will be merged
back to the project source code.

Please use https://www.transifex.com/silverstripe/silverstripe-cwp/ to contribute translations, rather than sending
pull requests with YAML files.

See the ["i18n" topic](https://docs.silverstripe.org/en/developer_guides/i18n/) on docs.silverstripe.org for more
details.