var/classes/definition_ChefSpecial.php line 424

Open in your IDE?
  1. <?php
  2. /**
  3.  * Inheritance: no
  4.  * Variants: no
  5.  *
  6.  * Fields Summary:
  7.  * - localizedfields [localizedfields]
  8.  * -- chef_name [input]
  9.  * -- designation [input]
  10.  * -- chief_note [textarea]
  11.  * -- quote [input]
  12.  * -- heading [input]
  13.  * - Achieve [block]
  14.  * -- localizedfields [localizedfields]
  15.  * --- achievements [input]
  16.  * - chef_special_recipe [manyToManyObjectRelation]
  17.  * - chef_image [image]
  18.  * - facebook [input]
  19.  * - twitter [input]
  20.  * - instagram [input]
  21.  * - youtube [input]
  22.  * - linkedin [input]
  23.  * - order [input]
  24.  */
  25. return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  26.    'dao' => NULL,
  27.    'id' => '30',
  28.    'name' => 'ChefSpecial',
  29.    'description' => '',
  30.    'creationDate' => 0,
  31.    'modificationDate' => 1671527221,
  32.    'userOwner' => 2,
  33.    'userModification' => 2,
  34.    'parentClass' => '',
  35.    'implementsInterfaces' => '',
  36.    'listingParentClass' => '',
  37.    'useTraits' => '',
  38.    'listingUseTraits' => '',
  39.    'encryption' => false,
  40.    'encryptedTables' => 
  41.   array (
  42.   ),
  43.    'allowInherit' => false,
  44.    'allowVariants' => false,
  45.    'showVariants' => false,
  46.    'fieldDefinitions' => 
  47.   array (
  48.   ),
  49.    'layoutDefinitions' => 
  50.   \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  51.      'name' => 'pimcore_root',
  52.      'type' => NULL,
  53.      'region' => NULL,
  54.      'title' => NULL,
  55.      'width' => 0,
  56.      'height' => 0,
  57.      'collapsible' => false,
  58.      'collapsed' => false,
  59.      'bodyStyle' => NULL,
  60.      'datatype' => 'layout',
  61.      'permissions' => NULL,
  62.      'children' => 
  63.     array (
  64.       => 
  65.       \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array(
  66.          'name' => 'Layout',
  67.          'type' => NULL,
  68.          'region' => NULL,
  69.          'title' => '',
  70.          'width' => '',
  71.          'height' => '',
  72.          'collapsible' => false,
  73.          'collapsed' => false,
  74.          'bodyStyle' => '',
  75.          'datatype' => 'layout',
  76.          'permissions' => NULL,
  77.          'children' => 
  78.         array (
  79.           => 
  80.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  81.              'name' => 'Layout',
  82.              'type' => NULL,
  83.              'region' => NULL,
  84.              'title' => 'Chef',
  85.              'width' => '',
  86.              'height' => '',
  87.              'collapsible' => false,
  88.              'collapsed' => false,
  89.              'bodyStyle' => '',
  90.              'datatype' => 'layout',
  91.              'permissions' => NULL,
  92.              'children' => 
  93.             array (
  94.               => 
  95.               \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  96.                  'name' => 'localizedfields',
  97.                  'title' => '',
  98.                  'tooltip' => '',
  99.                  'mandatory' => false,
  100.                  'noteditable' => false,
  101.                  'index' => NULL,
  102.                  'locked' => false,
  103.                  'style' => '',
  104.                  'permissions' => NULL,
  105.                  'datatype' => 'data',
  106.                  'fieldtype' => 'localizedfields',
  107.                  'relationType' => false,
  108.                  'invisible' => false,
  109.                  'visibleGridView' => true,
  110.                  'visibleSearch' => true,
  111.                  'blockedVarsForExport' => 
  112.                 array (
  113.                 ),
  114.                  'children' => 
  115.                 array (
  116.                   => 
  117.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  118.                      'name' => 'chef_name',
  119.                      'title' => 'Chef Name',
  120.                      'tooltip' => '',
  121.                      'mandatory' => false,
  122.                      'noteditable' => false,
  123.                      'index' => false,
  124.                      'locked' => false,
  125.                      'style' => '',
  126.                      'permissions' => NULL,
  127.                      'datatype' => 'data',
  128.                      'fieldtype' => 'input',
  129.                      'relationType' => false,
  130.                      'invisible' => false,
  131.                      'visibleGridView' => false,
  132.                      'visibleSearch' => false,
  133.                      'blockedVarsForExport' => 
  134.                     array (
  135.                     ),
  136.                      'width' => '',
  137.                      'defaultValue' => NULL,
  138.                      'columnLength' => 190,
  139.                      'regex' => '',
  140.                      'regexFlags' => 
  141.                     array (
  142.                     ),
  143.                      'unique' => false,
  144.                      'showCharCount' => false,
  145.                      'defaultValueGenerator' => '',
  146.                   )),
  147.                   => 
  148.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  149.                      'name' => 'designation',
  150.                      'title' => 'Title',
  151.                      'tooltip' => '',
  152.                      'mandatory' => false,
  153.                      'noteditable' => false,
  154.                      'index' => false,
  155.                      'locked' => false,
  156.                      'style' => '',
  157.                      'permissions' => NULL,
  158.                      'datatype' => 'data',
  159.                      'fieldtype' => 'input',
  160.                      'relationType' => false,
  161.                      'invisible' => false,
  162.                      'visibleGridView' => false,
  163.                      'visibleSearch' => false,
  164.                      'blockedVarsForExport' => 
  165.                     array (
  166.                     ),
  167.                      'width' => '',
  168.                      'defaultValue' => NULL,
  169.                      'columnLength' => 190,
  170.                      'regex' => '',
  171.                      'regexFlags' => 
  172.                     array (
  173.                     ),
  174.                      'unique' => false,
  175.                      'showCharCount' => false,
  176.                      'defaultValueGenerator' => '',
  177.                   )),
  178.                   => 
  179.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  180.                      'name' => 'chief_note',
  181.                      'title' => 'Chief Intro',
  182.                      'tooltip' => '',
  183.                      'mandatory' => false,
  184.                      'noteditable' => false,
  185.                      'index' => false,
  186.                      'locked' => false,
  187.                      'style' => '',
  188.                      'permissions' => NULL,
  189.                      'datatype' => 'data',
  190.                      'fieldtype' => 'textarea',
  191.                      'relationType' => false,
  192.                      'invisible' => false,
  193.                      'visibleGridView' => false,
  194.                      'visibleSearch' => false,
  195.                      'blockedVarsForExport' => 
  196.                     array (
  197.                     ),
  198.                      'width' => '',
  199.                      'height' => '',
  200.                      'maxLength' => NULL,
  201.                      'showCharCount' => false,
  202.                      'excludeFromSearchIndex' => false,
  203.                   )),
  204.                   => 
  205.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  206.                      'name' => 'quote',
  207.                      'title' => 'Quote',
  208.                      'tooltip' => '',
  209.                      'mandatory' => false,
  210.                      'noteditable' => false,
  211.                      'index' => false,
  212.                      'locked' => false,
  213.                      'style' => '',
  214.                      'permissions' => NULL,
  215.                      'datatype' => 'data',
  216.                      'fieldtype' => 'input',
  217.                      'relationType' => false,
  218.                      'invisible' => false,
  219.                      'visibleGridView' => false,
  220.                      'visibleSearch' => false,
  221.                      'blockedVarsForExport' => 
  222.                     array (
  223.                     ),
  224.                      'width' => '',
  225.                      'defaultValue' => NULL,
  226.                      'columnLength' => 190,
  227.                      'regex' => '',
  228.                      'regexFlags' => 
  229.                     array (
  230.                     ),
  231.                      'unique' => false,
  232.                      'showCharCount' => false,
  233.                      'defaultValueGenerator' => '',
  234.                   )),
  235.                   => 
  236.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  237.                      'name' => 'heading',
  238.                      'title' => 'Heading',
  239.                      'tooltip' => '',
  240.                      'mandatory' => false,
  241.                      'noteditable' => false,
  242.                      'index' => false,
  243.                      'locked' => false,
  244.                      'style' => '',
  245.                      'permissions' => NULL,
  246.                      'datatype' => 'data',
  247.                      'fieldtype' => 'input',
  248.                      'relationType' => false,
  249.                      'invisible' => false,
  250.                      'visibleGridView' => false,
  251.                      'visibleSearch' => false,
  252.                      'blockedVarsForExport' => 
  253.                     array (
  254.                     ),
  255.                      'width' => '',
  256.                      'defaultValue' => NULL,
  257.                      'columnLength' => 190,
  258.                      'regex' => '',
  259.                      'regexFlags' => 
  260.                     array (
  261.                     ),
  262.                      'unique' => false,
  263.                      'showCharCount' => false,
  264.                      'defaultValueGenerator' => '',
  265.                   )),
  266.                 ),
  267.                  'region' => NULL,
  268.                  'layout' => NULL,
  269.                  'width' => '',
  270.                  'height' => '',
  271.                  'maxTabs' => NULL,
  272.                  'border' => false,
  273.                  'provideSplitView' => false,
  274.                  'tabPosition' => NULL,
  275.                  'hideLabelsWhenTabsReached' => NULL,
  276.                  'referencedFields' => 
  277.                 array (
  278.                 ),
  279.                  'fieldDefinitionsCache' => NULL,
  280.                  'permissionView' => NULL,
  281.                  'permissionEdit' => NULL,
  282.                  'labelWidth' => 0,
  283.                  'labelAlign' => 'left',
  284.               )),
  285.               => 
  286.               \Pimcore\Model\DataObject\ClassDefinition\Data\Block::__set_state(array(
  287.                  'name' => 'Achieve',
  288.                  'title' => 'Achieve',
  289.                  'tooltip' => '',
  290.                  'mandatory' => false,
  291.                  'noteditable' => false,
  292.                  'index' => false,
  293.                  'locked' => false,
  294.                  'style' => '',
  295.                  'permissions' => NULL,
  296.                  'datatype' => 'data',
  297.                  'fieldtype' => 'block',
  298.                  'relationType' => false,
  299.                  'invisible' => false,
  300.                  'visibleGridView' => false,
  301.                  'visibleSearch' => false,
  302.                  'blockedVarsForExport' => 
  303.                 array (
  304.                 ),
  305.                  'lazyLoading' => false,
  306.                  'disallowAddRemove' => false,
  307.                  'disallowReorder' => false,
  308.                  'collapsible' => false,
  309.                  'collapsed' => false,
  310.                  'maxItems' => NULL,
  311.                  'styleElement' => '',
  312.                  'children' => 
  313.                 array (
  314.                   => 
  315.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  316.                      'name' => 'localizedfields',
  317.                      'title' => '',
  318.                      'tooltip' => '',
  319.                      'mandatory' => false,
  320.                      'noteditable' => false,
  321.                      'index' => NULL,
  322.                      'locked' => false,
  323.                      'style' => '',
  324.                      'permissions' => NULL,
  325.                      'datatype' => 'data',
  326.                      'fieldtype' => 'localizedfields',
  327.                      'relationType' => false,
  328.                      'invisible' => false,
  329.                      'visibleGridView' => true,
  330.                      'visibleSearch' => true,
  331.                      'blockedVarsForExport' => 
  332.                     array (
  333.                     ),
  334.                      'children' => 
  335.                     array (
  336.                       => 
  337.                       \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  338.                          'name' => 'achievements',
  339.                          'title' => 'Achievements',
  340.                          'tooltip' => '',
  341.                          'mandatory' => false,
  342.                          'noteditable' => false,
  343.                          'index' => false,
  344.                          'locked' => false,
  345.                          'style' => '',
  346.                          'permissions' => NULL,
  347.                          'datatype' => 'data',
  348.                          'fieldtype' => 'input',
  349.                          'relationType' => false,
  350.                          'invisible' => false,
  351.                          'visibleGridView' => false,
  352.                          'visibleSearch' => false,
  353.                          'blockedVarsForExport' => 
  354.                         array (
  355.                         ),
  356.                          'width' => '',
  357.                          'defaultValue' => NULL,
  358.                          'columnLength' => 190,
  359.                          'regex' => '',
  360.                          'regexFlags' => 
  361.                         array (
  362.                         ),
  363.                          'unique' => false,
  364.                          'showCharCount' => false,
  365.                          'defaultValueGenerator' => '',
  366.                       )),
  367.                     ),
  368.                      'region' => NULL,
  369.                      'layout' => NULL,
  370.                      'width' => '',
  371.                      'height' => '',
  372.                      'maxTabs' => NULL,
  373.                      'border' => false,
  374.                      'provideSplitView' => false,
  375.                      'tabPosition' => NULL,
  376.                      'hideLabelsWhenTabsReached' => NULL,
  377.                      'referencedFields' => 
  378.                     array (
  379.                     ),
  380.                      'fieldDefinitionsCache' => NULL,
  381.                      'permissionView' => NULL,
  382.                      'permissionEdit' => NULL,
  383.                      'labelWidth' => 0,
  384.                      'labelAlign' => 'left',
  385.                   )),
  386.                 ),
  387.                  'layout' => NULL,
  388.                  'referencedFields' => 
  389.                 array (
  390.                 ),
  391.                  'fieldDefinitionsCache' => NULL,
  392.               )),
  393.             ),
  394.              'locked' => false,
  395.              'blockedVarsForExport' => 
  396.             array (
  397.             ),
  398.              'fieldtype' => 'panel',
  399.              'layout' => NULL,
  400.              'border' => false,
  401.              'icon' => '',
  402.              'labelWidth' => 0,
  403.              'labelAlign' => 'left',
  404.           )),
  405.           => 
  406.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  407.              'name' => 'Layout',
  408.              'type' => NULL,
  409.              'region' => NULL,
  410.              'title' => 'Relations',
  411.              'width' => '',
  412.              'height' => '',
  413.              'collapsible' => false,
  414.              'collapsed' => false,
  415.              'bodyStyle' => '',
  416.              'datatype' => 'layout',
  417.              'permissions' => NULL,
  418.              'children' => 
  419.             array (
  420.               => 
  421.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  422.                  'name' => 'chef_special_recipe',
  423.                  'title' => 'Chef Special Reicpe',
  424.                  'tooltip' => '',
  425.                  'mandatory' => false,
  426.                  'noteditable' => false,
  427.                  'index' => false,
  428.                  'locked' => false,
  429.                  'style' => '',
  430.                  'permissions' => NULL,
  431.                  'datatype' => 'data',
  432.                  'fieldtype' => 'manyToManyObjectRelation',
  433.                  'relationType' => true,
  434.                  'invisible' => false,
  435.                  'visibleGridView' => false,
  436.                  'visibleSearch' => false,
  437.                  'blockedVarsForExport' => 
  438.                 array (
  439.                 ),
  440.                  'classes' => 
  441.                 array (
  442.                   => 
  443.                   array (
  444.                     'classes' => 'Recipe',
  445.                   ),
  446.                 ),
  447.                  'pathFormatterClass' => '',
  448.                  'width' => '',
  449.                  'height' => '',
  450.                  'maxItems' => NULL,
  451.                  'visibleFields' => 
  452.                 array (
  453.                 ),
  454.                  'allowToCreateNewObject' => false,
  455.                  'optimizedAdminLoading' => false,
  456.                  'enableTextSelection' => false,
  457.                  'visibleFieldDefinitions' => 
  458.                 array (
  459.                 ),
  460.               )),
  461.             ),
  462.              'locked' => false,
  463.              'blockedVarsForExport' => 
  464.             array (
  465.             ),
  466.              'fieldtype' => 'panel',
  467.              'layout' => NULL,
  468.              'border' => false,
  469.              'icon' => '',
  470.              'labelWidth' => 0,
  471.              'labelAlign' => 'left',
  472.           )),
  473.           => 
  474.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  475.              'name' => 'Layout',
  476.              'type' => NULL,
  477.              'region' => NULL,
  478.              'title' => 'Media',
  479.              'width' => '',
  480.              'height' => '',
  481.              'collapsible' => false,
  482.              'collapsed' => false,
  483.              'bodyStyle' => '',
  484.              'datatype' => 'layout',
  485.              'permissions' => NULL,
  486.              'children' => 
  487.             array (
  488.               => 
  489.               \Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array(
  490.                  'name' => 'chef_image',
  491.                  'title' => 'Chef Image',
  492.                  'tooltip' => '',
  493.                  'mandatory' => false,
  494.                  'noteditable' => false,
  495.                  'index' => false,
  496.                  'locked' => false,
  497.                  'style' => '',
  498.                  'permissions' => NULL,
  499.                  'datatype' => 'data',
  500.                  'fieldtype' => 'image',
  501.                  'relationType' => false,
  502.                  'invisible' => false,
  503.                  'visibleGridView' => false,
  504.                  'visibleSearch' => false,
  505.                  'blockedVarsForExport' => 
  506.                 array (
  507.                 ),
  508.                  'width' => '',
  509.                  'height' => '',
  510.                  'uploadPath' => '',
  511.               )),
  512.               => 
  513.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  514.                  'name' => 'facebook',
  515.                  'title' => 'Facebook',
  516.                  'tooltip' => '',
  517.                  'mandatory' => false,
  518.                  'noteditable' => false,
  519.                  'index' => false,
  520.                  'locked' => false,
  521.                  'style' => '',
  522.                  'permissions' => NULL,
  523.                  'datatype' => 'data',
  524.                  'fieldtype' => 'input',
  525.                  'relationType' => false,
  526.                  'invisible' => false,
  527.                  'visibleGridView' => false,
  528.                  'visibleSearch' => false,
  529.                  'blockedVarsForExport' => 
  530.                 array (
  531.                 ),
  532.                  'width' => '',
  533.                  'defaultValue' => NULL,
  534.                  'columnLength' => 190,
  535.                  'regex' => '',
  536.                  'regexFlags' => 
  537.                 array (
  538.                 ),
  539.                  'unique' => false,
  540.                  'showCharCount' => false,
  541.                  'defaultValueGenerator' => '',
  542.               )),
  543.               => 
  544.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  545.                  'name' => 'twitter',
  546.                  'title' => 'Twitter',
  547.                  'tooltip' => '',
  548.                  'mandatory' => false,
  549.                  'noteditable' => false,
  550.                  'index' => false,
  551.                  'locked' => false,
  552.                  'style' => '',
  553.                  'permissions' => NULL,
  554.                  'datatype' => 'data',
  555.                  'fieldtype' => 'input',
  556.                  'relationType' => false,
  557.                  'invisible' => false,
  558.                  'visibleGridView' => false,
  559.                  'visibleSearch' => false,
  560.                  'blockedVarsForExport' => 
  561.                 array (
  562.                 ),
  563.                  'width' => '',
  564.                  'defaultValue' => NULL,
  565.                  'columnLength' => 190,
  566.                  'regex' => '',
  567.                  'regexFlags' => 
  568.                 array (
  569.                 ),
  570.                  'unique' => false,
  571.                  'showCharCount' => false,
  572.                  'defaultValueGenerator' => '',
  573.               )),
  574.               => 
  575.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  576.                  'name' => 'instagram',
  577.                  'title' => 'Instagram',
  578.                  'tooltip' => '',
  579.                  'mandatory' => false,
  580.                  'noteditable' => false,
  581.                  'index' => false,
  582.                  'locked' => false,
  583.                  'style' => '',
  584.                  'permissions' => NULL,
  585.                  'datatype' => 'data',
  586.                  'fieldtype' => 'input',
  587.                  'relationType' => false,
  588.                  'invisible' => false,
  589.                  'visibleGridView' => false,
  590.                  'visibleSearch' => false,
  591.                  'blockedVarsForExport' => 
  592.                 array (
  593.                 ),
  594.                  'width' => '',
  595.                  'defaultValue' => NULL,
  596.                  'columnLength' => 190,
  597.                  'regex' => '',
  598.                  'regexFlags' => 
  599.                 array (
  600.                 ),
  601.                  'unique' => false,
  602.                  'showCharCount' => false,
  603.                  'defaultValueGenerator' => '',
  604.               )),
  605.               => 
  606.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  607.                  'name' => 'youtube',
  608.                  'title' => 'YouTube',
  609.                  'tooltip' => '',
  610.                  'mandatory' => false,
  611.                  'noteditable' => false,
  612.                  'index' => false,
  613.                  'locked' => false,
  614.                  'style' => '',
  615.                  'permissions' => NULL,
  616.                  'datatype' => 'data',
  617.                  'fieldtype' => 'input',
  618.                  'relationType' => false,
  619.                  'invisible' => false,
  620.                  'visibleGridView' => false,
  621.                  'visibleSearch' => false,
  622.                  'blockedVarsForExport' => 
  623.                 array (
  624.                 ),
  625.                  'width' => '',
  626.                  'defaultValue' => NULL,
  627.                  'columnLength' => 190,
  628.                  'regex' => '',
  629.                  'regexFlags' => 
  630.                 array (
  631.                 ),
  632.                  'unique' => false,
  633.                  'showCharCount' => false,
  634.                  'defaultValueGenerator' => '',
  635.               )),
  636.               => 
  637.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  638.                  'name' => 'linkedin',
  639.                  'title' => 'Linked in',
  640.                  'tooltip' => '',
  641.                  'mandatory' => false,
  642.                  'noteditable' => false,
  643.                  'index' => false,
  644.                  'locked' => false,
  645.                  'style' => '',
  646.                  'permissions' => NULL,
  647.                  'datatype' => 'data',
  648.                  'fieldtype' => 'input',
  649.                  'relationType' => false,
  650.                  'invisible' => false,
  651.                  'visibleGridView' => false,
  652.                  'visibleSearch' => false,
  653.                  'blockedVarsForExport' => 
  654.                 array (
  655.                 ),
  656.                  'width' => '',
  657.                  'defaultValue' => NULL,
  658.                  'columnLength' => 190,
  659.                  'regex' => '',
  660.                  'regexFlags' => 
  661.                 array (
  662.                 ),
  663.                  'unique' => false,
  664.                  'showCharCount' => false,
  665.                  'defaultValueGenerator' => '',
  666.               )),
  667.               => 
  668.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  669.                  'name' => 'order',
  670.                  'title' => 'order',
  671.                  'tooltip' => '',
  672.                  'mandatory' => false,
  673.                  'noteditable' => false,
  674.                  'index' => false,
  675.                  'locked' => false,
  676.                  'style' => '',
  677.                  'permissions' => NULL,
  678.                  'datatype' => 'data',
  679.                  'fieldtype' => 'input',
  680.                  'relationType' => false,
  681.                  'invisible' => false,
  682.                  'visibleGridView' => false,
  683.                  'visibleSearch' => false,
  684.                  'blockedVarsForExport' => 
  685.                 array (
  686.                 ),
  687.                  'width' => '',
  688.                  'defaultValue' => NULL,
  689.                  'columnLength' => 190,
  690.                  'regex' => '',
  691.                  'regexFlags' => 
  692.                 array (
  693.                 ),
  694.                  'unique' => false,
  695.                  'showCharCount' => false,
  696.                  'defaultValueGenerator' => '',
  697.               )),
  698.             ),
  699.              'locked' => false,
  700.              'blockedVarsForExport' => 
  701.             array (
  702.             ),
  703.              'fieldtype' => 'panel',
  704.              'layout' => NULL,
  705.              'border' => false,
  706.              'icon' => '',
  707.              'labelWidth' => 0,
  708.              'labelAlign' => 'left',
  709.           )),
  710.         ),
  711.          'locked' => false,
  712.          'blockedVarsForExport' => 
  713.         array (
  714.         ),
  715.          'fieldtype' => 'tabpanel',
  716.          'border' => false,
  717.          'tabPosition' => NULL,
  718.       )),
  719.     ),
  720.      'locked' => false,
  721.      'blockedVarsForExport' => 
  722.     array (
  723.     ),
  724.      'fieldtype' => 'panel',
  725.      'layout' => NULL,
  726.      'border' => false,
  727.      'icon' => NULL,
  728.      'labelWidth' => 100,
  729.      'labelAlign' => 'left',
  730.   )),
  731.    'icon' => '',
  732.    'previewUrl' => '',
  733.    'group' => '',
  734.    'showAppLoggerTab' => false,
  735.    'linkGeneratorReference' => '',
  736.    'previewGeneratorReference' => '',
  737.    'compositeIndices' => 
  738.   array (
  739.   ),
  740.    'generateTypeDeclarations' => true,
  741.    'showFieldLookup' => false,
  742.    'propertyVisibility' => 
  743.   array (
  744.     'grid' => 
  745.     array (
  746.       'id' => true,
  747.       'key' => false,
  748.       'path' => true,
  749.       'published' => true,
  750.       'modificationDate' => true,
  751.       'creationDate' => true,
  752.     ),
  753.     'search' => 
  754.     array (
  755.       'id' => true,
  756.       'key' => false,
  757.       'path' => true,
  758.       'published' => true,
  759.       'modificationDate' => true,
  760.       'creationDate' => true,
  761.     ),
  762.   ),
  763.    'enableGridLocking' => false,
  764.    'deletedDataComponents' => 
  765.   array (
  766.   ),
  767.    'blockedVarsForExport' => 
  768.   array (
  769.   ),
  770.    'activeDispatchingEvents' => 
  771.   array (
  772.   ),
  773. ));