@@ -69,15 +69,15 @@ discard block |
||
69 | 69 | { |
70 | 70 | $formMapper->add('settings', ImmutableArrayType::class, [ |
71 | 71 | 'keys' => [ |
72 | - ['text', TextType::class, [ |
|
72 | + [ 'text', TextType::class, [ |
|
73 | 73 | 'label' => 'form.label_text', |
74 | 74 | 'required' => false, |
75 | - ]], |
|
76 | - ['url', UrlType::class, [ |
|
75 | + ] ], |
|
76 | + [ 'url', UrlType::class, [ |
|
77 | 77 | 'label' => 'form.label_url', |
78 | 78 | 'required' => false, |
79 | - ]], |
|
80 | - ['position', ChoiceType::class, [ |
|
79 | + ] ], |
|
80 | + [ 'position', ChoiceType::class, [ |
|
81 | 81 | 'label' => 'form.label_position', |
82 | 82 | 'choices' => [ |
83 | 83 | 'form.choice_top' => 'top', |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | 'form.choice_bottom' => 'bottom', |
86 | 86 | 'form.choice_block' => 'block', |
87 | 87 | ], |
88 | - ]], |
|
88 | + ] ], |
|
89 | 89 | ], |
90 | 90 | 'translation_domain' => 'Core23GDPRBundle', |
91 | 91 | ]); |