We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1f9c6b + 12a6551 commit 0f24567Copy full SHA for 0f24567
app/code/Magento/Backend/etc/module.xml
@@ -9,6 +9,7 @@
9
<module name="Magento_Backend">
10
<sequence>
11
<module name="Magento_Directory"/>
12
+ <module name="Magento_Theme"/>
13
</sequence>
14
</module>
15
</config>
app/code/Magento/Backend/view/adminhtml/ui_component/design_config_listing.xml
@@ -6,6 +6,7 @@
6
*/
7
-->
8
<listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
+ <listingToolbar name="listing_top" />
<columns name="design_config_columns">
<column name="theme_theme_id" component="Magento_Ui/js/grid/columns/select" sortOrder="40">
<settings>
0 commit comments