Skip to content

Commit bdf2d49

Browse files
author
Sergii Kovalenko
committed
MAGETWO-54790: [Github] Sections missing from Stores > Configuration > General > Design #5256
1 parent 43676a5 commit bdf2d49

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

app/code/Magento/Theme/view/adminhtml/web/js/form/component/robots-reset-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define([
1313
defaults: {
1414
customInstructionField: '${ $.parentName }.custom_instructions',
1515
label: '',
16-
buttonTpl: 'ui/form/element/button'
16+
buttonTpl: 'Magento_Theme/form/element/button'
1717
},
1818

1919
/**
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
/**
3+
* Copyright © 2016 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
-->
7+
<button type="button"
8+
click="action"
9+
disable="disabled"
10+
attr="'data-index': index">
11+
<span text="title">
12+
</span>
13+
</button>

0 commit comments

Comments
 (0)