iqmosaic/pimcore-admin-ui-bundle
not-reviewed
No Category
Detailsiqmosaic/pimcore-admin-ui-bundle
No Category
Project Summary
This is a UI bundle that allows for the direct uploading of documents to a data object.
Readme
Iqmosaic Admin UI Bundle for Pimcore 11.
The Pimcore 11 Admin UI Data Component Bundle—an advanced addition to your content management toolkit. This bundle significantly extends Pimcore's core functionality, enhancing the versatility and efficiency of your data and content management processes.
Currently, it includes one additional UI component for document uploading. Upcoming components will feature a Document Gallery (with GraphQL integration) and a Video Gallery.
Installation
To install the module via composer, run the appropriate composer command
composer require iqmosaic/pimcore-admin-ui-bundle:"^0.1.0"
and enable module in the config/bundles.php
by adding value to return array:
<?php
return [
....
Iqm\AdminUiBundle\IqmAdminUiBundle::class => ['all' => true],
]