var/classes/definition_Blog.php line 329

Open in your IDE?
  1. <?php
  2. /**
  3. * Inheritance: no
  4. * Variants: no
  5. Fields Summary:
  6. - title [input]
  7. - subtitle [input]
  8. - categoriesRoot [manyToOneRelation]
  9. - articlesRoot [manyToOneRelation]
  10. - documentRootDe [manyToOneRelation]
  11. - documentRootEn [manyToOneRelation]
  12. - blogPathPrefix [input]
  13. */
  14. return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  15.    'id' => '2',
  16.    'name' => 'Blog',
  17.    'description' => '',
  18.    'creationDate' => 0,
  19.    'modificationDate' => 1653401646,
  20.    'userOwner' => 2,
  21.    'userModification' => 2,
  22.    'parentClass' => '',
  23.    'implementsInterfaces' => '',
  24.    'listingParentClass' => '',
  25.    'useTraits' => '',
  26.    'listingUseTraits' => '',
  27.    'encryption' => false,
  28.    'encryptedTables' => 
  29.   array (
  30.   ),
  31.    'allowInherit' => false,
  32.    'allowVariants' => false,
  33.    'showVariants' => false,
  34.    'fieldDefinitions' => 
  35.   array (
  36.   ),
  37.    'layoutDefinitions' => 
  38.   Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  39.      'fieldtype' => 'panel',
  40.      'layout' => NULL,
  41.      'border' => false,
  42.      'name' => 'pimcore_root',
  43.      'type' => NULL,
  44.      'region' => NULL,
  45.      'title' => NULL,
  46.      'width' => 0,
  47.      'height' => 0,
  48.      'collapsible' => false,
  49.      'collapsed' => false,
  50.      'bodyStyle' => NULL,
  51.      'datatype' => 'layout',
  52.      'permissions' => NULL,
  53.      'childs' => 
  54.     array (
  55.       => 
  56.       Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  57.          'fieldtype' => 'panel',
  58.          'layout' => NULL,
  59.          'border' => false,
  60.          'name' => 'Blog Einstellungen',
  61.          'type' => NULL,
  62.          'region' => NULL,
  63.          'title' => 'Blog Einstellungen',
  64.          'width' => '',
  65.          'height' => '',
  66.          'collapsible' => false,
  67.          'collapsed' => false,
  68.          'bodyStyle' => '',
  69.          'datatype' => 'layout',
  70.          'permissions' => NULL,
  71.          'childs' => 
  72.         array (
  73.           => 
  74.           Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  75.              'fieldtype' => 'input',
  76.              'width' => 850,
  77.              'defaultValue' => NULL,
  78.              'columnLength' => 190,
  79.              'regex' => '',
  80.              'unique' => false,
  81.              'showCharCount' => false,
  82.              'name' => 'title',
  83.              'title' => 'Blog Titel',
  84.              'tooltip' => '',
  85.              'mandatory' => false,
  86.              'noteditable' => false,
  87.              'index' => false,
  88.              'locked' => false,
  89.              'style' => '',
  90.              'permissions' => NULL,
  91.              'datatype' => 'data',
  92.              'relationType' => false,
  93.              'invisible' => false,
  94.              'visibleGridView' => false,
  95.              'visibleSearch' => false,
  96.              'blockedVarsForExport' => 
  97.             array (
  98.             ),
  99.              'defaultValueGenerator' => '',
  100.           )),
  101.           => 
  102.           Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  103.              'fieldtype' => 'input',
  104.              'width' => 850,
  105.              'defaultValue' => NULL,
  106.              'columnLength' => 190,
  107.              'regex' => '',
  108.              'unique' => false,
  109.              'showCharCount' => false,
  110.              'name' => 'subtitle',
  111.              'title' => 'Blog Untertitel',
  112.              'tooltip' => '',
  113.              'mandatory' => false,
  114.              'noteditable' => false,
  115.              'index' => false,
  116.              'locked' => false,
  117.              'style' => '',
  118.              'permissions' => NULL,
  119.              'datatype' => 'data',
  120.              'relationType' => false,
  121.              'invisible' => false,
  122.              'visibleGridView' => false,
  123.              'visibleSearch' => false,
  124.              'blockedVarsForExport' => 
  125.             array (
  126.             ),
  127.              'defaultValueGenerator' => '',
  128.           )),
  129.           => 
  130.           Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  131.              'fieldtype' => 'manyToOneRelation',
  132.              'width' => 850,
  133.              'assetUploadPath' => '',
  134.              'relationType' => true,
  135.              'objectsAllowed' => true,
  136.              'assetsAllowed' => false,
  137.              'assetTypes' => 
  138.             array (
  139.             ),
  140.              'documentsAllowed' => false,
  141.              'documentTypes' => 
  142.             array (
  143.             ),
  144.              'classes' => 
  145.             array (
  146.               => 
  147.               array (
  148.                 'classes' => 'BlogCategory',
  149.               ),
  150.               => 
  151.               array (
  152.                 'classes' => 'folder',
  153.               ),
  154.             ),
  155.              'pathFormatterClass' => '',
  156.              'name' => 'categoriesRoot',
  157.              'title' => 'Kategorien Hauptverzeichnis',
  158.              'tooltip' => '',
  159.              'mandatory' => false,
  160.              'noteditable' => false,
  161.              'index' => false,
  162.              'locked' => false,
  163.              'style' => '',
  164.              'permissions' => NULL,
  165.              'datatype' => 'data',
  166.              'invisible' => false,
  167.              'visibleGridView' => false,
  168.              'visibleSearch' => false,
  169.              'blockedVarsForExport' => 
  170.             array (
  171.             ),
  172.           )),
  173.           => 
  174.           Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  175.              'fieldtype' => 'manyToOneRelation',
  176.              'width' => 850,
  177.              'assetUploadPath' => '',
  178.              'relationType' => true,
  179.              'objectsAllowed' => true,
  180.              'assetsAllowed' => false,
  181.              'assetTypes' => 
  182.             array (
  183.             ),
  184.              'documentsAllowed' => false,
  185.              'documentTypes' => 
  186.             array (
  187.             ),
  188.              'classes' => 
  189.             array (
  190.               => 
  191.               array (
  192.                 'classes' => 'folder',
  193.               ),
  194.               => 
  195.               array (
  196.                 'classes' => 'BlogArticle',
  197.               ),
  198.             ),
  199.              'pathFormatterClass' => '',
  200.              'name' => 'articlesRoot',
  201.              'title' => 'Artikel Hauptverzeichnis',
  202.              'tooltip' => '',
  203.              'mandatory' => false,
  204.              'noteditable' => false,
  205.              'index' => false,
  206.              'locked' => false,
  207.              'style' => '',
  208.              'permissions' => NULL,
  209.              'datatype' => 'data',
  210.              'invisible' => false,
  211.              'visibleGridView' => false,
  212.              'visibleSearch' => false,
  213.              'blockedVarsForExport' => 
  214.             array (
  215.             ),
  216.           )),
  217.           => 
  218.           Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  219.              'fieldtype' => 'manyToOneRelation',
  220.              'width' => 800,
  221.              'assetUploadPath' => '',
  222.              'relationType' => true,
  223.              'objectsAllowed' => false,
  224.              'assetsAllowed' => false,
  225.              'assetTypes' => 
  226.             array (
  227.             ),
  228.              'documentsAllowed' => true,
  229.              'documentTypes' => 
  230.             array (
  231.             ),
  232.              'classes' => 
  233.             array (
  234.             ),
  235.              'pathFormatterClass' => '',
  236.              'name' => 'documentRootDe',
  237.              'title' => 'Dokumenten-Root DE',
  238.              'tooltip' => '',
  239.              'mandatory' => false,
  240.              'noteditable' => false,
  241.              'index' => false,
  242.              'locked' => false,
  243.              'style' => '',
  244.              'permissions' => NULL,
  245.              'datatype' => 'data',
  246.              'invisible' => false,
  247.              'visibleGridView' => false,
  248.              'visibleSearch' => false,
  249.              'blockedVarsForExport' => 
  250.             array (
  251.             ),
  252.           )),
  253.           => 
  254.           Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  255.              'fieldtype' => 'manyToOneRelation',
  256.              'width' => 800,
  257.              'assetUploadPath' => '',
  258.              'relationType' => true,
  259.              'objectsAllowed' => false,
  260.              'assetsAllowed' => false,
  261.              'assetTypes' => 
  262.             array (
  263.             ),
  264.              'documentsAllowed' => true,
  265.              'documentTypes' => 
  266.             array (
  267.             ),
  268.              'classes' => 
  269.             array (
  270.             ),
  271.              'pathFormatterClass' => '',
  272.              'name' => 'documentRootEn',
  273.              'title' => 'Dokumenten-Root EN',
  274.              'tooltip' => '',
  275.              'mandatory' => false,
  276.              'noteditable' => false,
  277.              'index' => false,
  278.              'locked' => false,
  279.              'style' => '',
  280.              'permissions' => NULL,
  281.              'datatype' => 'data',
  282.              'invisible' => false,
  283.              'visibleGridView' => false,
  284.              'visibleSearch' => false,
  285.              'blockedVarsForExport' => 
  286.             array (
  287.             ),
  288.           )),
  289.           => 
  290.           Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  291.              'fieldtype' => 'input',
  292.              'width' => 800,
  293.              'defaultValue' => NULL,
  294.              'columnLength' => 190,
  295.              'regex' => '',
  296.              'unique' => false,
  297.              'showCharCount' => false,
  298.              'name' => 'blogPathPrefix',
  299.              'title' => 'Blog Pfad-Präfix (z.B. /blog)',
  300.              'tooltip' => '',
  301.              'mandatory' => false,
  302.              'noteditable' => false,
  303.              'index' => false,
  304.              'locked' => false,
  305.              'style' => '',
  306.              'permissions' => NULL,
  307.              'datatype' => 'data',
  308.              'relationType' => false,
  309.              'invisible' => false,
  310.              'visibleGridView' => false,
  311.              'visibleSearch' => false,
  312.              'blockedVarsForExport' => 
  313.             array (
  314.             ),
  315.              'defaultValueGenerator' => '',
  316.           )),
  317.         ),
  318.          'locked' => false,
  319.          'blockedVarsForExport' => 
  320.         array (
  321.         ),
  322.          'icon' => '',
  323.          'labelWidth' => 0,
  324.          'labelAlign' => 'left',
  325.       )),
  326.     ),
  327.      'locked' => false,
  328.      'blockedVarsForExport' => 
  329.     array (
  330.     ),
  331.      'icon' => NULL,
  332.      'labelWidth' => 100,
  333.      'labelAlign' => 'left',
  334.   )),
  335.    'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/globe.svg',
  336.    'previewUrl' => '',
  337.    'group' => '',
  338.    'showAppLoggerTab' => false,
  339.    'linkGeneratorReference' => '',
  340.    'previewGeneratorReference' => '',
  341.    'compositeIndices' => 
  342.   array (
  343.   ),
  344.    'generateTypeDeclarations' => true,
  345.    'showFieldLookup' => false,
  346.    'propertyVisibility' => 
  347.   array (
  348.     'grid' => 
  349.     array (
  350.       'id' => true,
  351.       'key' => false,
  352.       'path' => true,
  353.       'published' => true,
  354.       'modificationDate' => true,
  355.       'creationDate' => true,
  356.     ),
  357.     'search' => 
  358.     array (
  359.       'id' => true,
  360.       'key' => false,
  361.       'path' => true,
  362.       'published' => true,
  363.       'modificationDate' => true,
  364.       'creationDate' => true,
  365.     ),
  366.   ),
  367.    'enableGridLocking' => false,
  368.    'dao' => NULL,
  369.    'blockedVarsForExport' => 
  370.   array (
  371.   ),
  372. ));