|
46 | 46 | 'label' => &$GLOBALS['TL_LANG']['tl_page']['addHeadDefaultImage'], |
47 | 47 | 'exclude' => true, |
48 | 48 | 'inputType' => 'checkbox', |
49 | | - 'eval' => ['submitOnChange' => true, 'tl_class' => 'w50 clr'], |
| 49 | + 'eval' => [ |
| 50 | + 'submitOnChange' => true, |
| 51 | + 'tl_class' => 'w50 clr', |
| 52 | + ], |
50 | 53 | 'sql' => "char(1) NOT NULL default ''", |
51 | 54 | ], |
52 | 55 | 'headDefaultImage' => [ |
53 | 56 | 'label' => &$GLOBALS['TL_LANG']['tl_page']['headDefaultImage'], |
54 | 57 | 'exclude' => true, |
55 | 58 | 'inputType' => 'fileTree', |
56 | | - 'eval' => ['fieldType' => 'radio', 'filesOnly' => true, 'extensions' => 'jpg,jpeg,png', 'mandatory' => true], |
| 59 | + 'eval' => [ |
| 60 | + 'fieldType' => 'radio', |
| 61 | + 'filesOnly' => true, |
| 62 | + 'extensions' => 'jpg,jpeg,png', |
| 63 | + 'mandatory' => true, |
| 64 | + ], |
57 | 65 | 'sql' => 'binary(16) NULL', |
58 | 66 | ], |
59 | 67 | 'twitterSite' => [ |
60 | 68 | 'label' => &$GLOBALS['TL_LANG']['tl_page']['twitterSite'], |
61 | 69 | 'inputType' => 'text', |
62 | 70 | 'exclude' => true, |
63 | | - 'eval' => ['tl_class' => 'w50 clr'], |
| 71 | + 'eval' => [ |
| 72 | + 'tl_class' => 'w50 clr', |
| 73 | + ], |
64 | 74 | 'sql' => "varchar(255) NOT NULL DEFAULT ''", |
65 | 75 | ], |
66 | 76 | 'headAddOrganisationSchema' => [ |
|
94 | 104 | 'headOrganisationLogo' => [ |
95 | 105 | 'inputType' => 'fileTree', |
96 | 106 | 'exclude' => true, |
97 | | - 'eval' => ['tl_class' => 'w50 clr', 'fieldType' => 'radio', 'filesOnly' => true, 'extensions' => 'jpg,jpeg,png'], |
| 107 | + 'eval' => [ |
| 108 | + 'tl_class' => 'w50 clr', |
| 109 | + 'fieldType' => 'radio', |
| 110 | + 'filesOnly' => true, |
| 111 | + 'extensions' => 'jpg,jpeg,png', |
| 112 | + ], |
98 | 113 | 'sql' => 'binary(16) NULL', |
99 | 114 | ], |
100 | 115 | 'headAddWebSiteSchema' => [ |
|
0 commit comments