Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os2web/os2web_newsletter
https://github.com/os2web/os2web_newsletter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/os2web/os2web_newsletter
- Owner: OS2web
- Created: 2021-12-17T20:34:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T13:27:49.000Z (8 months ago)
- Last Synced: 2024-11-10T11:51:50.680Z (about 2 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS2Web Newsletter Drupal module
## Module purpose
The aim of to add Newsletter content types for newsletter generation.
## Additional settings
Settings are available under ```admin/config/system/os2web-newsletter```
* **URL for News ALL link** - URL to be used for All news link
* **URL for Events ALL link** - URL to be used for All events link## Install
1. Module is available to download via composer.
```
composer require os2web/os2web_newsletter
drush en os2web_newsletter
```## Update
Updating process for OS2Web News module is similar to usual Drupal 8 module.
Use Composer's built-in command for listing packages that have updates available:```
composer outdated os2web/os2web_newsletter
```## Automated testing and code quality
See [OS2Web testing and CI information](https://github.com/OS2Web/docs#testing-and-ci)## Contribution
Project is opened for new features and os course bugfixes.
If you have any suggestion or you found a bug in project, you are very welcome
to create an issue in github repository issue tracker.
For issue description there is expected that you will provide clear and
sufficient information about your feature request or bug report.### Code review policy
See [OS2Web code review policy](https://github.com/OS2Web/docs#code-review)### Git name convention
See [OS2Web git name convention](https://github.com/OS2Web/docs#git-guideline)