serge0design/pimcore-custom-editables 问题修复 & 功能扩展

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

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

serge0design/pimcore-custom-editables

最新稳定版本:v1.0.0

Composer 安装命令:

composer require serge0design/pimcore-custom-editables

包简介

Enhance Pimcore 11 with these custom editables collection, featuring a custom ColorPicker- and RadioGroup- Editable.

README 文档

README

Enhance Pimcore 11 with these custom editables collection, featuring a custom ColorPicker- and RadioGroup- Editable.

Composer Installation

  • Execute: $ composer require serge0design/pimcore-custom-editables

Or add the code below to your composer.json:

"require": {
    "serge0design/pimcore-custom-editables": "^1.0",
}

Add the Bundle to the config/bundles.php:

return [
    SergeDesign\PimcoreCustomEditablesBundle\PimcoreCustomEditablesBundle::class => ['all' => true],
];

Example Area

This bundle includes a sample area that demonstrates all available options right at your fingertips. To gain a comprehensive understanding of how this bundle can be utilized within your project, simply incorporate the Twig example code provided below into your template. This will display an overview of the bundle's usage, allowing you to see the functionalities in action and how they can enhance your Pimcore experience.

Quick Start with Example Area

To get started, add the following Twig code snippet to your template. This will render the example area, showcasing the diverse capabilities and configurations of the bundle:

{{ pimcore_area('exampleArea', { 'type' : 'example-area'}) }}

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-04-02