We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -156,14 +156,14 @@ |
||
| 156 | 156 | 'label' => 'LLL:EXT:dlf/Resources/Private/Language/Labels.xml:tx_dlf_collections.description', |
| 157 | 157 | 'config' => [ |
| 158 | 158 | 'behaviour' => [ |
| 159 | - 'allowLanguageSynchronization' => true |
|
| 159 | + 'allowLanguageSynchronization' => TRUE |
|
| 160 | 160 | ], |
| 161 | 161 | 'type' => 'text', |
| 162 | 162 | 'cols' => 30, |
| 163 | 163 | 'rows' => 10, |
| 164 | 164 | 'wrap' => 'virtual', |
| 165 | 165 | 'default' => '', |
| 166 | - 'enableRichtext' => true, |
|
| 166 | + 'enableRichtext' => TRUE, |
|
| 167 | 167 | ], |
| 168 | 168 | ], |
| 169 | 169 | 'thumbnail' => [ |
@@ -143,7 +143,7 @@ discard block |
||
| 143 | 143 | 'label' => 'LLL:EXT:dlf/Resources/Private/Language/Labels.xml:tx_dlf_metadata.wrap', |
| 144 | 144 | 'config' => [ |
| 145 | 145 | 'behaviour' => [ |
| 146 | - 'allowLanguageSynchronization' => true |
|
| 146 | + 'allowLanguageSynchronization' => TRUE |
|
| 147 | 147 | ], |
| 148 | 148 | 'type' => 'text', |
| 149 | 149 | 'cols' => 48, |
@@ -151,8 +151,8 @@ discard block |
||
| 151 | 151 | 'wrap' => 'off', |
| 152 | 152 | 'eval' => 'trim', |
| 153 | 153 | 'default' => "key.wrap = <dt>|</dt>\nvalue.required = 1\nvalue.wrap = <dd>|</dd>", |
| 154 | - 'fixedFont' => true, |
|
| 155 | - 'enableTabulator' => true |
|
| 154 | + 'fixedFont' => TRUE, |
|
| 155 | + 'enableTabulator' => TRUE |
|
| 156 | 156 | ], |
| 157 | 157 | ], |
| 158 | 158 | 'index_tokenized' => [ |
@@ -268,10 +268,10 @@ |
||
| 268 | 268 | 'readOnly' => 1, |
| 269 | 269 | 'fieldControl' => [ |
| 270 | 270 | 'elementBrowser' => [ |
| 271 | - 'disabled' => true |
|
| 271 | + 'disabled' => TRUE |
|
| 272 | 272 | ] |
| 273 | 273 | ], |
| 274 | - 'hideDeleteIcon' => true |
|
| 274 | + 'hideDeleteIcon' => TRUE |
|
| 275 | 275 | ], |
| 276 | 276 | ], |
| 277 | 277 | 'volume' => [ |