wieni / wmmedia
A media library for Drupal 8, built by Wieni
Installs: 10 175
Dependents: 0
Suggesters: 1
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 9
Type:drupal-module
Requires
- php: >=7.1
- ext-dom: *
- drupal/core: ^9.3 || ^10.0 || ^11.0
- drupal/entity_browser: ^2.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
- wieni/wmcodestyle: ^1.0
Suggests
- drupal/ckeditor5_entity_browser: Allows embedding media (files) in CKEditor 5 using Entity Browser
Conflicts
- drupal/ckeditor5_entity_browser: <1.0.2
- dev-main
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.7.20
- 1.7.19
- 1.7.18
- 1.7.17
- 1.7.16
- 1.7.15
- 1.7.14
- 1.7.13
- 1.7.12
- 1.7.11
- 1.7.10
- 1.7.9
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-media-usage-fix
- dev-dependabot/npm_and_yarn/assets/multi-978db22d76
- dev-dependabot/npm_and_yarn/assets/nunjucks-3.2.4
- dev-dependabot/npm_and_yarn/assets/multi-294c3ea49c
- dev-dependabot/npm_and_yarn/assets/babel/traverse-7.24.5
- dev-dependabot/npm_and_yarn/assets/browserify-sign-4.2.3
This package is auto-updated.
Last update: 2024-11-02 14:33:17 UTC
README
A media library for Drupal 8, built by Wieni
Why?
The wmmedia module provides custom fields, widgets and media browsers for both images and files.
- The image widget provides the possibility to overwrite image meta info (title, alt,description) on the field level.
- Inline linking of files inside the wysiwyg is supported in the media browser (<-> embedding files).
- Integration of media usage tracking (<-> file usage), the tracking includes in which entities and fields the media items are used.
Installation
This package requires PHP 7.1 and Drupal 8.5 or higher. It can be installed using Composer:
composer require wieni/wmmedia
How does it work?
- For images use the wmmedia image field.
- For files use the wmmedia widget on an entity reference field.
Changelog
All notable changes to this project will be documented in the CHANGELOG file.
Security
If you discover any security-related issues, please email security@wieni.be instead of using the issue tracker.
License
Distributed under the MIT License. See the LICENSE file for more information.