iqmosaic/pimcore-admin-ui-bundle
最新稳定版本:0.1.3
Composer 安装命令:
composer require iqmosaic/pimcore-admin-ui-bundle
包简介
This is a UI bundle that allows for the direct uploading of documents to a data object.
README 文档
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
统计信息
- 总下载量: 119
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-03