@@ -110,8 +110,8 @@ discard block |
||
| 110 | 110 | |
| 111 | 111 | if ($this->exists('template')) { |
| 112 | 112 | $formMapper->add('template', null, [ |
| 113 | - 'label' => 'admin.page.template.label', |
|
| 114 | - 'required' => false, |
|
| 113 | + 'label' => 'admin.page.template.label', |
|
| 114 | + 'required' => false, |
|
| 115 | 115 | ]); |
| 116 | 116 | } |
| 117 | 117 | |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | 'choices' => [ |
| 239 | 239 | 'admin.page.metaRobots.choice.noIndex' => 'noindex', |
| 240 | 240 | ], |
| 241 | - 'label' => 'admin.page.metaRobots.label', |
|
| 241 | + 'label' => 'admin.page.metaRobots.label', |
|
| 242 | 242 | 'required' => false, |
| 243 | 243 | ]); |
| 244 | 244 | } |
@@ -318,9 +318,9 @@ discard block |
||
| 318 | 318 | |
| 319 | 319 | if ($this->exists('author')) { |
| 320 | 320 | $formMapper->add('author', null, [ |
| 321 | - 'label' => 'admin.page.author.label', |
|
| 322 | - 'class' => $this->getContainer()->getParameter('app.entity_user'), |
|
| 323 | - 'required' => false, |
|
| 321 | + 'label' => 'admin.page.author.label', |
|
| 322 | + 'class' => $this->getContainer()->getParameter('app.entity_user'), |
|
| 323 | + 'required' => false, |
|
| 324 | 324 | ]); |
| 325 | 325 | } |
| 326 | 326 | } |