var/classes/definition_Projecttype.php line 88

Open in your IDE?
  1. <?php
  2. /**
  3.  * Inheritance: no
  4.  * Variants: no
  5.  *
  6.  * Fields Summary:
  7.  * - siteId [numeric]
  8.  * - localizedfields [localizedfields]
  9.  * -- name [input]
  10.  * -- slug [input]
  11.  * -- title [input]
  12.  * -- subtitle [input]
  13.  * -- sectionIntroduceTitle [input]
  14.  * -- sectionProjectTitle [input]
  15.  * -- sectionBrandTitle [input]
  16.  * -- sectionBrandDescription [input]
  17.  * -- sectionNewsTitle [input]
  18.  * -- sectionPartnerTitle [input]
  19.  * -- newsCategorySlug [input]
  20.  * -- description [wysiwyg]
  21.  * - isProperty [checkbox]
  22.  * - isEcosystem [checkbox]
  23.  * - isShowFilter [checkbox]
  24.  * - colors [fieldcollections]
  25.  * - heroSlider [fieldcollections]
  26.  * - heroImage [image]
  27.  * - background [image]
  28.  * - brands [fieldcollections]
  29.  * - partners [fieldcollections]
  30.  */
  31. return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  32.    'dao' => NULL,
  33.    'id' => 'projecttype',
  34.    'name' => 'Projecttype',
  35.    'description' => '',
  36.    'creationDate' => 0,
  37.    'modificationDate' => 1766562134,
  38.    'userOwner' => 4,
  39.    'userModification' => 2,
  40.    'parentClass' => '',
  41.    'implementsInterfaces' => '',
  42.    'listingParentClass' => '',
  43.    'useTraits' => '',
  44.    'listingUseTraits' => '',
  45.    'encryption' => false,
  46.    'encryptedTables' => 
  47.   array (
  48.   ),
  49.    'allowInherit' => false,
  50.    'allowVariants' => false,
  51.    'showVariants' => false,
  52.    'fieldDefinitions' => 
  53.   array (
  54.   ),
  55.    'layoutDefinitions' => 
  56.   Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  57.      'name' => 'pimcore_root',
  58.      'type' => NULL,
  59.      'region' => NULL,
  60.      'title' => NULL,
  61.      'width' => 0,
  62.      'height' => 0,
  63.      'collapsible' => false,
  64.      'collapsed' => false,
  65.      'bodyStyle' => NULL,
  66.      'datatype' => 'layout',
  67.      'permissions' => NULL,
  68.      'children' => 
  69.     array (
  70.       => 
  71.       Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array(
  72.          'name' => 'Layout',
  73.          'type' => NULL,
  74.          'region' => NULL,
  75.          'title' => '',
  76.          'width' => '',
  77.          'height' => '',
  78.          'collapsible' => false,
  79.          'collapsed' => false,
  80.          'bodyStyle' => '',
  81.          'datatype' => 'layout',
  82.          'permissions' => NULL,
  83.          'children' => 
  84.         array (
  85.           => 
  86.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  87.              'name' => 'base',
  88.              'type' => NULL,
  89.              'region' => NULL,
  90.              'title' => 'Base',
  91.              'width' => '',
  92.              'height' => '',
  93.              'collapsible' => false,
  94.              'collapsed' => false,
  95.              'bodyStyle' => '',
  96.              'datatype' => 'layout',
  97.              'permissions' => NULL,
  98.              'children' => 
  99.             array (
  100.               => 
  101.               Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array(
  102.                  'name' => 'siteId',
  103.                  'title' => 'Site ID',
  104.                  'tooltip' => '',
  105.                  'mandatory' => false,
  106.                  'noteditable' => true,
  107.                  'index' => false,
  108.                  'locked' => false,
  109.                  'style' => '',
  110.                  'permissions' => NULL,
  111.                  'datatype' => 'data',
  112.                  'fieldtype' => 'numeric',
  113.                  'relationType' => false,
  114.                  'invisible' => true,
  115.                  'visibleGridView' => false,
  116.                  'visibleSearch' => false,
  117.                  'blockedVarsForExport' => 
  118.                 array (
  119.                 ),
  120.                  'width' => '',
  121.                  'defaultValue' => NULL,
  122.                  'integer' => true,
  123.                  'unsigned' => false,
  124.                  'minValue' => NULL,
  125.                  'maxValue' => NULL,
  126.                  'unique' => false,
  127.                  'decimalSize' => NULL,
  128.                  'decimalPrecision' => NULL,
  129.                  'defaultValueGenerator' => '',
  130.               )),
  131.               => 
  132.               Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  133.                  'name' => 'localizedfields',
  134.                  'title' => '',
  135.                  'tooltip' => '',
  136.                  'mandatory' => false,
  137.                  'noteditable' => false,
  138.                  'index' => NULL,
  139.                  'locked' => false,
  140.                  'style' => '',
  141.                  'permissions' => NULL,
  142.                  'datatype' => 'data',
  143.                  'fieldtype' => 'localizedfields',
  144.                  'relationType' => false,
  145.                  'invisible' => false,
  146.                  'visibleGridView' => true,
  147.                  'visibleSearch' => true,
  148.                  'blockedVarsForExport' => 
  149.                 array (
  150.                 ),
  151.                  'children' => 
  152.                 array (
  153.                   => 
  154.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  155.                      'name' => 'name',
  156.                      'title' => 'Name',
  157.                      'tooltip' => '',
  158.                      'mandatory' => false,
  159.                      'noteditable' => false,
  160.                      'index' => false,
  161.                      'locked' => false,
  162.                      'style' => '',
  163.                      'permissions' => NULL,
  164.                      'datatype' => 'data',
  165.                      'fieldtype' => 'input',
  166.                      'relationType' => false,
  167.                      'invisible' => false,
  168.                      'visibleGridView' => false,
  169.                      'visibleSearch' => false,
  170.                      'blockedVarsForExport' => 
  171.                     array (
  172.                     ),
  173.                      'width' => '',
  174.                      'defaultValue' => NULL,
  175.                      'columnLength' => 190,
  176.                      'regex' => '',
  177.                      'regexFlags' => 
  178.                     array (
  179.                     ),
  180.                      'unique' => false,
  181.                      'showCharCount' => false,
  182.                      'defaultValueGenerator' => '',
  183.                   )),
  184.                   => 
  185.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  186.                      'name' => 'slug',
  187.                      'title' => 'Slug',
  188.                      'tooltip' => '',
  189.                      'mandatory' => false,
  190.                      'noteditable' => true,
  191.                      'index' => false,
  192.                      'locked' => false,
  193.                      'style' => '',
  194.                      'permissions' => NULL,
  195.                      'datatype' => 'data',
  196.                      'fieldtype' => 'input',
  197.                      'relationType' => false,
  198.                      'invisible' => false,
  199.                      'visibleGridView' => false,
  200.                      'visibleSearch' => false,
  201.                      'blockedVarsForExport' => 
  202.                     array (
  203.                     ),
  204.                      'width' => '',
  205.                      'defaultValue' => NULL,
  206.                      'columnLength' => 190,
  207.                      'regex' => '',
  208.                      'regexFlags' => 
  209.                     array (
  210.                     ),
  211.                      'unique' => false,
  212.                      'showCharCount' => false,
  213.                      'defaultValueGenerator' => '',
  214.                   )),
  215.                 ),
  216.                  'region' => NULL,
  217.                  'layout' => NULL,
  218.                  'width' => '',
  219.                  'height' => '',
  220.                  'maxTabs' => NULL,
  221.                  'border' => false,
  222.                  'provideSplitView' => false,
  223.                  'tabPosition' => NULL,
  224.                  'hideLabelsWhenTabsReached' => NULL,
  225.                  'referencedFields' => 
  226.                 array (
  227.                   => 
  228.                   Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  229.                      'name' => 'localizedfields',
  230.                      'title' => '',
  231.                      'tooltip' => '',
  232.                      'mandatory' => false,
  233.                      'noteditable' => false,
  234.                      'index' => NULL,
  235.                      'locked' => false,
  236.                      'style' => '',
  237.                      'permissions' => NULL,
  238.                      'datatype' => 'data',
  239.                      'fieldtype' => 'localizedfields',
  240.                      'relationType' => false,
  241.                      'invisible' => false,
  242.                      'visibleGridView' => true,
  243.                      'visibleSearch' => true,
  244.                      'blockedVarsForExport' => 
  245.                     array (
  246.                     ),
  247.                      'children' => 
  248.                     array (
  249.                       => 
  250.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  251.                          'name' => 'title',
  252.                          'title' => 'Title',
  253.                          'tooltip' => '',
  254.                          'mandatory' => false,
  255.                          'noteditable' => false,
  256.                          'index' => false,
  257.                          'locked' => false,
  258.                          'style' => '',
  259.                          'permissions' => NULL,
  260.                          'datatype' => 'data',
  261.                          'fieldtype' => 'input',
  262.                          'relationType' => false,
  263.                          'invisible' => false,
  264.                          'visibleGridView' => false,
  265.                          'visibleSearch' => false,
  266.                          'blockedVarsForExport' => 
  267.                         array (
  268.                         ),
  269.                          'width' => '70%',
  270.                          'defaultValue' => NULL,
  271.                          'columnLength' => 190,
  272.                          'regex' => '',
  273.                          'regexFlags' => 
  274.                         array (
  275.                         ),
  276.                          'unique' => false,
  277.                          'showCharCount' => false,
  278.                          'defaultValueGenerator' => '',
  279.                       )),
  280.                       => 
  281.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  282.                          'name' => 'subtitle',
  283.                          'title' => 'Subtitle',
  284.                          'tooltip' => '',
  285.                          'mandatory' => false,
  286.                          'noteditable' => false,
  287.                          'index' => false,
  288.                          'locked' => false,
  289.                          'style' => '',
  290.                          'permissions' => NULL,
  291.                          'datatype' => 'data',
  292.                          'fieldtype' => 'input',
  293.                          'relationType' => false,
  294.                          'invisible' => false,
  295.                          'visibleGridView' => false,
  296.                          'visibleSearch' => false,
  297.                          'blockedVarsForExport' => 
  298.                         array (
  299.                         ),
  300.                          'width' => '70%',
  301.                          'defaultValue' => NULL,
  302.                          'columnLength' => 190,
  303.                          'regex' => '',
  304.                          'regexFlags' => 
  305.                         array (
  306.                         ),
  307.                          'unique' => false,
  308.                          'showCharCount' => false,
  309.                          'defaultValueGenerator' => '',
  310.                       )),
  311.                       => 
  312.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  313.                          'name' => 'sectionIntroduceTitle',
  314.                          'title' => 'Section Introduce Title',
  315.                          'tooltip' => '',
  316.                          'mandatory' => false,
  317.                          'noteditable' => false,
  318.                          'index' => false,
  319.                          'locked' => false,
  320.                          'style' => '',
  321.                          'permissions' => NULL,
  322.                          'datatype' => 'data',
  323.                          'fieldtype' => 'input',
  324.                          'relationType' => false,
  325.                          'invisible' => false,
  326.                          'visibleGridView' => false,
  327.                          'visibleSearch' => false,
  328.                          'blockedVarsForExport' => 
  329.                         array (
  330.                         ),
  331.                          'width' => '',
  332.                          'defaultValue' => NULL,
  333.                          'columnLength' => 190,
  334.                          'regex' => '',
  335.                          'regexFlags' => 
  336.                         array (
  337.                         ),
  338.                          'unique' => false,
  339.                          'showCharCount' => false,
  340.                          'defaultValueGenerator' => '',
  341.                       )),
  342.                       => 
  343.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  344.                          'name' => 'sectionProjectTitle',
  345.                          'title' => 'Section project title',
  346.                          'tooltip' => '',
  347.                          'mandatory' => false,
  348.                          'noteditable' => false,
  349.                          'index' => false,
  350.                          'locked' => false,
  351.                          'style' => '',
  352.                          'permissions' => NULL,
  353.                          'datatype' => 'data',
  354.                          'fieldtype' => 'input',
  355.                          'relationType' => false,
  356.                          'invisible' => false,
  357.                          'visibleGridView' => false,
  358.                          'visibleSearch' => false,
  359.                          'blockedVarsForExport' => 
  360.                         array (
  361.                         ),
  362.                          'width' => '70%',
  363.                          'defaultValue' => NULL,
  364.                          'columnLength' => 190,
  365.                          'regex' => '',
  366.                          'regexFlags' => 
  367.                         array (
  368.                         ),
  369.                          'unique' => false,
  370.                          'showCharCount' => false,
  371.                          'defaultValueGenerator' => '',
  372.                       )),
  373.                       => 
  374.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  375.                          'name' => 'sectionBrandTitle',
  376.                          'title' => 'Section Brand Title',
  377.                          'tooltip' => '',
  378.                          'mandatory' => false,
  379.                          'noteditable' => false,
  380.                          'index' => false,
  381.                          'locked' => false,
  382.                          'style' => '',
  383.                          'permissions' => NULL,
  384.                          'datatype' => 'data',
  385.                          'fieldtype' => 'input',
  386.                          'relationType' => false,
  387.                          'invisible' => false,
  388.                          'visibleGridView' => false,
  389.                          'visibleSearch' => false,
  390.                          'blockedVarsForExport' => 
  391.                         array (
  392.                         ),
  393.                          'width' => '70%',
  394.                          'defaultValue' => NULL,
  395.                          'columnLength' => 190,
  396.                          'regex' => '',
  397.                          'regexFlags' => 
  398.                         array (
  399.                         ),
  400.                          'unique' => false,
  401.                          'showCharCount' => false,
  402.                          'defaultValueGenerator' => '',
  403.                       )),
  404.                       => 
  405.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  406.                          'name' => 'sectionBrandDescription',
  407.                          'title' => 'Section brand description',
  408.                          'tooltip' => '',
  409.                          'mandatory' => false,
  410.                          'noteditable' => false,
  411.                          'index' => false,
  412.                          'locked' => false,
  413.                          'style' => '',
  414.                          'permissions' => NULL,
  415.                          'datatype' => 'data',
  416.                          'fieldtype' => 'input',
  417.                          'relationType' => false,
  418.                          'invisible' => false,
  419.                          'visibleGridView' => false,
  420.                          'visibleSearch' => false,
  421.                          'blockedVarsForExport' => 
  422.                         array (
  423.                         ),
  424.                          'width' => '70%',
  425.                          'defaultValue' => NULL,
  426.                          'columnLength' => 190,
  427.                          'regex' => '',
  428.                          'regexFlags' => 
  429.                         array (
  430.                         ),
  431.                          'unique' => false,
  432.                          'showCharCount' => false,
  433.                          'defaultValueGenerator' => '',
  434.                       )),
  435.                       => 
  436.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  437.                          'name' => 'sectionNewsTitle',
  438.                          'title' => 'Section news title',
  439.                          'tooltip' => '',
  440.                          'mandatory' => false,
  441.                          'noteditable' => false,
  442.                          'index' => false,
  443.                          'locked' => false,
  444.                          'style' => '',
  445.                          'permissions' => NULL,
  446.                          'datatype' => 'data',
  447.                          'fieldtype' => 'input',
  448.                          'relationType' => false,
  449.                          'invisible' => false,
  450.                          'visibleGridView' => false,
  451.                          'visibleSearch' => false,
  452.                          'blockedVarsForExport' => 
  453.                         array (
  454.                         ),
  455.                          'width' => '70%',
  456.                          'defaultValue' => NULL,
  457.                          'columnLength' => 190,
  458.                          'regex' => '',
  459.                          'regexFlags' => 
  460.                         array (
  461.                         ),
  462.                          'unique' => false,
  463.                          'showCharCount' => false,
  464.                          'defaultValueGenerator' => '',
  465.                       )),
  466.                       => 
  467.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  468.                          'name' => 'sectionPartnerTitle',
  469.                          'title' => 'Section partner title',
  470.                          'tooltip' => '',
  471.                          'mandatory' => false,
  472.                          'noteditable' => false,
  473.                          'index' => false,
  474.                          'locked' => false,
  475.                          'style' => '',
  476.                          'permissions' => NULL,
  477.                          'datatype' => 'data',
  478.                          'fieldtype' => 'input',
  479.                          'relationType' => false,
  480.                          'invisible' => false,
  481.                          'visibleGridView' => false,
  482.                          'visibleSearch' => false,
  483.                          'blockedVarsForExport' => 
  484.                         array (
  485.                         ),
  486.                          'width' => '70%',
  487.                          'defaultValue' => NULL,
  488.                          'columnLength' => 190,
  489.                          'regex' => '',
  490.                          'regexFlags' => 
  491.                         array (
  492.                         ),
  493.                          'unique' => false,
  494.                          'showCharCount' => false,
  495.                          'defaultValueGenerator' => '',
  496.                       )),
  497.                       => 
  498.                       Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  499.                          'name' => 'newsCategorySlug',
  500.                          'title' => 'News Category Slug',
  501.                          'tooltip' => 'đưa category slug Ä‘ã tạo cho các news thuá»™c hệ sinh thái vào Ä‘ây',
  502.                          'mandatory' => false,
  503.                          'noteditable' => false,
  504.                          'index' => false,
  505.                          'locked' => false,
  506.                          'style' => '',
  507.                          'permissions' => NULL,
  508.                          'datatype' => 'data',
  509.                          'fieldtype' => 'input',
  510.                          'relationType' => false,
  511.                          'invisible' => false,
  512.                          'visibleGridView' => false,
  513.                          'visibleSearch' => false,
  514.                          'blockedVarsForExport' => 
  515.                         array (
  516.                         ),
  517.                          'width' => '',
  518.                          'defaultValue' => NULL,
  519.                          'columnLength' => 190,
  520.                          'regex' => '',
  521.                          'regexFlags' => 
  522.                         array (
  523.                         ),
  524.                          'unique' => false,
  525.                          'showCharCount' => false,
  526.                          'defaultValueGenerator' => '',
  527.                       )),
  528.                       => 
  529.                       Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array(
  530.                          'name' => 'description',
  531.                          'title' => 'Description',
  532.                          'tooltip' => '',
  533.                          'mandatory' => false,
  534.                          'noteditable' => false,
  535.                          'index' => false,
  536.                          'locked' => false,
  537.                          'style' => '',
  538.                          'permissions' => NULL,
  539.                          'datatype' => 'data',
  540.                          'fieldtype' => 'wysiwyg',
  541.                          'relationType' => false,
  542.                          'invisible' => false,
  543.                          'visibleGridView' => false,
  544.                          'visibleSearch' => false,
  545.                          'blockedVarsForExport' => 
  546.                         array (
  547.                         ),
  548.                          'width' => '',
  549.                          'height' => '',
  550.                          'toolbarConfig' => '',
  551.                          'excludeFromSearchIndex' => false,
  552.                          'maxCharacters' => '',
  553.                       )),
  554.                     ),
  555.                      'region' => NULL,
  556.                      'layout' => NULL,
  557.                      'width' => '',
  558.                      'height' => '',
  559.                      'maxTabs' => NULL,
  560.                      'border' => false,
  561.                      'provideSplitView' => false,
  562.                      'tabPosition' => NULL,
  563.                      'hideLabelsWhenTabsReached' => NULL,
  564.                      'referencedFields' => 
  565.                     array (
  566.                     ),
  567.                      'fieldDefinitionsCache' => NULL,
  568.                      'permissionView' => NULL,
  569.                      'permissionEdit' => NULL,
  570.                      'labelWidth' => 200,
  571.                      'labelAlign' => 'left',
  572.                   )),
  573.                 ),
  574.                  'fieldDefinitionsCache' => NULL,
  575.                  'permissionView' => NULL,
  576.                  'permissionEdit' => NULL,
  577.                  'labelWidth' => 0,
  578.                  'labelAlign' => 'left',
  579.               )),
  580.               => 
  581.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  582.                  'name' => 'isProperty',
  583.                  'title' => 'Là dá»± Ã¡n bất Ä‘á»™ng sản?',
  584.                  'tooltip' => '',
  585.                  'mandatory' => false,
  586.                  'noteditable' => false,
  587.                  'index' => false,
  588.                  'locked' => false,
  589.                  'style' => '',
  590.                  'permissions' => NULL,
  591.                  'datatype' => 'data',
  592.                  'fieldtype' => 'checkbox',
  593.                  'relationType' => false,
  594.                  'invisible' => false,
  595.                  'visibleGridView' => false,
  596.                  'visibleSearch' => false,
  597.                  'blockedVarsForExport' => 
  598.                 array (
  599.                 ),
  600.                  'defaultValue' => NULL,
  601.                  'defaultValueGenerator' => '',
  602.               )),
  603.             ),
  604.              'locked' => false,
  605.              'blockedVarsForExport' => 
  606.             array (
  607.             ),
  608.              'fieldtype' => 'panel',
  609.              'layout' => NULL,
  610.              'border' => false,
  611.              'icon' => '',
  612.              'labelWidth' => 0,
  613.              'labelAlign' => 'left',
  614.           )),
  615.           => 
  616.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  617.              'name' => 'property settings',
  618.              'type' => NULL,
  619.              'region' => NULL,
  620.              'title' => 'property settings',
  621.              'width' => '',
  622.              'height' => '',
  623.              'collapsible' => false,
  624.              'collapsed' => false,
  625.              'bodyStyle' => '',
  626.              'datatype' => 'layout',
  627.              'permissions' => NULL,
  628.              'children' => 
  629.             array (
  630.               => 
  631.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  632.                  'name' => 'isEcosystem',
  633.                  'title' => 'Là hệ sinh thái',
  634.                  'tooltip' => 'Check vào Ä‘ây Ä‘ể Ä‘ánh dấu category cá»§a hệ sinh thái',
  635.                  'mandatory' => false,
  636.                  'noteditable' => false,
  637.                  'index' => false,
  638.                  'locked' => false,
  639.                  'style' => '',
  640.                  'permissions' => NULL,
  641.                  'datatype' => 'data',
  642.                  'fieldtype' => 'checkbox',
  643.                  'relationType' => false,
  644.                  'invisible' => false,
  645.                  'visibleGridView' => false,
  646.                  'visibleSearch' => false,
  647.                  'blockedVarsForExport' => 
  648.                 array (
  649.                 ),
  650.                  'defaultValue' => 0,
  651.                  'defaultValueGenerator' => '',
  652.               )),
  653.               => 
  654.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  655.                  'name' => 'isShowFilter',
  656.                  'title' => 'Hiển thị filter cho danh sách các dá»± Ã¡n',
  657.                  'tooltip' => 'Check vào Ä‘ây khi muốn ecosytem hiển thị filter cho dá»± Ã¡n
  658. và sẽ không load infinity cho danh sách dá»± Ã¡n mà navigate thẳng sang trang các dá»± Ã¡n',
  659.                  'mandatory' => false,
  660.                  'noteditable' => false,
  661.                  'index' => false,
  662.                  'locked' => false,
  663.                  'style' => '',
  664.                  'permissions' => NULL,
  665.                  'datatype' => 'data',
  666.                  'fieldtype' => 'checkbox',
  667.                  'relationType' => false,
  668.                  'invisible' => false,
  669.                  'visibleGridView' => false,
  670.                  'visibleSearch' => false,
  671.                  'blockedVarsForExport' => 
  672.                 array (
  673.                 ),
  674.                  'defaultValue' => 0,
  675.                  'defaultValueGenerator' => '',
  676.               )),
  677.               => 
  678.               Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array(
  679.                  'name' => 'colors',
  680.                  'title' => 'Colors',
  681.                  'tooltip' => '',
  682.                  'mandatory' => false,
  683.                  'noteditable' => false,
  684.                  'index' => false,
  685.                  'locked' => false,
  686.                  'style' => '',
  687.                  'permissions' => NULL,
  688.                  'datatype' => 'data',
  689.                  'fieldtype' => 'fieldcollections',
  690.                  'relationType' => false,
  691.                  'invisible' => false,
  692.                  'visibleGridView' => false,
  693.                  'visibleSearch' => false,
  694.                  'blockedVarsForExport' => 
  695.                 array (
  696.                 ),
  697.                  'allowedTypes' => 
  698.                 array (
  699.                   => 'ColorPicker',
  700.                 ),
  701.                  'lazyLoading' => true,
  702.                  'maxItems' => NULL,
  703.                  'disallowAddRemove' => false,
  704.                  'disallowReorder' => false,
  705.                  'collapsed' => false,
  706.                  'collapsible' => false,
  707.                  'border' => false,
  708.               )),
  709.               => 
  710.               Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array(
  711.                  'name' => 'heroSlider',
  712.                  'title' => 'Hero Slider',
  713.                  'tooltip' => '',
  714.                  'mandatory' => false,
  715.                  'noteditable' => false,
  716.                  'index' => false,
  717.                  'locked' => false,
  718.                  'style' => '',
  719.                  'permissions' => NULL,
  720.                  'datatype' => 'data',
  721.                  'fieldtype' => 'fieldcollections',
  722.                  'relationType' => false,
  723.                  'invisible' => false,
  724.                  'visibleGridView' => false,
  725.                  'visibleSearch' => false,
  726.                  'blockedVarsForExport' => 
  727.                 array (
  728.                 ),
  729.                  'allowedTypes' => 
  730.                 array (
  731.                   => 'AreaMedia',
  732.                 ),
  733.                  'lazyLoading' => true,
  734.                  'maxItems' => NULL,
  735.                  'disallowAddRemove' => false,
  736.                  'disallowReorder' => false,
  737.                  'collapsed' => false,
  738.                  'collapsible' => false,
  739.                  'border' => false,
  740.               )),
  741.               => 
  742.               Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array(
  743.                  'name' => 'heroImage',
  744.                  'title' => 'Hero Image',
  745.                  'tooltip' => '',
  746.                  'mandatory' => false,
  747.                  'noteditable' => false,
  748.                  'index' => false,
  749.                  'locked' => false,
  750.                  'style' => '',
  751.                  'permissions' => NULL,
  752.                  'datatype' => 'data',
  753.                  'fieldtype' => 'image',
  754.                  'relationType' => false,
  755.                  'invisible' => false,
  756.                  'visibleGridView' => false,
  757.                  'visibleSearch' => false,
  758.                  'blockedVarsForExport' => 
  759.                 array (
  760.                 ),
  761.                  'width' => '',
  762.                  'height' => '',
  763.                  'uploadPath' => '',
  764.               )),
  765.               => 
  766.               Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array(
  767.                  'name' => 'background',
  768.                  'title' => 'Background Image',
  769.                  'tooltip' => '',
  770.                  'mandatory' => false,
  771.                  'noteditable' => false,
  772.                  'index' => false,
  773.                  'locked' => false,
  774.                  'style' => '',
  775.                  'permissions' => NULL,
  776.                  'datatype' => 'data',
  777.                  'fieldtype' => 'image',
  778.                  'relationType' => false,
  779.                  'invisible' => false,
  780.                  'visibleGridView' => false,
  781.                  'visibleSearch' => false,
  782.                  'blockedVarsForExport' => 
  783.                 array (
  784.                 ),
  785.                  'width' => '',
  786.                  'height' => '',
  787.                  'uploadPath' => '',
  788.               )),
  789.               => 
  790.               Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  791.                  'name' => 'localizedfields',
  792.                  'title' => '',
  793.                  'tooltip' => '',
  794.                  'mandatory' => false,
  795.                  'noteditable' => false,
  796.                  'index' => NULL,
  797.                  'locked' => false,
  798.                  'style' => '',
  799.                  'permissions' => NULL,
  800.                  'datatype' => 'data',
  801.                  'fieldtype' => 'localizedfields',
  802.                  'relationType' => false,
  803.                  'invisible' => false,
  804.                  'visibleGridView' => true,
  805.                  'visibleSearch' => true,
  806.                  'blockedVarsForExport' => 
  807.                 array (
  808.                 ),
  809.                  'children' => 
  810.                 array (
  811.                   => 
  812.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  813.                      'name' => 'title',
  814.                      'title' => 'Title',
  815.                      'tooltip' => '',
  816.                      'mandatory' => false,
  817.                      'noteditable' => false,
  818.                      'index' => false,
  819.                      'locked' => false,
  820.                      'style' => '',
  821.                      'permissions' => NULL,
  822.                      'datatype' => 'data',
  823.                      'fieldtype' => 'input',
  824.                      'relationType' => false,
  825.                      'invisible' => false,
  826.                      'visibleGridView' => false,
  827.                      'visibleSearch' => false,
  828.                      'blockedVarsForExport' => 
  829.                     array (
  830.                     ),
  831.                      'width' => '70%',
  832.                      'defaultValue' => NULL,
  833.                      'columnLength' => 190,
  834.                      'regex' => '',
  835.                      'regexFlags' => 
  836.                     array (
  837.                     ),
  838.                      'unique' => false,
  839.                      'showCharCount' => false,
  840.                      'defaultValueGenerator' => '',
  841.                   )),
  842.                   => 
  843.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  844.                      'name' => 'subtitle',
  845.                      'title' => 'Subtitle',
  846.                      'tooltip' => '',
  847.                      'mandatory' => false,
  848.                      'noteditable' => false,
  849.                      'index' => false,
  850.                      'locked' => false,
  851.                      'style' => '',
  852.                      'permissions' => NULL,
  853.                      'datatype' => 'data',
  854.                      'fieldtype' => 'input',
  855.                      'relationType' => false,
  856.                      'invisible' => false,
  857.                      'visibleGridView' => false,
  858.                      'visibleSearch' => false,
  859.                      'blockedVarsForExport' => 
  860.                     array (
  861.                     ),
  862.                      'width' => '70%',
  863.                      'defaultValue' => NULL,
  864.                      'columnLength' => 190,
  865.                      'regex' => '',
  866.                      'regexFlags' => 
  867.                     array (
  868.                     ),
  869.                      'unique' => false,
  870.                      'showCharCount' => false,
  871.                      'defaultValueGenerator' => '',
  872.                   )),
  873.                   => 
  874.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  875.                      'name' => 'sectionIntroduceTitle',
  876.                      'title' => 'Section Introduce Title',
  877.                      'tooltip' => '',
  878.                      'mandatory' => false,
  879.                      'noteditable' => false,
  880.                      'index' => false,
  881.                      'locked' => false,
  882.                      'style' => '',
  883.                      'permissions' => NULL,
  884.                      'datatype' => 'data',
  885.                      'fieldtype' => 'input',
  886.                      'relationType' => false,
  887.                      'invisible' => false,
  888.                      'visibleGridView' => false,
  889.                      'visibleSearch' => false,
  890.                      'blockedVarsForExport' => 
  891.                     array (
  892.                     ),
  893.                      'width' => '',
  894.                      'defaultValue' => NULL,
  895.                      'columnLength' => 190,
  896.                      'regex' => '',
  897.                      'regexFlags' => 
  898.                     array (
  899.                     ),
  900.                      'unique' => false,
  901.                      'showCharCount' => false,
  902.                      'defaultValueGenerator' => '',
  903.                   )),
  904.                   => 
  905.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  906.                      'name' => 'sectionProjectTitle',
  907.                      'title' => 'Section project title',
  908.                      'tooltip' => '',
  909.                      'mandatory' => false,
  910.                      'noteditable' => false,
  911.                      'index' => false,
  912.                      'locked' => false,
  913.                      'style' => '',
  914.                      'permissions' => NULL,
  915.                      'datatype' => 'data',
  916.                      'fieldtype' => 'input',
  917.                      'relationType' => false,
  918.                      'invisible' => false,
  919.                      'visibleGridView' => false,
  920.                      'visibleSearch' => false,
  921.                      'blockedVarsForExport' => 
  922.                     array (
  923.                     ),
  924.                      'width' => '70%',
  925.                      'defaultValue' => NULL,
  926.                      'columnLength' => 190,
  927.                      'regex' => '',
  928.                      'regexFlags' => 
  929.                     array (
  930.                     ),
  931.                      'unique' => false,
  932.                      'showCharCount' => false,
  933.                      'defaultValueGenerator' => '',
  934.                   )),
  935.                   => 
  936.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  937.                      'name' => 'sectionBrandTitle',
  938.                      'title' => 'Section Brand Title',
  939.                      'tooltip' => '',
  940.                      'mandatory' => false,
  941.                      'noteditable' => false,
  942.                      'index' => false,
  943.                      'locked' => false,
  944.                      'style' => '',
  945.                      'permissions' => NULL,
  946.                      'datatype' => 'data',
  947.                      'fieldtype' => 'input',
  948.                      'relationType' => false,
  949.                      'invisible' => false,
  950.                      'visibleGridView' => false,
  951.                      'visibleSearch' => false,
  952.                      'blockedVarsForExport' => 
  953.                     array (
  954.                     ),
  955.                      'width' => '70%',
  956.                      'defaultValue' => NULL,
  957.                      'columnLength' => 190,
  958.                      'regex' => '',
  959.                      'regexFlags' => 
  960.                     array (
  961.                     ),
  962.                      'unique' => false,
  963.                      'showCharCount' => false,
  964.                      'defaultValueGenerator' => '',
  965.                   )),
  966.                   => 
  967.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  968.                      'name' => 'sectionBrandDescription',
  969.                      'title' => 'Section brand description',
  970.                      'tooltip' => '',
  971.                      'mandatory' => false,
  972.                      'noteditable' => false,
  973.                      'index' => false,
  974.                      'locked' => false,
  975.                      'style' => '',
  976.                      'permissions' => NULL,
  977.                      'datatype' => 'data',
  978.                      'fieldtype' => 'input',
  979.                      'relationType' => false,
  980.                      'invisible' => false,
  981.                      'visibleGridView' => false,
  982.                      'visibleSearch' => false,
  983.                      'blockedVarsForExport' => 
  984.                     array (
  985.                     ),
  986.                      'width' => '70%',
  987.                      'defaultValue' => NULL,
  988.                      'columnLength' => 190,
  989.                      'regex' => '',
  990.                      'regexFlags' => 
  991.                     array (
  992.                     ),
  993.                      'unique' => false,
  994.                      'showCharCount' => false,
  995.                      'defaultValueGenerator' => '',
  996.                   )),
  997.                   => 
  998.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  999.                      'name' => 'sectionNewsTitle',
  1000.                      'title' => 'Section news title',
  1001.                      'tooltip' => '',
  1002.                      'mandatory' => false,
  1003.                      'noteditable' => false,
  1004.                      'index' => false,
  1005.                      'locked' => false,
  1006.                      'style' => '',
  1007.                      'permissions' => NULL,
  1008.                      'datatype' => 'data',
  1009.                      'fieldtype' => 'input',
  1010.                      'relationType' => false,
  1011.                      'invisible' => false,
  1012.                      'visibleGridView' => false,
  1013.                      'visibleSearch' => false,
  1014.                      'blockedVarsForExport' => 
  1015.                     array (
  1016.                     ),
  1017.                      'width' => '70%',
  1018.                      'defaultValue' => NULL,
  1019.                      'columnLength' => 190,
  1020.                      'regex' => '',
  1021.                      'regexFlags' => 
  1022.                     array (
  1023.                     ),
  1024.                      'unique' => false,
  1025.                      'showCharCount' => false,
  1026.                      'defaultValueGenerator' => '',
  1027.                   )),
  1028.                   => 
  1029.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1030.                      'name' => 'sectionPartnerTitle',
  1031.                      'title' => 'Section partner title',
  1032.                      'tooltip' => '',
  1033.                      'mandatory' => false,
  1034.                      'noteditable' => false,
  1035.                      'index' => false,
  1036.                      'locked' => false,
  1037.                      'style' => '',
  1038.                      'permissions' => NULL,
  1039.                      'datatype' => 'data',
  1040.                      'fieldtype' => 'input',
  1041.                      'relationType' => false,
  1042.                      'invisible' => false,
  1043.                      'visibleGridView' => false,
  1044.                      'visibleSearch' => false,
  1045.                      'blockedVarsForExport' => 
  1046.                     array (
  1047.                     ),
  1048.                      'width' => '70%',
  1049.                      'defaultValue' => NULL,
  1050.                      'columnLength' => 190,
  1051.                      'regex' => '',
  1052.                      'regexFlags' => 
  1053.                     array (
  1054.                     ),
  1055.                      'unique' => false,
  1056.                      'showCharCount' => false,
  1057.                      'defaultValueGenerator' => '',
  1058.                   )),
  1059.                   => 
  1060.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1061.                      'name' => 'newsCategorySlug',
  1062.                      'title' => 'News Category Slug',
  1063.                      'tooltip' => 'đưa category slug Ä‘ã tạo cho các news thuá»™c hệ sinh thái vào Ä‘ây',
  1064.                      'mandatory' => false,
  1065.                      'noteditable' => false,
  1066.                      'index' => false,
  1067.                      'locked' => false,
  1068.                      'style' => '',
  1069.                      'permissions' => NULL,
  1070.                      'datatype' => 'data',
  1071.                      'fieldtype' => 'input',
  1072.                      'relationType' => false,
  1073.                      'invisible' => false,
  1074.                      'visibleGridView' => false,
  1075.                      'visibleSearch' => false,
  1076.                      'blockedVarsForExport' => 
  1077.                     array (
  1078.                     ),
  1079.                      'width' => '',
  1080.                      'defaultValue' => NULL,
  1081.                      'columnLength' => 190,
  1082.                      'regex' => '',
  1083.                      'regexFlags' => 
  1084.                     array (
  1085.                     ),
  1086.                      'unique' => false,
  1087.                      'showCharCount' => false,
  1088.                      'defaultValueGenerator' => '',
  1089.                   )),
  1090.                   => 
  1091.                   Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array(
  1092.                      'name' => 'description',
  1093.                      'title' => 'Description',
  1094.                      'tooltip' => '',
  1095.                      'mandatory' => false,
  1096.                      'noteditable' => false,
  1097.                      'index' => false,
  1098.                      'locked' => false,
  1099.                      'style' => '',
  1100.                      'permissions' => NULL,
  1101.                      'datatype' => 'data',
  1102.                      'fieldtype' => 'wysiwyg',
  1103.                      'relationType' => false,
  1104.                      'invisible' => false,
  1105.                      'visibleGridView' => false,
  1106.                      'visibleSearch' => false,
  1107.                      'blockedVarsForExport' => 
  1108.                     array (
  1109.                     ),
  1110.                      'width' => '',
  1111.                      'height' => '',
  1112.                      'toolbarConfig' => '',
  1113.                      'excludeFromSearchIndex' => false,
  1114.                      'maxCharacters' => '',
  1115.                   )),
  1116.                 ),
  1117.                  'region' => NULL,
  1118.                  'layout' => NULL,
  1119.                  'width' => '',
  1120.                  'height' => '',
  1121.                  'maxTabs' => NULL,
  1122.                  'border' => false,
  1123.                  'provideSplitView' => false,
  1124.                  'tabPosition' => NULL,
  1125.                  'hideLabelsWhenTabsReached' => NULL,
  1126.                  'referencedFields' => 
  1127.                 array (
  1128.                 ),
  1129.                  'fieldDefinitionsCache' => NULL,
  1130.                  'permissionView' => NULL,
  1131.                  'permissionEdit' => NULL,
  1132.                  'labelWidth' => 200,
  1133.                  'labelAlign' => 'left',
  1134.               )),
  1135.               => 
  1136.               Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array(
  1137.                  'name' => 'brands',
  1138.                  'title' => 'Brands',
  1139.                  'tooltip' => '',
  1140.                  'mandatory' => false,
  1141.                  'noteditable' => false,
  1142.                  'index' => false,
  1143.                  'locked' => false,
  1144.                  'style' => '',
  1145.                  'permissions' => NULL,
  1146.                  'datatype' => 'data',
  1147.                  'fieldtype' => 'fieldcollections',
  1148.                  'relationType' => false,
  1149.                  'invisible' => false,
  1150.                  'visibleGridView' => false,
  1151.                  'visibleSearch' => false,
  1152.                  'blockedVarsForExport' => 
  1153.                 array (
  1154.                 ),
  1155.                  'allowedTypes' => 
  1156.                 array (
  1157.                   => 'AlbumImages',
  1158.                 ),
  1159.                  'lazyLoading' => true,
  1160.                  'maxItems' => NULL,
  1161.                  'disallowAddRemove' => false,
  1162.                  'disallowReorder' => false,
  1163.                  'collapsed' => false,
  1164.                  'collapsible' => false,
  1165.                  'border' => false,
  1166.               )),
  1167.               => 
  1168.               Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array(
  1169.                  'name' => 'partners',
  1170.                  'title' => 'Partners',
  1171.                  'tooltip' => '',
  1172.                  'mandatory' => false,
  1173.                  'noteditable' => false,
  1174.                  'index' => false,
  1175.                  'locked' => false,
  1176.                  'style' => '',
  1177.                  'permissions' => NULL,
  1178.                  'datatype' => 'data',
  1179.                  'fieldtype' => 'fieldcollections',
  1180.                  'relationType' => false,
  1181.                  'invisible' => false,
  1182.                  'visibleGridView' => false,
  1183.                  'visibleSearch' => false,
  1184.                  'blockedVarsForExport' => 
  1185.                 array (
  1186.                 ),
  1187.                  'allowedTypes' => 
  1188.                 array (
  1189.                   => 'AlbumImages',
  1190.                 ),
  1191.                  'lazyLoading' => true,
  1192.                  'maxItems' => NULL,
  1193.                  'disallowAddRemove' => false,
  1194.                  'disallowReorder' => false,
  1195.                  'collapsed' => false,
  1196.                  'collapsible' => false,
  1197.                  'border' => false,
  1198.               )),
  1199.             ),
  1200.              'locked' => false,
  1201.              'blockedVarsForExport' => 
  1202.             array (
  1203.             ),
  1204.              'fieldtype' => 'panel',
  1205.              'layout' => NULL,
  1206.              'border' => false,
  1207.              'icon' => '',
  1208.              'labelWidth' => 200,
  1209.              'labelAlign' => 'left',
  1210.           )),
  1211.         ),
  1212.          'locked' => false,
  1213.          'blockedVarsForExport' => 
  1214.         array (
  1215.         ),
  1216.          'fieldtype' => 'tabpanel',
  1217.          'border' => false,
  1218.          'tabPosition' => NULL,
  1219.       )),
  1220.     ),
  1221.      'locked' => false,
  1222.      'blockedVarsForExport' => 
  1223.     array (
  1224.     ),
  1225.      'fieldtype' => 'panel',
  1226.      'layout' => NULL,
  1227.      'border' => false,
  1228.      'icon' => NULL,
  1229.      'labelWidth' => 100,
  1230.      'labelAlign' => 'left',
  1231.   )),
  1232.    'icon' => '',
  1233.    'previewUrl' => '',
  1234.    'group' => '',
  1235.    'showAppLoggerTab' => false,
  1236.    'linkGeneratorReference' => '',
  1237.    'previewGeneratorReference' => '',
  1238.    'compositeIndices' => 
  1239.   array (
  1240.   ),
  1241.    'generateTypeDeclarations' => true,
  1242.    'showFieldLookup' => false,
  1243.    'propertyVisibility' => 
  1244.   array (
  1245.     'grid' => 
  1246.     array (
  1247.       'id' => true,
  1248.       'key' => false,
  1249.       'path' => true,
  1250.       'published' => true,
  1251.       'modificationDate' => true,
  1252.       'creationDate' => true,
  1253.     ),
  1254.     'search' => 
  1255.     array (
  1256.       'id' => true,
  1257.       'key' => false,
  1258.       'path' => true,
  1259.       'published' => true,
  1260.       'modificationDate' => true,
  1261.       'creationDate' => true,
  1262.     ),
  1263.   ),
  1264.    'enableGridLocking' => false,
  1265.    'deletedDataComponents' => 
  1266.   array (
  1267.   ),
  1268.    'blockedVarsForExport' => 
  1269.   array (
  1270.   ),
  1271.    'activeDispatchingEvents' => 
  1272.   array (
  1273.   ),
  1274. ));