@@ -69,7 +69,7 @@  | 
                                                    ||
| 69 | 69 | */  | 
                                                        
| 70 | 70 | public function getCMSFields()  | 
                                                        
| 71 | 71 |      { | 
                                                        
| 72 | -        $this->beforeUpdateCMSFields(function (FieldList $fields) { | 
                                                        |
| 72 | +        $this->beforeUpdateCMSFields(function(FieldList $fields) { | 
                                                        |
| 73 | 73 |              $fields->dataFieldByName('Content') | 
                                                        
| 74 | 74 | ->setRows(8)  | 
                                                        
| 75 | 75 | ;  | 
                                                        
@@ -42,7 +42,7 @@  | 
                                                    ||
| 42 | 42 | */  | 
                                                        
| 43 | 43 | public function getCMSFields()  | 
                                                        
| 44 | 44 |      { | 
                                                        
| 45 | -        $this->beforeUpdateCMSFields(function (FieldList $fields) { | 
                                                        |
| 45 | +        $this->beforeUpdateCMSFields(function(FieldList $fields) { | 
                                                        |
| 46 | 46 |              $fields->removeByName('ElementPromos'); | 
                                                        
| 47 | 47 | |
| 48 | 48 | $config = GridFieldConfig_RecordViewer::create();  |