File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
app/code/Magento/Theme/Model/Source
dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,21 @@ public function __construct(
63
63
64
64
/**
65
65
* Retrieves configuration data array.
66
+ * Example:
67
+ * ```
68
+ * ['Magento/backend' =>
69
+ * [
70
+ * 'parent_id' => NULL,
71
+ * 'theme_path' => 'Magento/backend',
72
+ * 'theme_title' => 'Magento 2 backend',
73
+ * 'preview_image' => NULL,
74
+ * 'is_featured' => '0',
75
+ * 'area' => 'adminhtml',
76
+ * 'type' => '0',
77
+ * 'code' => 'Magento/backend',
78
+ * ]
79
+ * ]
80
+ * ```
66
81
*
67
82
* @param string $path The path to theme configuration.
68
83
* @return array The data array with theme configurations.
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ private function validateSystemSection(array $config)
91
91
'test_sensitive ' ,
92
92
$ config ['system ' ]['default ' ]['web ' ]['test ' ]
93
93
);
94
-
95
94
}
96
95
97
96
/**
You can’t perform that action at this time.
0 commit comments