iqmosaic/pimcore-admin-ui-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-03