flowpack/media-ui
composer require flowpack/media-ui
This module allows managing media assets including pictures, videos, audio and documents.
0.3.0
- Requires
- neos/media: ^5.2 || ~7.0 || dev-master
- neos/neos: ^5.2 || ~7.0 || dev-master
- neos/neos-ui: ^5.2 || ~7.0 || dev-master
- t3n/graphql: ^2.1 || ^3.0
- t3n/graphql-upload: ^1.0 || ^2.0
- Suggest
- phpstan/phpstan: For running code quality checks
Readme excerpt
Neos Media UiThis package contains the new interface to manage media in Neos CMS (5.2+).
During the initial development the package will be in the Flowpack namespace and will later replace neos/media-browser. Having two modules allows us currently to install them both and be able to test them without losing features.
If you want to use Neos, please have a look at the Neos documentation.
InstallationRun the following command to install it:
composer require flowpack/media-ui What changes?This package will currently add a second media backend module called Media (new) and a new
media selection screen for asset and image editors.
The old media module will …
Read more
The same vendor provides 52 package(s).