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 4e470c1 + f5e7cfe commit 4a13c67Copy full SHA for 4a13c67
app/code/Magento/Widget/Block/Adminhtml/Widget/Instance/Edit/Tab/Main.php
@@ -3,7 +3,7 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-
+declare(strict_types=1);
7
/**
8
* Widget Instance Main tab block
9
*
@@ -198,7 +198,7 @@ protected function _prepareForm()
198
'name' => 'sort_order',
199
'label' => __('Sort Order'),
200
'title' => __('Sort Order'),
201
- 'class' => '',
+ 'class' => 'validate-number',
202
'required' => false,
203
'note' => __('Sort Order of widget instances in the same container')
204
]
0 commit comments