@@ -40,7 +40,7 @@ |
||
40 | 40 | ->setFolderName('pageimages') |
41 | 41 | ->setAllowedMaxFileNumber(1), |
42 | 42 | DropdownField::create('ImagePosition') |
43 | - ->setSource(['after' => 'After Content', 'before' => 'Before Content']), |
|
43 | + ->setSource([ 'after' => 'After Content', 'before' => 'Before Content' ]), |
|
44 | 44 | TextField::create('ImageAlt')->setTitle('Alt text for the image'), |
45 | 45 | DropdownField::create('ImageWidth') |
46 | 46 | ->setSource([ |