Skip to content

adminhtml

Auto Added by WPeMatico

Issue with custom category attribute and category_form.xml layout. Data is not retrieved from database

Field that retrieves the data, but there is no label and the issue with width <field name=”custom_category_footer_description”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”class” xsi:type=”string”>MagentoCatalogUiComponentCategoryFormElementWysiwyg </item> <item name=”formElement” xsi:type=”string”>wysiwyg</item> <item name=”label” xsi:type=”string” translate=”true”>Custom Category Footer Description</item> <item name=”wysiwyg” xsi:type=”boolean”>true</item>… Read More »Issue with custom category attribute and category_form.xml layout. Data is not retrieved from database

Issue with category_form.xml layout. Data is not retrieved from database

Field that retrieves the data, but there is no label and the issue with width <field name=”custom_category_footer_description”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”class” xsi:type=”string”>MagentoCatalogUiComponentCategoryFormElementWysiwyg </item> <item name=”formElement” xsi:type=”string”>wysiwyg</item> <item name=”label” xsi:type=”string” translate=”true”>Custom Category Footer Description</item> <item name=”wysiwyg” xsi:type=”boolean”>true</item>… Read More »Issue with category_form.xml layout. Data is not retrieved from database

How to override adminhtml js file in custom module?

I need to override below file in my custom module Ayakil_CatalogPermissionsExtended vendor/magento/module-catalog-permissions/view/adminhtml/web/category_edit.js The custom module was created and placed the category_edit.js(/app/code/Ayakil/CatalogPermissionsExtended/view/adminhtml/web/js/category_edit.js) Content of requirejs-config.js is below var config = { config: { mixins: { ‘Magento_CatalogPermissions/js/category_edit’: { ‘Ayakil_CatalogPermissionsExtended/js/category_edit’: true } }… Read More »How to override adminhtml js file in custom module?