![]() |
Re: Decorate XC module
Quote:
Thanks for the additional details. "Brief info" on Product tabs > New tab does not work, because it is defined by other form field class: Code:
\XLite\Module\XC\CustomProductTabs\View\FormField\Textarea\FroalaBriefInfo So, you want to change it as well. As for "Add product", it does not work because its textarea is defined by the Code:
\XLite\View\FormModel\Type\TextareaAdvancedType Code:
\Symfony\Component\Form\Extension\Core\Type\TextareaType FroalaEditor module uses Code:
\XLite\Module\XC\FroalaEditor\View\FormModel\Type\TextareaAdvancedType Code:
public function configureOptions(OptionsResolver $resolver) So, you should decorate Code:
\XLite\View\FormModel\Type\TextareaAdvancedType Code:
XLite\Module\Udg\Tweaks\View\FormField\Textarea\Advanced Code:
XLite\Module\XC\FroalaEditor\View\FormField\Textarea\Advanced Let me know if it makes sense to you. Tony |
Re: Decorate XC module
Thanks Tony, that worked.
|
All times are GMT -8. The time now is 05:54 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.