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.
1 parent 8488474 commit bf929aaCopy full SHA for bf929aa
app/code/Magento/Cms/Model/Page/DataProvider.php
@@ -113,32 +113,10 @@ public function getMeta()
113
if (!$this->auth->isAllowed('Magento_Cms::save_design')) {
114
$designMeta = [
115
'design' => [
116
- 'children' => [
117
- 'page_layout' => [
118
- 'arguments' => [
119
- 'data' => [
120
- 'config' => [
121
- 'disabled' => true,
122
- ]
123
124
125
- ],
126
- 'layout_update_xml' => [
127
128
129
130
131
132
133
134
135
- 'custom_theme' => [
136
137
138
139
140
141
+ 'arguments' => [
+ 'data' => [
+ 'config' => [
+ 'disabled' => true
142
]
143
144
0 commit comments