Skip to content

How to override a node in an xml file of a ui_component

I have this xml file in some third party module having this content <?xml version=”1.0″ encoding=”UTF-8″?> <form xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Ui:etc/ui_configuration.xsd”> <fieldset name=”actions”> <field name=”simple_action”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”sortOrder” xsi:type=”number”>10</item> <item name=”template” xsi:type=”string”>Mexbs_ApBase/form/element/simple-action</item> </item> </argument> </field> <container name=”action_details”>… Read More »How to override a node in an xml file of a ui_component

admin grid form image was not upload with proper path in database

im trying to upload image from admin grid form,image was uploaded but not in proper path, here is my code, app/code/Magelearn/Customform/view/adminhtml/ui_component/mladmincustomform_customform_form.xml <field name=”image”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”dataType” xsi:type=”string”>string</item> <item name=”source” xsi:type=”string”>image</item> <item name=”label” xsi:type=”string” translate=”true”>Image</item> <item… Read More »admin grid form image was not upload with proper path in database

Rename export csv file

Is there a way to rename the default export.csv filename to another filename? I’m using the magento 2 export in my listing.xml