iqmosaic/pimcore-admin-ui-bundle

This is a UI bundle that allows for the direct uploading of documents to a data object.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:pimcore-bundle

0.1.2 2023-09-03 18:42 UTC

This package is auto-updated.

Last update: 2024-04-03 21:44:00 UTC


README

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],
]

Adding a Data Component to the Data Object class.

class-data-component.mp4

Uploading Document to the Data Object.

data-object-component-upload-pdf.mp4