https://github.com/eaudeweb/edw_modules
A collection of Drupal modules to be used across projects
https://github.com/eaudeweb/edw_modules
Last synced: 4 months ago
JSON representation
A collection of Drupal modules to be used across projects
- Host: GitHub
- URL: https://github.com/eaudeweb/edw_modules
- Owner: eaudeweb
- Created: 2023-06-01T10:01:47.000Z (about 3 years ago)
- Default Branch: 2.x
- Last Pushed: 2026-02-02T15:38:59.000Z (5 months ago)
- Last Synced: 2026-02-03T04:35:42.948Z (4 months ago)
- Language: PHP
- Size: 50.5 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EDW Modules
A collection of custom modules
## Installation
Add
```
{
"type": "git",
"url": "https://github.com/eaudeweb/edw_modules.git"
}
```
Run
```composer require eaudeweb/edw_modules:^2.0```
### Changes since v2.5
#### edw_paragraphs_gallery
If you update from version 2.5 or below and the website is using paragraph
`edw_paragraphs_gallery` then you will need to replace path `@edw_paragraphs_gallery/components/edw-gallery.twig`
with `@edw_paragraphs_gallery/components/gallery/gallery.twig`.