Skip to content

Commit 2eaa7f0

Browse files
authored
Update definitions (#533)
1 parent 782c8ef commit 2eaa7f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2870
-3503
lines changed

var/classes/definition_AccessoryPart.php

Lines changed: 115 additions & 153 deletions
Large diffs are not rendered by default.

var/classes/definition_BodyStyle.php

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
* -- name [input]
1010
*/
1111

12-
return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
12+
return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
1313
'dao' => NULL,
1414
'id' => 'BS',
1515
'name' => 'BodyStyle',
16+
'title' => '',
1617
'description' => '',
1718
'creationDate' => 0,
18-
'modificationDate' => 1683551625,
19+
'modificationDate' => 1693492485,
1920
'userOwner' => 2,
20-
'userModification' => 1,
21+
'userModification' => 2,
2122
'parentClass' => '',
2223
'implementsInterfaces' => '',
2324
'listingParentClass' => '',
@@ -30,11 +31,8 @@
3031
'allowInherit' => false,
3132
'allowVariants' => false,
3233
'showVariants' => false,
33-
'fieldDefinitions' =>
34-
array (
35-
),
3634
'layoutDefinitions' =>
37-
Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
35+
\Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
3836
'name' => 'pimcore_root',
3937
'type' => NULL,
4038
'region' => NULL,
@@ -45,37 +43,34 @@
4543
'collapsed' => false,
4644
'bodyStyle' => NULL,
4745
'datatype' => 'layout',
48-
'permissions' => NULL,
4946
'children' =>
5047
array (
5148
0 =>
52-
Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
49+
\Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
5350
'name' => 'Layout',
5451
'type' => NULL,
5552
'region' => NULL,
5653
'title' => '',
57-
'width' => NULL,
58-
'height' => NULL,
54+
'width' => 0,
55+
'height' => 0,
5956
'collapsible' => false,
6057
'collapsed' => false,
6158
'bodyStyle' => '',
6259
'datatype' => 'layout',
63-
'permissions' => NULL,
6460
'children' =>
6561
array (
6662
0 =>
67-
Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
63+
\Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
6864
'name' => 'localizedfields',
6965
'title' => '',
7066
'tooltip' => '',
7167
'mandatory' => false,
7268
'noteditable' => false,
73-
'index' => NULL,
69+
'index' => false,
7470
'locked' => false,
7571
'style' => '',
7672
'permissions' => NULL,
77-
'datatype' => 'data',
78-
'fieldtype' => 'localizedfields',
73+
'fieldtype' => '',
7974
'relationType' => false,
8075
'invisible' => false,
8176
'visibleGridView' => true,
@@ -86,7 +81,7 @@
8681
'children' =>
8782
array (
8883
0 =>
89-
Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
84+
\Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
9085
'name' => 'name',
9186
'title' => 'Name',
9287
'tooltip' => '',
@@ -96,16 +91,14 @@
9691
'locked' => false,
9792
'style' => '',
9893
'permissions' => NULL,
99-
'datatype' => 'data',
100-
'fieldtype' => 'input',
94+
'fieldtype' => '',
10195
'relationType' => false,
10296
'invisible' => false,
10397
'visibleGridView' => true,
10498
'visibleSearch' => true,
10599
'blockedVarsForExport' =>
106100
array (
107101
),
108-
'width' => NULL,
109102
'defaultValue' => NULL,
110103
'columnLength' => 190,
111104
'regex' => '',
@@ -114,13 +107,12 @@
114107
),
115108
'unique' => false,
116109
'showCharCount' => false,
110+
'width' => NULL,
117111
'defaultValueGenerator' => '',
118112
)),
119113
),
120114
'region' => NULL,
121115
'layout' => NULL,
122-
'width' => '',
123-
'height' => '',
124116
'maxTabs' => NULL,
125117
'border' => false,
126118
'provideSplitView' => false,
@@ -129,9 +121,11 @@
129121
'referencedFields' =>
130122
array (
131123
),
132-
'fieldDefinitionsCache' => NULL,
124+
'permissionView' => NULL,
125+
'permissionEdit' => NULL,
133126
'labelWidth' => 100,
134127
'labelAlign' => 'left',
128+
'fieldDefinitionsCache' => NULL,
135129
)),
136130
),
137131
'locked' => false,
@@ -158,15 +152,13 @@
158152
'labelAlign' => 'left',
159153
)),
160154
'icon' => '/bundles/pimcoreadmin/img/twemoji/1f4a0.svg',
161-
'previewUrl' => '',
162155
'group' => 'Product Data',
163156
'showAppLoggerTab' => false,
164157
'linkGeneratorReference' => '',
165-
'previewGeneratorReference' => NULL,
158+
'previewGeneratorReference' => '',
166159
'compositeIndices' =>
167160
array (
168161
),
169-
'generateTypeDeclarations' => true,
170162
'showFieldLookup' => false,
171163
'propertyVisibility' =>
172164
array (
@@ -195,6 +187,9 @@
195187
),
196188
'blockedVarsForExport' =>
197189
array (
190+
),
191+
'fieldDefinitionsCache' =>
192+
array (
198193
),
199194
'activeDispatchingEvents' =>
200195
array (

0 commit comments

Comments
 (0)