| 1 | <?php |
||
| 7 | class SHBlocksAdmin extends ModelAdmin { |
||
| 8 | private static $managed_models = array('SHBlock'); |
||
| 9 | private static $url_segment = 'sh-blocks'; |
||
| 10 | private static $menu_title = 'SH Blocks'; |
||
| 11 | private static $menu_priority = 10; |
||
| 12 | private static $menu_icon = 'silverstripe-block/images/icon-block.png'; |
||
| 13 | |||
| 14 | public function getEditForm($id = null, $fields = null) { |
||
| 41 | } |