@@ -34,7 +34,7 @@ |
||
34 | 34 | class Block extends DataObject implements PermissionProvider |
35 | 35 | { |
36 | 36 | |
37 | - private static $table_name = 'Block'; |
|
37 | + private static $table_name = 'Block'; |
|
38 | 38 | |
39 | 39 | /** |
40 | 40 | * @var array |
@@ -89,8 +89,8 @@ |
||
89 | 89 | $fields->removeFieldFromTab('Root', 'Blocks'); |
90 | 90 | |
91 | 91 | /** |
92 | - * @todo - change relation editor back to the custom block manager config and fix issues when 'creating' Blocks from a BlockSet. |
|
93 | - */ |
|
92 | + * @todo - change relation editor back to the custom block manager config and fix issues when 'creating' Blocks from a BlockSet. |
|
93 | + */ |
|
94 | 94 | $gridConfig = GridFieldConfig_RelationEditor::create(); |
95 | 95 | $gridConfig->addComponent(new GridFieldOrderableRows('Sort')); |
96 | 96 | $gridConfig->addComponent(new GridFieldDeleteAction()); |