serge0design/pimcore-custom-editables
not-reviewed
No Category
Detailsserge0design/pimcore-custom-editables
No Category
Project Summary
Readme
Pimcore CustomEditablesBundle
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'}) }}