File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
use Magento \Catalog \Model \Category \DataProvider ;
14
14
use Magento \Framework \Exception \NoSuchEntityException ;
15
- /** Sets the default value for Category Design Layout if provided */
15
+
16
+ /**
17
+ * Sets the default value for Category Design Layout if provided
18
+ */
16
19
class SetPageLayoutDefaultValue
17
20
{
18
21
private $ defaultValue ;
Original file line number Diff line number Diff line change 10
10
use Magento \Framework \App \Config \ScopeConfigInterface ;
11
11
use Magento \Framework \View \Element \UiComponent \ContextInterface ;
12
12
use Magento \Framework \View \Element \UiComponentFactory ;
13
- /** Field class has dynamic default value based on System Configuration path */
13
+
14
+ /**
15
+ * Field class has dynamic default value based on System Configuration path
16
+ */
14
17
class DefaultValue extends \Magento \Ui \Component \Form \Field
15
18
{
16
19
/**
You can’t perform that action at this time.
0 commit comments