Skip to content

Commit

Permalink
Update definitions (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse committed Sep 13, 2023
1 parent 782c8ef commit 2eaa7f0
Show file tree
Hide file tree
Showing 49 changed files with 2,870 additions and 3,503 deletions.
268 changes: 115 additions & 153 deletions var/classes/definition_AccessoryPart.php

Large diffs are not rendered by default.

47 changes: 21 additions & 26 deletions var/classes/definition_BodyStyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
* -- name [input]
*/

return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
'dao' => NULL,
'id' => 'BS',
'name' => 'BodyStyle',
'title' => '',
'description' => '',
'creationDate' => 0,
'modificationDate' => 1683551625,
'modificationDate' => 1693492485,
'userOwner' => 2,
'userModification' => 1,
'userModification' => 2,
'parentClass' => '',
'implementsInterfaces' => '',
'listingParentClass' => '',
Expand All @@ -30,11 +31,8 @@
'allowInherit' => false,
'allowVariants' => false,
'showVariants' => false,
'fieldDefinitions' =>
array (
),
'layoutDefinitions' =>
Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
\Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
'name' => 'pimcore_root',
'type' => NULL,
'region' => NULL,
Expand All @@ -45,37 +43,34 @@
'collapsed' => false,
'bodyStyle' => NULL,
'datatype' => 'layout',
'permissions' => NULL,
'children' =>
array (
0 =>
Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
\Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
'name' => 'Layout',
'type' => NULL,
'region' => NULL,
'title' => '',
'width' => NULL,
'height' => NULL,
'width' => 0,
'height' => 0,
'collapsible' => false,
'collapsed' => false,
'bodyStyle' => '',
'datatype' => 'layout',
'permissions' => NULL,
'children' =>
array (
0 =>
Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
\Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
'name' => 'localizedfields',
'title' => '',
'tooltip' => '',
'mandatory' => false,
'noteditable' => false,
'index' => NULL,
'index' => false,
'locked' => false,
'style' => '',
'permissions' => NULL,
'datatype' => 'data',
'fieldtype' => 'localizedfields',
'fieldtype' => '',
'relationType' => false,
'invisible' => false,
'visibleGridView' => true,
Expand All @@ -86,7 +81,7 @@
'children' =>
array (
0 =>
Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
\Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
'name' => 'name',
'title' => 'Name',
'tooltip' => '',
Expand All @@ -96,16 +91,14 @@
'locked' => false,
'style' => '',
'permissions' => NULL,
'datatype' => 'data',
'fieldtype' => 'input',
'fieldtype' => '',
'relationType' => false,
'invisible' => false,
'visibleGridView' => true,
'visibleSearch' => true,
'blockedVarsForExport' =>
array (
),
'width' => NULL,
'defaultValue' => NULL,
'columnLength' => 190,
'regex' => '',
Expand All @@ -114,13 +107,12 @@
),
'unique' => false,
'showCharCount' => false,
'width' => NULL,
'defaultValueGenerator' => '',
)),
),
'region' => NULL,
'layout' => NULL,
'width' => '',
'height' => '',
'maxTabs' => NULL,
'border' => false,
'provideSplitView' => false,
Expand All @@ -129,9 +121,11 @@
'referencedFields' =>
array (
),
'fieldDefinitionsCache' => NULL,
'permissionView' => NULL,
'permissionEdit' => NULL,
'labelWidth' => 100,
'labelAlign' => 'left',
'fieldDefinitionsCache' => NULL,
)),
),
'locked' => false,
Expand All @@ -158,15 +152,13 @@
'labelAlign' => 'left',
)),
'icon' => '/bundles/pimcoreadmin/img/twemoji/1f4a0.svg',
'previewUrl' => '',
'group' => 'Product Data',
'showAppLoggerTab' => false,
'linkGeneratorReference' => '',
'previewGeneratorReference' => NULL,
'previewGeneratorReference' => '',
'compositeIndices' =>
array (
),
'generateTypeDeclarations' => true,
'showFieldLookup' => false,
'propertyVisibility' =>
array (
Expand Down Expand Up @@ -195,6 +187,9 @@
),
'blockedVarsForExport' =>
array (
),
'fieldDefinitionsCache' =>
array (
),
'activeDispatchingEvents' =>
array (
Expand Down

0 comments on commit 2eaa7f0

Please sign in to comment.