| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 | 
							- <?php
 
- return [
 
-     '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
 
-     'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new.yaml',
 
-     'modified' => 1533014916,
 
-     'data' => [
 
-         'rules' => [
 
-             'slug' => [
 
-                 'pattern' => '[a-zA-Zа-яA-Я0-9_\\-]+',
 
-                 'min' => 1,
 
-                 'max' => 200
 
-             ]
 
-         ],
 
-         'form' => [
 
-             'validation' => 'loose',
 
-             'fields' => [
 
-                 'section' => [
 
-                     'type' => 'section',
 
-                     'title' => 'PLUGIN_ADMIN.ADD_PAGE'
 
-                 ],
 
-                 'title' => [
 
-                     'type' => 'text',
 
-                     'label' => 'PLUGIN_ADMIN.PAGE_TITLE',
 
-                     'help' => 'PLUGIN_ADMIN.PAGE_TITLE_HELP',
 
-                     'validate' => [
 
-                         'required' => true
 
-                     ]
 
-                 ],
 
-                 'folder' => [
 
-                     'type' => 'text',
 
-                     'label' => 'PLUGIN_ADMIN.FOLDER_NAME',
 
-                     'help' => 'PLUGIN_ADMIN.FOLDER_NAME_HELP',
 
-                     'validate' => [
 
-                         'rule' => 'slug',
 
-                         'required' => true
 
-                     ]
 
-                 ],
 
-                 'route' => [
 
-                     'type' => 'parents',
 
-                     'label' => 'PLUGIN_ADMIN.PARENT_PAGE',
 
-                     'classes' => 'fancy',
 
-                     'validate' => [
 
-                         'required' => true
 
-                     ]
 
-                 ],
 
-                 'name' => [
 
-                     'type' => 'select',
 
-                     'classes' => 'fancy',
 
-                     'label' => 'PLUGIN_ADMIN.PAGE_FILE',
 
-                     'help' => 'PLUGIN_ADMIN.PAGE_FILE_HELP',
 
-                     'data-options@' => '\\Grav\\Plugin\\AdminPlugin::pagesTypes',
 
-                     'data-default@' => '\\Grav\\Plugin\\Admin\\Admin::getLastPageName',
 
-                     'validate' => [
 
-                         'required' => true
 
-                     ]
 
-                 ],
 
-                 'visible' => [
 
-                     'type' => 'toggle',
 
-                     'label' => 'PLUGIN_ADMIN.VISIBLE',
 
-                     'help' => 'PLUGIN_ADMIN.VISIBLE_HELP',
 
-                     'highlight' => '',
 
-                     'default' => '',
 
-                     'options' => [
 
-                         '' => 'Auto',
 
-                         1 => 'PLUGIN_ADMIN.YES',
 
-                         0 => 'PLUGIN_ADMIN.NO'
 
-                     ],
 
-                     'validate' => [
 
-                         'type' => 'bool',
 
-                         'required' => true
 
-                     ]
 
-                 ],
 
-                 'blueprint' => [
 
-                     'type' => 'blueprint'
 
-                 ]
 
-             ]
 
-         ]
 
-     ]
 
- ];
 
 
  |