Passed
Pull Request — master (#195)
by
unknown
19:02
created
src/Configuration/TCA/tx_dpf_domain_model_client.php 2 patches
Spacing   +228 added lines, -228 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@  discard block
 block discarded – undo
15 15
 if (!defined('TYPO3_MODE')) {
16 16
     die('Access denied.');
17 17
 }
18
-return array(
19
-    'ctrl' => array(
18
+return array (
19
+    'ctrl' => array (
20 20
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client',
21 21
         'label'                    => 'project',
22 22
         'tstamp'                   => 'tstamp',
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
         'transOrigPointerField'    => 'l10n_parent',
28 28
         'transOrigDiffSourceField' => 'l10n_diffsource',
29 29
         'delete'                   => 'deleted',
30
-        'enablecolumns'            => array(
30
+        'enablecolumns'            => array (
31 31
             'disabled'  => 'hidden',
32 32
             'starttime' => 'starttime',
33 33
             'endtime'   => 'endtime',
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
         'requestUpdate'            => 'replace_niss_part',
61 61
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_client.gif',
62 62
     ),
63
-    'interface' => array(
63
+    'interface' => array (
64 64
         'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, client, owner_id,
65 65
         network_initial, library_identifier, admin_email, project, replace_niss_part, niss_part_search, niss_part_replace,
66 66
         sword_host, sword_user, sword_password, sword_collection_namespace, fedora_host, fedora_user, fedora_password,
@@ -87,8 +87,8 @@  discard block
 block discarded – undo
87 87
         person_author_role, person_publisher_role,
88 88
         validation_xpath, fis_id_xpath, source_details_xpaths'
89 89
     ),
90
-    'types'     => array(
91
-        '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1,
90
+    'types'     => array (
91
+        '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1,
92 92
         client, owner_id, network_initial, library_identifier, admin_email, project, replace_niss_part, niss_part_search, niss_part_replace,
93 93
         --div--;Static XML, namespaces, file_xpath, date_xpath, publishing_year_xpath, urn_xpath, qucosa_urn_xpath, state_xpath, type_xpath, type_xpath_input, title_xpath, process_number_xpath, submitter_name_xpath, submitter_email_xpath, submitter_notice_xpath, 
94 94
         original_source_title_xpath, creator_xpath, creation_date_xpath, repository_creation_date_xpath, 
@@ -111,315 +111,315 @@  discard block
 block discarded – undo
111 111
         --div--;Default internal format XSLT, input_transformation, output_transformation,
112 112
         --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'),
113 113
     ),
114
-    'palettes'  => array(
115
-        '1' => array('showitem' => ''),
114
+    'palettes'  => array (
115
+        '1' => array ('showitem' => ''),
116 116
     ),
117
-    'columns'   => array(
118
-        'sys_language_uid'   => array(
117
+    'columns'   => array (
118
+        'sys_language_uid'   => array (
119 119
             'exclude' => 1,
120 120
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
121
-            'config'  => array(
121
+            'config'  => array (
122 122
                 'type'                => 'select',
123 123
                 'renderType'          => 'selectSingle',
124 124
                 'foreign_table'       => 'sys_language',
125 125
                 'foreign_table_where' => 'ORDER BY sys_language.title',
126
-                'items'               => array(
127
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
128
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
126
+                'items'               => array (
127
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
128
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
129 129
                 ),
130 130
             ),
131 131
         ),
132
-        'l10n_parent'        => array(
132
+        'l10n_parent'        => array (
133 133
             'displayCond' => 'FIELD:sys_language_uid:>:0',
134 134
             'exclude'     => 1,
135 135
             'label'       => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent',
136
-            'config'      => array(
136
+            'config'      => array (
137 137
                 'type'                => 'select',
138 138
                 'renderType'          => 'selectSingle',
139
-                'items'               => array(
140
-                    array('', 0),
139
+                'items'               => array (
140
+                    array ('', 0),
141 141
                 ),
142 142
                 'foreign_table'       => 'tx_dpf_domain_model_client',
143 143
                 'foreign_table_where' => 'AND tx_dpf_domain_model_client.pid=###CURRENT_PID### AND tx_dpf_domain_model_client.sys_language_uid IN (-1,0)',
144 144
             ),
145 145
         ),
146
-        'l10n_diffsource'    => array(
147
-            'config' => array(
146
+        'l10n_diffsource'    => array (
147
+            'config' => array (
148 148
                 'type' => 'passthrough',
149 149
             ),
150 150
         ),
151
-        't3ver_label'        => array(
151
+        't3ver_label'        => array (
152 152
             'label'  => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
153
-            'config' => array(
153
+            'config' => array (
154 154
                 'type' => 'input',
155 155
                 'size' => 30,
156 156
                 'max'  => 255,
157 157
             ),
158 158
         ),
159
-        'hidden'             => array(
159
+        'hidden'             => array (
160 160
             'exclude' => 1,
161 161
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden',
162
-            'config'  => array(
162
+            'config'  => array (
163 163
                 'type' => 'check',
164 164
             ),
165 165
         ),
166
-        'starttime'          => array(
166
+        'starttime'          => array (
167 167
             'exclude'   => 1,
168 168
             'l10n_mode' => 'mergeIfNotBlank',
169 169
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
170
-            'config'    => array(
170
+            'config'    => array (
171 171
                 'type'     => 'input',
172 172
                 'renderType' => 'inputDateTime',
173 173
                 'size'     => 13,
174 174
                 'eval'     => 'datetime',
175 175
                 'checkbox' => 0,
176 176
                 'default'  => 0,
177
-                'range'    => array(
177
+                'range'    => array (
178 178
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
179 179
                 ),
180 180
             ),
181 181
         ),
182
-        'endtime'            => array(
182
+        'endtime'            => array (
183 183
             'exclude'   => 1,
184 184
             'l10n_mode' => 'mergeIfNotBlank',
185 185
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
186
-            'config'    => array(
186
+            'config'    => array (
187 187
                 'type'     => 'input',
188 188
                 'renderType' => 'inputDateTime',
189 189
                 'size'     => 13,
190 190
                 'eval'     => 'datetime',
191 191
                 'checkbox' => 0,
192 192
                 'default'  => 0,
193
-                'range'    => array(
193
+                'range'    => array (
194 194
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
195 195
                 ),
196 196
             ),
197 197
         ),
198
-        'project'            => array(
198
+        'project'            => array (
199 199
             'exclude'   => 1,
200 200
             'l10n_mode' => 'exclude',
201 201
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.project',
202
-            'config'    => array(
202
+            'config'    => array (
203 203
                 'type' => 'input',
204 204
                 'size' => 30,
205 205
                 'eval' => 'trim',
206 206
             ),
207 207
         ),
208
-        'client'             => array(
208
+        'client'             => array (
209 209
             'exclude'      => 1,
210 210
             'l10n_mode'    => 'exclude',
211 211
             'l10n_display' => 'defaultAsReadonly',
212 212
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.client',
213
-            'config'       => array(
213
+            'config'       => array (
214 214
                 'type' => 'input',
215 215
                 'size' => 30,
216 216
                 'eval' => 'trim',
217 217
             ),
218 218
         ),
219
-        'network_initial'    => array(
219
+        'network_initial'    => array (
220 220
             'exclude'   => 1,
221 221
             'l10n_mode' => 'exclude',
222 222
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.network_initial',
223
-            'config'    => array(
223
+            'config'    => array (
224 224
                 'type' => 'input',
225 225
                 'size' => 30,
226 226
                 'eval' => 'trim',
227 227
             ),
228 228
         ),
229
-        'library_identifier' => array(
229
+        'library_identifier' => array (
230 230
             'exclude'   => 1,
231 231
             'l10n_mode' => 'exclude',
232 232
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.library_identifier',
233
-            'config'    => array(
233
+            'config'    => array (
234 234
                 'type' => 'input',
235 235
                 'size' => 30,
236 236
                 'eval' => 'trim',
237 237
             ),
238 238
         ),
239
-        'owner_id'           => array(
239
+        'owner_id'           => array (
240 240
             'exclude'   => 1,
241 241
             'l10n_mode' => 'exclude',
242 242
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.owner_id',
243
-            'config'    => array(
243
+            'config'    => array (
244 244
                 'type' => 'input',
245 245
                 'size' => 30,
246 246
                 'eval' => 'trim,required',
247 247
             ),
248 248
         ),
249
-        'admin_email'        => array(
249
+        'admin_email'        => array (
250 250
             'exclude'   => 1,
251 251
             'l10n_mode' => 'exclude',
252 252
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_email',
253
-            'config'    => array(
253
+            'config'    => array (
254 254
                 'type' => 'input',
255 255
                 'size' => 30,
256 256
                 'eval' => 'trim',
257 257
             ),
258 258
         ),
259
-        'replace_niss_part'  => array(
259
+        'replace_niss_part'  => array (
260 260
             'exclude'   => 1,
261 261
             'l10n_mode' => 'exclude',
262 262
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.replace_niss_part',
263
-            'config'    => array(
263
+            'config'    => array (
264 264
                 'type'    => 'check',
265 265
                 'default' => 0,
266 266
             ),
267 267
             'onChange' => 'reload',
268 268
         ),
269
-        'niss_part_search'   => array(
269
+        'niss_part_search'   => array (
270 270
             'exclude'     => 1,
271 271
             'label'       => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.niss_part_search',
272 272
             'displayCond' => 'FIELD:replace_niss_part:=:1',
273
-            'config'      => array(
273
+            'config'      => array (
274 274
                 'type' => 'input',
275 275
                 'size' => 30,
276 276
                 'eval' => 'trim,required',
277 277
             ),
278 278
         ),
279
-        'niss_part_replace'  => array(
279
+        'niss_part_replace'  => array (
280 280
             'exclude'     => 1,
281 281
             'label'       => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.niss_part_replace',
282 282
             'displayCond' => 'FIELD:replace_niss_part:=:1',
283
-            'config'      => array(
283
+            'config'      => array (
284 284
                 'type' => 'input',
285 285
                 'size' => 30,
286 286
                 'eval' => 'trim,required',
287 287
             ),
288 288
         ),
289
-        'sword_host' => array(
289
+        'sword_host' => array (
290 290
             'exclude'      => 1,
291 291
             'l10n_mode'    => 'exclude',
292 292
             'l10n_display' => 'defaultAsReadonly',
293 293
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.sword_host',
294
-            'config'       => array(
294
+            'config'       => array (
295 295
                 'type' => 'input',
296 296
                 'size' => 30,
297 297
                 'eval' => 'trim',
298 298
             ),
299 299
         ),
300
-        'sword_user' => array(
300
+        'sword_user' => array (
301 301
             'exclude'      => 1,
302 302
             'l10n_mode'    => 'exclude',
303 303
             'l10n_display' => 'defaultAsReadonly',
304 304
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.sword_user',
305
-            'config'       => array(
305
+            'config'       => array (
306 306
                 'type' => 'input',
307 307
                 'size' => 30,
308 308
                 'eval' => 'trim',
309 309
             ),
310 310
         ),
311
-        'sword_password' => array(
311
+        'sword_password' => array (
312 312
             'exclude'      => 1,
313 313
             'l10n_mode'    => 'exclude',
314 314
             'l10n_display' => 'defaultAsReadonly',
315 315
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.sword_password',
316
-            'config'       => array(
316
+            'config'       => array (
317 317
                 'type' => 'input',
318 318
                 'size' => 30,
319 319
                 'eval' => 'trim',
320 320
             ),
321 321
         ),
322
-        'sword_collection_namespace' => array(
322
+        'sword_collection_namespace' => array (
323 323
             'exclude'      => 1,
324 324
             'l10n_mode'    => 'exclude',
325 325
             'l10n_display' => 'defaultAsReadonly',
326 326
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.sword_collection_namespace',
327
-            'config'       => array(
327
+            'config'       => array (
328 328
                 'type' => 'input',
329 329
                 'size' => 30,
330 330
                 'eval' => 'trim',
331 331
             ),
332 332
         ),
333
-        'fedora_host' => array(
333
+        'fedora_host' => array (
334 334
             'exclude'      => 1,
335 335
             'l10n_mode'    => 'exclude',
336 336
             'l10n_display' => 'defaultAsReadonly',
337 337
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fedora_host',
338
-            'config'       => array(
338
+            'config'       => array (
339 339
                 'type' => 'input',
340 340
                 'size' => 30,
341 341
                 'eval' => 'trim',
342 342
             ),
343 343
         ),
344
-        'fedora_user' => array(
344
+        'fedora_user' => array (
345 345
             'exclude'      => 1,
346 346
             'l10n_mode'    => 'exclude',
347 347
             'l10n_display' => 'defaultAsReadonly',
348 348
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fedora_user',
349
-            'config'       => array(
349
+            'config'       => array (
350 350
                 'type' => 'input',
351 351
                 'size' => 30,
352 352
                 'eval' => 'trim',
353 353
             ),
354 354
         ),
355
-        'fedora_password' => array(
355
+        'fedora_password' => array (
356 356
             'exclude'      => 1,
357 357
             'l10n_mode'    => 'exclude',
358 358
             'l10n_display' => 'defaultAsReadonly',
359 359
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fedora_password',
360
-            'config'       => array(
360
+            'config'       => array (
361 361
                 'type' => 'input',
362 362
                 'size' => 30,
363 363
                 'eval' => 'trim',
364 364
             ),
365 365
         ),
366
-        'elastic_search_host' => array(
366
+        'elastic_search_host' => array (
367 367
             'exclude'      => 1,
368 368
             'l10n_mode'    => 'exclude',
369 369
             'l10n_display' => 'defaultAsReadonly',
370 370
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.elastic_search_host',
371
-            'config'       => array(
371
+            'config'       => array (
372 372
                 'type' => 'input',
373 373
                 'size' => 30,
374 374
                 'eval' => 'trim',
375 375
             ),
376 376
         ),
377
-        'elastic_search_port' => array(
377
+        'elastic_search_port' => array (
378 378
             'exclude'      => 1,
379 379
             'l10n_mode'    => 'exclude',
380 380
             'l10n_display' => 'defaultAsReadonly',
381 381
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.elastic_search_port',
382
-            'config'       => array(
382
+            'config'       => array (
383 383
                 'type' => 'input',
384 384
                 'size' => 30,
385 385
                 'eval' => 'trim',
386 386
             ),
387 387
         ),
388
-        'upload_directory' => array(
388
+        'upload_directory' => array (
389 389
             'exclude'      => 1,
390 390
             'l10n_mode'    => 'exclude',
391 391
             'l10n_display' => 'defaultAsReadonly',
392 392
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.upload_directory',
393
-            'config'       => array(
393
+            'config'       => array (
394 394
                 'type' => 'input',
395 395
                 'size' => 30,
396 396
                 'eval' => 'trim',
397 397
             ),
398 398
         ),
399
-        'upload_domain' => array(
399
+        'upload_domain' => array (
400 400
             'exclude'      => 1,
401 401
             'l10n_mode'    => 'exclude',
402 402
             'l10n_display' => 'defaultAsReadonly',
403 403
             'label'        => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.upload_domain',
404
-            'config'       => array(
404
+            'config'       => array (
405 405
                 'type' => 'input',
406 406
                 'size' => 30,
407 407
                 'eval' => 'trim',
408 408
             ),
409 409
         ),
410
-        'admin_new_document_notification_subject' => array(
410
+        'admin_new_document_notification_subject' => array (
411 411
             'exclude' => 1,
412 412
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_new_document_notification_subject',
413
-            'config'  => array(
413
+            'config'  => array (
414 414
                 'type' => 'input',
415 415
                 'size' => 50,
416 416
                 'eval' => 'trim',
417 417
             ),
418 418
         ),
419
-        'admin_new_document_notification_body' => array(
419
+        'admin_new_document_notification_body' => array (
420 420
             'exclude' => 1,
421 421
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_new_document_notification_body',
422
-            'config'  => array(
422
+            'config'  => array (
423 423
                 'type' => 'text',
424 424
                 'cols' => 40,
425 425
                 'rows' => 15,
@@ -427,19 +427,19 @@  discard block
 block discarded – undo
427 427
                 'enableRichtext' => true,
428 428
             ),
429 429
         ),
430
-        'admin_register_document_notification_subject' => array(
430
+        'admin_register_document_notification_subject' => array (
431 431
             'exclude' => 1,
432 432
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_register_document_notification_subject',
433
-            'config'  => array(
433
+            'config'  => array (
434 434
                 'type' => 'input',
435 435
                 'size' => 50,
436 436
                 'eval' => 'trim',
437 437
             ),
438 438
         ),
439
-        'admin_register_document_notification_body' => array(
439
+        'admin_register_document_notification_body' => array (
440 440
             'exclude' => 1,
441 441
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_register_document_notification_body',
442
-            'config'  => array(
442
+            'config'  => array (
443 443
                 'type' => 'text',
444 444
                 'cols' => 40,
445 445
                 'rows' => 15,
@@ -447,19 +447,19 @@  discard block
 block discarded – undo
447 447
                 'enableRichtext' => true,
448 448
             ),
449 449
         ),
450
-        'submitter_new_document_notification_subject' => array(
450
+        'submitter_new_document_notification_subject' => array (
451 451
             'exclude' => 1,
452 452
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_new_document_notification_subject',
453
-            'config'  => array(
453
+            'config'  => array (
454 454
                 'type' => 'input',
455 455
                 'size' => 50,
456 456
                 'eval' => 'trim',
457 457
             ),
458 458
         ),
459
-        'submitter_new_document_notification_body' => array(
459
+        'submitter_new_document_notification_body' => array (
460 460
             'exclude' => 1,
461 461
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_new_document_notification_body',
462
-            'config'  => array(
462
+            'config'  => array (
463 463
                 'type' => 'text',
464 464
                 'cols' => 40,
465 465
                 'rows' => 15,
@@ -467,19 +467,19 @@  discard block
 block discarded – undo
467 467
                 'enableRichtext' => true,
468 468
             ),
469 469
         ),
470
-        'submitter_ingest_notification_subject' => array(
470
+        'submitter_ingest_notification_subject' => array (
471 471
             'exclude' => 1,
472 472
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_ingest_notification_subject',
473
-            'config'  => array(
473
+            'config'  => array (
474 474
                 'type' => 'input',
475 475
                 'size' => 50,
476 476
                 'eval' => 'trim',
477 477
             ),
478 478
         ),
479
-        'submitter_ingest_notification_body' => array(
479
+        'submitter_ingest_notification_body' => array (
480 480
             'exclude' => 1,
481 481
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_ingest_notification_body',
482
-            'config'  => array(
482
+            'config'  => array (
483 483
                 'type' => 'text',
484 484
                 'cols' => 40,
485 485
                 'rows' => 15,
@@ -487,19 +487,19 @@  discard block
 block discarded – undo
487 487
                 'enableRichtext' => true,
488 488
             ),
489 489
         ),
490
-        'admin_new_suggestion_subject' => array(
490
+        'admin_new_suggestion_subject' => array (
491 491
             'exclude' => 1,
492 492
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_new_suggestion_subject',
493
-            'config'  => array(
493
+            'config'  => array (
494 494
                 'type' => 'input',
495 495
                 'size' => 50,
496 496
                 'eval' => 'trim',
497 497
             ),
498 498
         ),
499
-        'admin_new_suggestion_body' => array(
499
+        'admin_new_suggestion_body' => array (
500 500
             'exclude' => 1,
501 501
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_new_suggestion_body',
502
-            'config'  => array(
502
+            'config'  => array (
503 503
                 'type' => 'text',
504 504
                 'cols' => 40,
505 505
                 'rows' => 15,
@@ -507,19 +507,19 @@  discard block
 block discarded – undo
507 507
                 'enableRichtext' => true,
508 508
             ),
509 509
         ),
510
-        'admin_embargo_subject' => array(
510
+        'admin_embargo_subject' => array (
511 511
             'exclude' => 1,
512 512
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_embargo_subject',
513
-            'config'  => array(
513
+            'config'  => array (
514 514
                 'type' => 'input',
515 515
                 'size' => 50,
516 516
                 'eval' => 'trim',
517 517
             ),
518 518
         ),
519
-        'admin_embargo_body' => array(
519
+        'admin_embargo_body' => array (
520 520
             'exclude' => 1,
521 521
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_embargo_body',
522
-            'config'  => array(
522
+            'config'  => array (
523 523
                 'type' => 'text',
524 524
                 'cols' => 40,
525 525
                 'rows' => 15,
@@ -527,19 +527,19 @@  discard block
 block discarded – undo
527 527
                 'enableRichtext' => true,
528 528
             ),
529 529
         ),
530
-        'admin_oa_fond_subject' => array(
530
+        'admin_oa_fond_subject' => array (
531 531
             'exclude' => 1,
532 532
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_oa_fond_subject',
533
-            'config'  => array(
533
+            'config'  => array (
534 534
                 'type' => 'input',
535 535
                 'size' => 50,
536 536
                 'eval' => 'trim',
537 537
             ),
538 538
         ),
539
-        'admin_oa_fond_body' => array(
539
+        'admin_oa_fond_body' => array (
540 540
             'exclude' => 1,
541 541
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_oa_fond_body',
542
-            'config'  => array(
542
+            'config'  => array (
543 543
                 'type' => 'text',
544 544
                 'cols' => 40,
545 545
                 'rows' => 15,
@@ -547,378 +547,378 @@  discard block
 block discarded – undo
547 547
                 'enableRichtext' => true,
548 548
             ),
549 549
         ),
550
-        'suggestion_flashmessage' => array(
550
+        'suggestion_flashmessage' => array (
551 551
             'exclude' => 1,
552 552
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.suggestion_flashmessage',
553
-            'config'  => array(
553
+            'config'  => array (
554 554
                 'type' => 'input',
555 555
                 'size' => 50,
556 556
                 'eval' => 'trim',
557 557
             ),
558 558
         ),
559
-        'file_xpath' => array(
559
+        'file_xpath' => array (
560 560
             'exclude'   => 1,
561 561
             'l10n_mode' => 'exclude',
562 562
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.file_xpath',
563
-            'config'    => array(
563
+            'config'    => array (
564 564
                 'type' => 'input',
565 565
                 'size' => 80,
566 566
                 'eval' => 'trim',
567 567
             ),
568 568
         ),
569
-        'state_xpath' => array(
569
+        'state_xpath' => array (
570 570
             'exclude'   => 1,
571 571
             'l10n_mode' => 'exclude',
572 572
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.state_xpath',
573
-            'config'    => array(
573
+            'config'    => array (
574 574
                 'type' => 'input',
575 575
                 'size' => 80,
576 576
                 'eval' => 'trim',
577 577
             ),
578 578
         ),
579
-        'type_xpath' => array(
579
+        'type_xpath' => array (
580 580
             'exclude'   => 1,
581 581
             'l10n_mode' => 'exclude',
582 582
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.type_xpath',
583
-            'config'    => array(
583
+            'config'    => array (
584 584
                 'type' => 'input',
585 585
                 'size' => 80,
586 586
                 'eval' => 'trim',
587 587
             ),
588 588
         ),
589
-        'type_xpath_input' => array(
589
+        'type_xpath_input' => array (
590 590
             'exclude'   => 1,
591 591
             'l10n_mode' => 'exclude',
592 592
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.type_xpath_input',
593
-            'config'    => array(
593
+            'config'    => array (
594 594
                 'type' => 'input',
595 595
                 'size' => 80,
596 596
                 'eval' => 'trim',
597 597
             ),
598 598
         ),
599
-        'date_xpath' => array(
599
+        'date_xpath' => array (
600 600
             'exclude'   => 1,
601 601
             'l10n_mode' => 'exclude',
602 602
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.date_xpath',
603
-            'config'    => array(
603
+            'config'    => array (
604 604
                 'type' => 'input',
605 605
                 'size' => 80,
606 606
                 'eval' => 'trim',
607 607
             ),
608 608
         ),
609
-        'publishing_year_xpath' => array(
609
+        'publishing_year_xpath' => array (
610 610
             'exclude'   => 1,
611 611
             'l10n_mode' => 'exclude',
612 612
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.publishing_year_xpath',
613
-            'config'    => array(
613
+            'config'    => array (
614 614
                 'type' => 'input',
615 615
                 'size' => 80,
616 616
                 'eval' => 'trim',
617 617
             ),
618 618
         ),
619
-        'urn_xpath' => array(
619
+        'urn_xpath' => array (
620 620
             'exclude'   => 1,
621 621
             'l10n_mode' => 'exclude',
622 622
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.urn_xpath',
623
-            'config'    => array(
623
+            'config'    => array (
624 624
                 'type' => 'input',
625 625
                 'size' => 80,
626 626
                 'eval' => 'trim',
627 627
             ),
628 628
         ),
629
-        'qucosa_urn_xpath' => array(
629
+        'qucosa_urn_xpath' => array (
630 630
             'exclude'   => 1,
631 631
             'l10n_mode' => 'exclude',
632 632
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.qucosa_urn_xpath',
633
-            'config'    => array(
633
+            'config'    => array (
634 634
                 'type' => 'input',
635 635
                 'size' => 80,
636 636
                 'eval' => 'trim',
637 637
             ),
638 638
         ),
639
-        'namespaces' => array(
639
+        'namespaces' => array (
640 640
             'exclude'   => 1,
641 641
             'l10n_mode' => 'exclude',
642 642
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.namespaces',
643
-            'config'    => array(
643
+            'config'    => array (
644 644
                 'type' => 'input',
645 645
                 'size' => 80,
646 646
                 'eval' => 'trim',
647 647
             ),
648 648
         ),
649
-        'title_xpath' => array(
649
+        'title_xpath' => array (
650 650
             'exclude'   => 1,
651 651
             'l10n_mode' => 'exclude',
652 652
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.title_xpath',
653
-            'config'    => array(
653
+            'config'    => array (
654 654
                 'type' => 'input',
655 655
                 'size' => 30,
656 656
                 'eval' => 'trim',
657 657
             ),
658 658
         ),
659
-        'process_number_xpath' => array(
659
+        'process_number_xpath' => array (
660 660
             'exclude'   => 1,
661 661
             'l10n_mode' => 'exclude',
662 662
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.process_number_xpath',
663
-            'config'    => array(
663
+            'config'    => array (
664 664
                 'type' => 'input',
665 665
                 'size' => 80,
666 666
                 'eval' => 'trim',
667 667
             ),
668 668
         ),
669
-        'submitter_name_xpath' => array(
669
+        'submitter_name_xpath' => array (
670 670
             'exclude'   => 1,
671 671
             'l10n_mode' => 'exclude',
672 672
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_name',
673
-            'config'    => array(
673
+            'config'    => array (
674 674
                 'type' => 'input',
675 675
                 'size' => 80,
676 676
                 'eval' => 'trim',
677 677
             ),
678 678
         ),
679
-        'submitter_email_xpath' => array(
679
+        'submitter_email_xpath' => array (
680 680
             'exclude'   => 1,
681 681
             'l10n_mode' => 'exclude',
682 682
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_email',
683
-            'config'    => array(
683
+            'config'    => array (
684 684
                 'type' => 'input',
685 685
                 'size' => 80,
686 686
                 'eval' => 'trim',
687 687
             ),
688 688
         ),
689
-        'submitter_notice_xpath' => array(
689
+        'submitter_notice_xpath' => array (
690 690
             'exclude'   => 1,
691 691
             'l10n_mode' => 'exclude',
692 692
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.submitter_notice',
693
-            'config'    => array(
693
+            'config'    => array (
694 694
                 'type' => 'input',
695 695
                 'size' => 80,
696 696
                 'eval' => 'trim',
697 697
             ),
698 698
         ),
699
-        'original_source_title_xpath' => array(
699
+        'original_source_title_xpath' => array (
700 700
             'exclude'   => 1,
701 701
             'l10n_mode' => 'exclude',
702 702
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.original_source_title_xpath',
703
-            'config'    => array(
703
+            'config'    => array (
704 704
                 'type' => 'input',
705 705
                 'size' => 80,
706 706
                 'eval' => 'trim',
707 707
             ),
708 708
         ),
709
-        'creator_xpath' => array(
709
+        'creator_xpath' => array (
710 710
             'exclude'   => 1,
711 711
             'l10n_mode' => 'exclude',
712 712
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.creator_xpath',
713
-            'config'    => array(
713
+            'config'    => array (
714 714
                 'type' => 'input',
715 715
                 'size' => 80,
716 716
                 'eval' => 'trim',
717 717
             ),
718 718
         ),
719
-        'creation_date_xpath' => array(
719
+        'creation_date_xpath' => array (
720 720
             'exclude'   => 1,
721 721
             'l10n_mode' => 'exclude',
722 722
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.creation_date_xpath',
723
-            'config'    => array(
723
+            'config'    => array (
724 724
                 'type' => 'input',
725 725
                 'size' => 80,
726 726
                 'eval' => 'trim',
727 727
             ),
728 728
         ),
729 729
 
730
-        'repository_creation_date_xpath' => array(
730
+        'repository_creation_date_xpath' => array (
731 731
             'exclude'   => 1,
732 732
             'l10n_mode' => 'exclude',
733 733
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.repository_creation_date_xpath',
734
-            'config'    => array(
734
+            'config'    => array (
735 735
                 'type' => 'input',
736 736
                 'size' => 80,
737 737
                 'eval' => 'trim',
738 738
             ),
739 739
         ),
740
-        'repository_last_mod_date_xpath' => array(
740
+        'repository_last_mod_date_xpath' => array (
741 741
             'exclude'   => 1,
742 742
             'l10n_mode' => 'exclude',
743 743
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.repository_last_mod_date_xpath',
744
-            'config'    => array(
744
+            'config'    => array (
745 745
                 'type' => 'input',
746 746
                 'size' => 80,
747 747
                 'eval' => 'trim',
748 748
             ),
749 749
         ),
750
-        'deposit_license_xpath' => array(
750
+        'deposit_license_xpath' => array (
751 751
             'exclude'   => 1,
752 752
             'l10n_mode' => 'exclude',
753 753
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.deposit_license_xpath',
754
-            'config'    => array(
754
+            'config'    => array (
755 755
                 'type' => 'input',
756 756
                 'size' => 80,
757 757
                 'eval' => 'trim',
758 758
             ),
759 759
         ),
760
-        'all_notes_xpath' => array(
760
+        'all_notes_xpath' => array (
761 761
             'exclude'   => 1,
762 762
             'l10n_mode' => 'exclude',
763 763
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.all_notes_xpath',
764
-            'config'    => array(
764
+            'config'    => array (
765 765
                 'type' => 'input',
766 766
                 'size' => 80,
767 767
                 'eval' => 'trim',
768 768
             ),
769 769
         ),
770
-        'private_notes_xpath' => array(
770
+        'private_notes_xpath' => array (
771 771
             'exclude'   => 1,
772 772
             'l10n_mode' => 'exclude',
773 773
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.private_notes_xpath',
774
-            'config'    => array(
774
+            'config'    => array (
775 775
                 'type' => 'input',
776 776
                 'size' => 80,
777 777
                 'eval' => 'trim',
778 778
             ),
779 779
         ),
780
-        'person_xpath' => array(
780
+        'person_xpath' => array (
781 781
             'exclude'   => 1,
782 782
             'l10n_mode' => 'exclude',
783 783
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_xpath',
784
-            'config'    => array(
784
+            'config'    => array (
785 785
                 'type' => 'input',
786 786
                 'size' => 80,
787 787
                 'eval' => 'trim',
788 788
             ),
789 789
         ),
790
-        'person_family_xpath' => array(
790
+        'person_family_xpath' => array (
791 791
             'exclude'   => 1,
792 792
             'l10n_mode' => 'exclude',
793 793
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_family_xpath',
794
-            'config'    => array(
794
+            'config'    => array (
795 795
                 'type' => 'input',
796 796
                 'size' => 80,
797 797
                 'eval' => 'trim',
798 798
             ),
799 799
         ),
800
-        'person_given_xpath' => array(
800
+        'person_given_xpath' => array (
801 801
             'exclude'   => 1,
802 802
             'l10n_mode' => 'exclude',
803 803
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_given_xpath',
804
-            'config'    => array(
804
+            'config'    => array (
805 805
                 'type' => 'input',
806 806
                 'size' => 80,
807 807
                 'eval' => 'trim',
808 808
             ),
809 809
         ),
810
-        'person_role_xpath' => array(
810
+        'person_role_xpath' => array (
811 811
             'exclude'   => 1,
812 812
             'l10n_mode' => 'exclude',
813 813
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_role_xpath',
814
-            'config'    => array(
814
+            'config'    => array (
815 815
                 'type' => 'input',
816 816
                 'size' => 80,
817 817
                 'eval' => 'trim',
818 818
             ),
819 819
         ),
820
-        'person_fis_identifier_xpath' => array(
820
+        'person_fis_identifier_xpath' => array (
821 821
             'exclude'   => 1,
822 822
             'l10n_mode' => 'exclude',
823 823
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_fis_identifier_xpath',
824
-            'config'    => array(
824
+            'config'    => array (
825 825
                 'type' => 'input',
826 826
                 'size' => 80,
827 827
                 'eval' => 'trim',
828 828
             ),
829 829
         ),
830
-        'person_affiliation_xpath' => array(
830
+        'person_affiliation_xpath' => array (
831 831
             'exclude'   => 1,
832 832
             'l10n_mode' => 'exclude',
833 833
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_affiliation_xpath',
834
-            'config'    => array(
834
+            'config'    => array (
835 835
                 'type' => 'input',
836 836
                 'size' => 80,
837 837
                 'eval' => 'trim',
838 838
             ),
839 839
         ),
840
-        'person_affiliation_identifier_xpath' => array(
840
+        'person_affiliation_identifier_xpath' => array (
841 841
             'exclude'   => 1,
842 842
             'l10n_mode' => 'exclude',
843 843
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_affiliation_identifier_xpath',
844
-            'config'    => array(
844
+            'config'    => array (
845 845
                 'type' => 'input',
846 846
                 'size' => 80,
847 847
                 'eval' => 'trim',
848 848
             ),
849 849
         ),
850
-        'person_author_role' => array(
850
+        'person_author_role' => array (
851 851
             'exclude'   => 1,
852 852
             'l10n_mode' => 'exclude',
853 853
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_author_role',
854
-            'config'    => array(
854
+            'config'    => array (
855 855
                 'type' => 'input',
856 856
                 'size' => 30,
857 857
                 'eval' => 'trim',
858 858
             ),
859 859
         ),
860
-        'person_publisher_role' => array(
860
+        'person_publisher_role' => array (
861 861
             'exclude'   => 1,
862 862
             'l10n_mode' => 'exclude',
863 863
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.person_publisher_role',
864
-            'config'    => array(
864
+            'config'    => array (
865 865
                 'type' => 'input',
866 866
                 'size' => 30,
867 867
                 'eval' => 'trim',
868 868
             ),
869 869
         ),
870
-        'validation_xpath' => array(
870
+        'validation_xpath' => array (
871 871
             'exclude'   => 1,
872 872
             'l10n_mode' => 'exclude',
873 873
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.validation_xpath',
874
-            'config'    => array(
874
+            'config'    => array (
875 875
                 'type' => 'input',
876 876
                 'size' => 80,
877 877
                 'eval' => 'trim',
878 878
             ),
879 879
         ),
880
-        'fis_id_xpath' => array(
880
+        'fis_id_xpath' => array (
881 881
             'exclude'   => 1,
882 882
             'l10n_mode' => 'exclude',
883 883
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fis_id_xpath',
884
-            'config'    => array(
884
+            'config'    => array (
885 885
                 'type' => 'input',
886 886
                 'size' => 80,
887 887
                 'eval' => 'trim',
888 888
             ),
889 889
         ),
890
-        'source_details_xpaths' => array(
890
+        'source_details_xpaths' => array (
891 891
             'exclude'   => 1,
892 892
             'l10n_mode' => 'exclude',
893 893
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.source_details_xpaths',
894
-            'config'    => array(
894
+            'config'    => array (
895 895
                 'type' => 'input',
896 896
                 'size' => 80,
897 897
                 'eval' => 'trim',
898 898
             ),
899 899
         ),
900
-        'mypublications_update_notification_subject' => array(
900
+        'mypublications_update_notification_subject' => array (
901 901
             'exclude' => 1,
902 902
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.mypublications_update_notification_subject',
903
-            'config'  => array(
903
+            'config'  => array (
904 904
                 'type' => 'input',
905 905
                 'size' => 50,
906 906
                 'eval' => 'trim',
907 907
             ),
908 908
         ),
909
-        'admin_deposit_license_notification_subject' => array(
909
+        'admin_deposit_license_notification_subject' => array (
910 910
             'exclude' => 1,
911 911
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_deposit_license_notification_subject',
912
-            'config'  => array(
912
+            'config'  => array (
913 913
                 'type' => 'input',
914 914
                 'size' => 50,
915 915
                 'eval' => 'trim',
916 916
             ),
917 917
         ),
918
-        'mypublications_update_notification_body' => array(
918
+        'mypublications_update_notification_body' => array (
919 919
             'exclude' => 1,
920 920
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.mypublications_update_notification_body',
921
-            'config'  => array(
921
+            'config'  => array (
922 922
                 'type' => 'text',
923 923
                 'cols' => 40,
924 924
                 'rows' => 15,
@@ -926,10 +926,10 @@  discard block
 block discarded – undo
926 926
                 'enableRichtext' => true,
927 927
             ),
928 928
         ),
929
-        'admin_deposit_license_notification_body' => array(
929
+        'admin_deposit_license_notification_body' => array (
930 930
             'exclude' => 1,
931 931
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.admin_deposit_license_notification_body',
932
-            'config'  => array(
932
+            'config'  => array (
933 933
                 'type' => 'text',
934 934
                 'cols' => 40,
935 935
                 'rows' => 15,
@@ -937,19 +937,19 @@  discard block
 block discarded – undo
937 937
                 'enableRichtext' => true,
938 938
             ),
939 939
         ),
940
-        'mypublications_new_notification_subject' => array(
940
+        'mypublications_new_notification_subject' => array (
941 941
             'exclude' => 1,
942 942
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.mypublications_new_notification_subject',
943
-            'config'  => array(
943
+            'config'  => array (
944 944
                 'type' => 'input',
945 945
                 'size' => 50,
946 946
                 'eval' => 'trim',
947 947
             ),
948 948
         ),
949
-        'mypublications_new_notification_body' => array(
949
+        'mypublications_new_notification_body' => array (
950 950
             'exclude' => 1,
951 951
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.mypublications_new_notification_body',
952
-            'config'  => array(
952
+            'config'  => array (
953 953
                 'type' => 'text',
954 954
                 'cols' => 40,
955 955
                 'rows' => 15,
@@ -962,8 +962,8 @@  discard block
 block discarded – undo
962 962
             'l10n_mode' => 'exclude',
963 963
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.output_transformation',
964 964
             'config'    => [
965
-                'items' => array(
966
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0)
965
+                'items' => array (
966
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0)
967 967
                 ),
968 968
                 'type'           => 'select',
969 969
                 'foreign_table'  => 'tx_dpf_domain_model_transformationfile',
@@ -976,8 +976,8 @@  discard block
 block discarded – undo
976 976
             'l10n_mode' => 'exclude',
977 977
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.input_transformation',
978 978
             'config'    => [
979
-                'items' => array(
980
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0)
979
+                'items' => array (
980
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0)
981 981
                 ),
982 982
                 'type'           => 'select',
983 983
                 'foreign_table'  => 'tx_dpf_domain_model_transformationfile',
@@ -985,13 +985,13 @@  discard block
 block discarded – undo
985 985
                 'minitems' => 0,
986 986
             ],
987 987
         ],
988
-        'crossref_transformation' => array(
988
+        'crossref_transformation' => array (
989 989
             'exclude' => 1,
990 990
             'l10n_mode' => 'exclude',
991 991
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.crossref_transformation',
992
-            'config'    => array(
993
-                'items' => array(
994
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0)
992
+            'config'    => array (
993
+                'items' => array (
994
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0)
995 995
                 ),
996 996
                 'type'           => 'select',
997 997
                 'foreign_table'  => 'tx_dpf_domain_model_transformationfile',
@@ -999,13 +999,13 @@  discard block
 block discarded – undo
999 999
                 'minitems' => 0,
1000 1000
             ),
1001 1001
         ),
1002
-        'datacite_transformation' => array(
1002
+        'datacite_transformation' => array (
1003 1003
             'exclude' => 1,
1004 1004
             'l10n_mode' => 'exclude',
1005 1005
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.datacite_transformation',
1006
-            'config'    => array(
1007
-                'items' => array(
1008
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0)
1006
+            'config'    => array (
1007
+                'items' => array (
1008
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0)
1009 1009
                 ),
1010 1010
                 'type'           => 'select',
1011 1011
                 'foreign_table'  => 'tx_dpf_domain_model_transformationfile',
@@ -1013,13 +1013,13 @@  discard block
 block discarded – undo
1013 1013
                 'minitems' => 0,
1014 1014
             ),
1015 1015
         ),
1016
-        'k10plus_transformation' => array(
1016
+        'k10plus_transformation' => array (
1017 1017
             'exclude' => 1,
1018 1018
             'l10n_mode' => 'exclude',
1019 1019
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.k10plus_transformation',
1020
-            'config'    => array(
1021
-                'items' => array(
1022
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0)
1020
+            'config'    => array (
1021
+                'items' => array (
1022
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0)
1023 1023
                 ),
1024 1024
                 'type'           => 'select',
1025 1025
                 'foreign_table'  => 'tx_dpf_domain_model_transformationfile',
@@ -1027,13 +1027,13 @@  discard block
 block discarded – undo
1027 1027
                 'minitems' => 0,
1028 1028
             ),
1029 1029
         ),
1030
-        'pubmed_transformation' => array(
1030
+        'pubmed_transformation' => array (
1031 1031
             'exclude' => 1,
1032 1032
             'l10n_mode' => 'exclude',
1033 1033
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.pubmed_transformation',
1034
-            'config'    => array(
1035
-                'items' => array(
1036
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0)
1034
+            'config'    => array (
1035
+                'items' => array (
1036
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0)
1037 1037
                 ),
1038 1038
                 'type'           => 'select',
1039 1039
                 'foreign_table'  => 'tx_dpf_domain_model_transformationfile',
@@ -1041,13 +1041,13 @@  discard block
 block discarded – undo
1041 1041
                 'minitems' => 0,
1042 1042
             ),
1043 1043
         ),
1044
-        'bibtex_transformation' => array(
1044
+        'bibtex_transformation' => array (
1045 1045
             'exclude' => 1,
1046 1046
             'l10n_mode' => 'exclude',
1047 1047
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.bibtex_transformation',
1048
-            'config'    => array(
1049
-                'items' => array(
1050
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0)
1048
+            'config'    => array (
1049
+                'items' => array (
1050
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0)
1051 1051
                 ),
1052 1052
                 'type'           => 'select',
1053 1053
                 'foreign_table'  => 'tx_dpf_domain_model_transformationfile',
@@ -1055,13 +1055,13 @@  discard block
 block discarded – undo
1055 1055
                 'minitems' => 0,
1056 1056
             ),
1057 1057
         ),
1058
-        'riswos_transformation' => array(
1058
+        'riswos_transformation' => array (
1059 1059
             'exclude' => 1,
1060 1060
             'l10n_mode' => 'exclude',
1061 1061
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.riswos_transformation',
1062
-            'config'    => array(
1063
-                'items' => array(
1064
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation',0)
1062
+            'config'    => array (
1063
+                'items' => array (
1064
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.choose_transformation', 0)
1065 1065
                 ),
1066 1066
                 'type'           => 'select',
1067 1067
                 'foreign_table'  => 'tx_dpf_domain_model_transformationfile',
@@ -1069,95 +1069,95 @@  discard block
 block discarded – undo
1069 1069
                 'minitems' => 0,
1070 1070
             ),
1071 1071
         ),
1072
-        'send_admin_deposit_license_notification'  => array(
1072
+        'send_admin_deposit_license_notification'  => array (
1073 1073
             'exclude'   => 1,
1074 1074
             'l10n_mode' => 'exclude',
1075 1075
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.send_admin_deposit_license_notification',
1076
-            'config'    => array(
1076
+            'config'    => array (
1077 1077
                 'type'    => 'check',
1078 1078
                 'default' => 0,
1079 1079
             ),
1080 1080
         ),
1081
-        'active_messaging_suggestion_accept_url' => array(
1081
+        'active_messaging_suggestion_accept_url' => array (
1082 1082
             'exclude' => 1,
1083 1083
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_suggestion_accept_url',
1084
-            'config'  => array(
1084
+            'config'  => array (
1085 1085
                 'type' => 'input',
1086 1086
                 'size' => 50,
1087 1087
                 'eval' => 'trim',
1088 1088
             ),
1089 1089
         ),
1090
-        'active_messaging_suggestion_decline_url' => array(
1090
+        'active_messaging_suggestion_decline_url' => array (
1091 1091
             'exclude' => 1,
1092 1092
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_suggestion_decline_url',
1093
-            'config'  => array(
1093
+            'config'  => array (
1094 1094
                 'type' => 'input',
1095 1095
                 'size' => 50,
1096 1096
                 'eval' => 'trim',
1097 1097
             ),
1098 1098
         ),
1099
-        'active_messaging_new_document_url' => array(
1099
+        'active_messaging_new_document_url' => array (
1100 1100
             'exclude' => 1,
1101 1101
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_new_document_url',
1102
-            'config'  => array(
1102
+            'config'  => array (
1103 1103
                 'type' => 'input',
1104 1104
                 'size' => 50,
1105 1105
                 'eval' => 'trim',
1106 1106
             ),
1107 1107
         ),
1108
-        'active_messaging_changed_document_url' => array(
1108
+        'active_messaging_changed_document_url' => array (
1109 1109
             'exclude' => 1,
1110 1110
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_changed_document_url',
1111
-            'config'  => array(
1111
+            'config'  => array (
1112 1112
                 'type' => 'input',
1113 1113
                 'size' => 50,
1114 1114
                 'eval' => 'trim',
1115 1115
             ),
1116 1116
         ),
1117
-        'active_messaging_suggestion_accept_url_body' => array(
1117
+        'active_messaging_suggestion_accept_url_body' => array (
1118 1118
             'exclude' => 1,
1119 1119
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_suggestion_accept_url_body',
1120
-            'config'  => array(
1120
+            'config'  => array (
1121 1121
                 'type' => 'text',
1122 1122
                 'cols' => 40,
1123 1123
                 'rows' => 15,
1124 1124
                 'eval' => 'trim',
1125 1125
             ),
1126 1126
         ),
1127
-        'active_messaging_suggestion_decline_url_body' => array(
1127
+        'active_messaging_suggestion_decline_url_body' => array (
1128 1128
             'exclude' => 1,
1129 1129
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_suggestion_decline_url_body',
1130
-            'config'  => array(
1130
+            'config'  => array (
1131 1131
                 'type' => 'text',
1132 1132
                 'cols' => 40,
1133 1133
                 'rows' => 15,
1134 1134
                 'eval' => 'trim',
1135 1135
             ),
1136 1136
         ),
1137
-        'active_messaging_new_document_url_body' => array(
1137
+        'active_messaging_new_document_url_body' => array (
1138 1138
             'exclude' => 1,
1139 1139
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_new_document_url_body',
1140
-            'config'  => array(
1140
+            'config'  => array (
1141 1141
                 'type' => 'text',
1142 1142
                 'cols' => 40,
1143 1143
                 'rows' => 15,
1144 1144
                 'eval' => 'trim',
1145 1145
             ),
1146 1146
         ),
1147
-        'active_messaging_changed_document_url_body' => array(
1147
+        'active_messaging_changed_document_url_body' => array (
1148 1148
             'exclude' => 1,
1149 1149
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.active_messaging_changed_document_url_body',
1150
-            'config'  => array(
1150
+            'config'  => array (
1151 1151
                 'type' => 'text',
1152 1152
                 'cols' => 40,
1153 1153
                 'rows' => 15,
1154 1154
                 'eval' => 'trim',
1155 1155
             ),
1156 1156
         ),
1157
-        'fis_mapping' => array(
1157
+        'fis_mapping' => array (
1158 1158
             'exclude' => 1,
1159 1159
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_client.fis_mapping',
1160
-            'config'  => array(
1160
+            'config'  => array (
1161 1161
                 'type' => 'text',
1162 1162
                 'cols' => 40,
1163 1163
                 'rows' => 15,
Please login to merge, or discard this patch.
Upper-Lower-Casing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
         'tstamp'                   => 'tstamp',
23 23
         'crdate'                   => 'crdate',
24 24
         'cruser_id'                => 'cruser_id',
25
-        'versioningWS'             => true,
25
+        'versioningWS'             => TRUE,
26 26
         'languageField'            => 'sys_language_uid',
27 27
         'transOrigPointerField'    => 'l10n_parent',
28 28
         'transOrigDiffSourceField' => 'l10n_diffsource',
@@ -424,7 +424,7 @@  discard block
 block discarded – undo
424 424
                 'cols' => 40,
425 425
                 'rows' => 15,
426 426
                 'eval' => 'trim',
427
-                'enableRichtext' => true,
427
+                'enableRichtext' => TRUE,
428 428
             ),
429 429
         ),
430 430
         'admin_register_document_notification_subject' => array(
@@ -444,7 +444,7 @@  discard block
 block discarded – undo
444 444
                 'cols' => 40,
445 445
                 'rows' => 15,
446 446
                 'eval' => 'trim',
447
-                'enableRichtext' => true,
447
+                'enableRichtext' => TRUE,
448 448
             ),
449 449
         ),
450 450
         'submitter_new_document_notification_subject' => array(
@@ -464,7 +464,7 @@  discard block
 block discarded – undo
464 464
                 'cols' => 40,
465 465
                 'rows' => 15,
466 466
                 'eval' => 'trim',
467
-                'enableRichtext' => true,
467
+                'enableRichtext' => TRUE,
468 468
             ),
469 469
         ),
470 470
         'submitter_ingest_notification_subject' => array(
@@ -484,7 +484,7 @@  discard block
 block discarded – undo
484 484
                 'cols' => 40,
485 485
                 'rows' => 15,
486 486
                 'eval' => 'trim',
487
-                'enableRichtext' => true,
487
+                'enableRichtext' => TRUE,
488 488
             ),
489 489
         ),
490 490
         'admin_new_suggestion_subject' => array(
@@ -504,7 +504,7 @@  discard block
 block discarded – undo
504 504
                 'cols' => 40,
505 505
                 'rows' => 15,
506 506
                 'eval' => 'trim',
507
-                'enableRichtext' => true,
507
+                'enableRichtext' => TRUE,
508 508
             ),
509 509
         ),
510 510
         'admin_embargo_subject' => array(
@@ -524,7 +524,7 @@  discard block
 block discarded – undo
524 524
                 'cols' => 40,
525 525
                 'rows' => 15,
526 526
                 'eval' => 'trim',
527
-                'enableRichtext' => true,
527
+                'enableRichtext' => TRUE,
528 528
             ),
529 529
         ),
530 530
         'admin_oa_fond_subject' => array(
@@ -544,7 +544,7 @@  discard block
 block discarded – undo
544 544
                 'cols' => 40,
545 545
                 'rows' => 15,
546 546
                 'eval' => 'trim',
547
-                'enableRichtext' => true,
547
+                'enableRichtext' => TRUE,
548 548
             ),
549 549
         ),
550 550
         'suggestion_flashmessage' => array(
@@ -923,7 +923,7 @@  discard block
 block discarded – undo
923 923
                 'cols' => 40,
924 924
                 'rows' => 15,
925 925
                 'eval' => 'trim',
926
-                'enableRichtext' => true,
926
+                'enableRichtext' => TRUE,
927 927
             ),
928 928
         ),
929 929
         'admin_deposit_license_notification_body' => array(
@@ -934,7 +934,7 @@  discard block
 block discarded – undo
934 934
                 'cols' => 40,
935 935
                 'rows' => 15,
936 936
                 'eval' => 'trim',
937
-                'enableRichtext' => true,
937
+                'enableRichtext' => TRUE,
938 938
             ),
939 939
         ),
940 940
         'mypublications_new_notification_subject' => array(
@@ -954,7 +954,7 @@  discard block
 block discarded – undo
954 954
                 'cols' => 40,
955 955
                 'rows' => 15,
956 956
                 'eval' => 'trim',
957
-                'enableRichtext' => true,
957
+                'enableRichtext' => TRUE,
958 958
             ),
959 959
         ),
960 960
         'output_transformation' => [
Please login to merge, or discard this patch.
src/Configuration/TCA/tx_dpf_domain_model_depositlicense.php 1 patch
Spacing   +36 added lines, -36 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
     die('Access denied.');
17 17
 }
18 18
 
19
-return array(
20
-    'ctrl' => array(
19
+return array (
20
+    'ctrl' => array (
21 21
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense',
22 22
         'label'                    => 'title',
23 23
         'tstamp'                   => 'tstamp',
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
         'transOrigPointerField'    => 'l10n_parent',
29 29
         'transOrigDiffSourceField' => 'l10n_diffsource',
30 30
         'delete'                   => 'deleted',
31
-        'enablecolumns'            => array(
31
+        'enablecolumns'            => array (
32 32
             'disabled'  => 'hidden',
33 33
             'starttime' => 'starttime',
34 34
             'endtime'   => 'endtime',
@@ -36,124 +36,124 @@  discard block
 block discarded – undo
36 36
         'searchFields'             => 'uri, title, text',
37 37
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_depositlicense.gif',
38 38
     ),
39
-    'interface' => array(
39
+    'interface' => array (
40 40
         'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden,
41 41
         uri, title, text',
42 42
     ),
43
-    'types'     => array(
44
-        '1' => array('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, 
43
+    'types'     => array (
44
+        '1' => array ('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, 
45 45
         uri, title, text,                 
46 46
         --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access, starttime, endtime'),
47 47
     ),
48
-    'palettes'  => array(
49
-        '1' => array('showitem' => ''),
48
+    'palettes'  => array (
49
+        '1' => array ('showitem' => ''),
50 50
     ),
51
-    'columns'   => array(
51
+    'columns'   => array (
52 52
 
53
-        'sys_language_uid'           => array(
53
+        'sys_language_uid'           => array (
54 54
             'exclude' => 1,
55 55
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
56
-            'config'  => array(
56
+            'config'  => array (
57 57
                 'type'                => 'select',
58 58
                 'renderType'          => 'selectSingle',
59 59
                 'foreign_table'       => 'sys_language',
60 60
                 'foreign_table_where' => 'ORDER BY sys_language.title',
61
-                'items'               => array(
62
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
63
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
61
+                'items'               => array (
62
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
63
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
64 64
                 ),
65 65
             ),
66 66
         ),
67
-        'l10n_parent'                => array(
67
+        'l10n_parent'                => array (
68 68
             'displayCond' => 'FIELD:sys_language_uid:>:0',
69 69
             'exclude'     => 1,
70 70
             'label'       => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent',
71
-            'config'      => array(
71
+            'config'      => array (
72 72
                 'type'                => 'select',
73 73
                 'renderType'          => 'selectSingle',
74
-                'items'               => array(
75
-                    array('', 0),
74
+                'items'               => array (
75
+                    array ('', 0),
76 76
                 ),
77 77
                 'foreign_table'       => 'tx_dpf_domain_model_depositlicense',
78 78
                 'foreign_table_where' => 'AND tx_dpf_domain_model_depositlicense.pid=###CURRENT_PID### AND tx_dpf_domain_model_depositlicense.sys_language_uid IN (-1,0)',
79 79
             ),
80 80
         ),
81
-        'l10n_diffsource'            => array(
82
-            'config' => array(
81
+        'l10n_diffsource'            => array (
82
+            'config' => array (
83 83
                 'type' => 'passthrough',
84 84
             ),
85 85
         ),
86 86
 
87
-        't3ver_label'                => array(
87
+        't3ver_label'                => array (
88 88
             'label'  => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
89
-            'config' => array(
89
+            'config' => array (
90 90
                 'type' => 'input',
91 91
                 'size' => 30,
92 92
                 'max'  => 255,
93 93
             ),
94 94
         ),
95 95
 
96
-        'hidden'                     => array(
96
+        'hidden'                     => array (
97 97
             'exclude' => 1,
98 98
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden',
99
-            'config'  => array(
99
+            'config'  => array (
100 100
                 'type' => 'check',
101 101
             ),
102 102
         ),
103
-        'starttime'                  => array(
103
+        'starttime'                  => array (
104 104
             'exclude'   => 1,
105 105
             'l10n_mode' => 'mergeIfNotBlank',
106 106
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
107
-            'config'    => array(
107
+            'config'    => array (
108 108
                 'type'     => 'input',
109 109
                 'renderType' => 'inputDateTime',
110 110
                 'size'     => 13,
111 111
                 'eval'     => 'datetime',
112 112
                 'checkbox' => 0,
113 113
                 'default'  => 0,
114
-                'range'    => array(
114
+                'range'    => array (
115 115
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
116 116
                 ),
117 117
             ),
118 118
         ),
119
-        'endtime'                    => array(
119
+        'endtime'                    => array (
120 120
             'exclude'   => 1,
121 121
             'l10n_mode' => 'mergeIfNotBlank',
122 122
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
123
-            'config'    => array(
123
+            'config'    => array (
124 124
                 'type'     => 'input',
125 125
                 'renderType' => 'inputDateTime',
126 126
                 'size'     => 13,
127 127
                 'eval'     => 'datetime',
128 128
                 'checkbox' => 0,
129 129
                 'default'  => 0,
130
-                'range'    => array(
130
+                'range'    => array (
131 131
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
132 132
                 ),
133 133
             ),
134 134
         ),
135
-        'uri'                      => array(
135
+        'uri'                      => array (
136 136
             'exclude' => 1,
137 137
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.uri',
138
-            'config'  => array(
138
+            'config'  => array (
139 139
                 'type' => 'input',
140 140
                 'size' => 30,
141 141
                 'eval' => 'trim',
142 142
             ),
143 143
         ),
144
-        'title'                      => array(
144
+        'title'                      => array (
145 145
             'exclude' => 1,
146 146
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.title',
147
-            'config'  => array(
147
+            'config'  => array (
148 148
                 'type' => 'input',
149 149
                 'size' => 30,
150 150
                 'eval' => 'trim',
151 151
             ),
152 152
         ),
153
-        'text'                   => array(
153
+        'text'                   => array (
154 154
             'exclude' => 1,
155 155
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_depositlicense.text',
156
-            'config'  => array(
156
+            'config'  => array (
157 157
                 'type' => 'text',
158 158
                 'cols' => 40,
159 159
                 'rows' => 15,
Please login to merge, or discard this patch.
src/Configuration/TCA/tx_dpf_domain_model_metadataobject.php 1 patch
Spacing   +104 added lines, -104 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
     die('Access denied.');
17 17
 }
18 18
 
19
-return array(
20
-    'ctrl' => array(
19
+return array (
20
+    'ctrl' => array (
21 21
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject',
22 22
         'label'                    => 'name',
23 23
         'tstamp'                   => 'tstamp',
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
         'transOrigPointerField'    => 'l10n_parent',
29 29
         'transOrigDiffSourceField' => 'l10n_diffsource',
30 30
         'delete'                   => 'deleted',
31
-        'enablecolumns'            => array(
31
+        'enablecolumns'            => array (
32 32
             'disabled'  => 'hidden',
33 33
             'starttime' => 'starttime',
34 34
             'endtime'   => 'endtime',
@@ -36,290 +36,290 @@  discard block
 block discarded – undo
36 36
         'searchFields'             => 'name, display_name, max_iteration, mandatory, data_type, validation, mapping, mods_extension, json_mapping, input_field, deposit_license, max_input_length, input_option_list, fill_out_service, gnd_field_uid, default_value, access_restriction_roles, consent, embargo, fis_person_mapping, fis_organisation_mapping, gnd_person_mapping, gnd_organisation_mapping, ror_mapping, zdb_mapping, unpaywall_mapping, orcid_person_mapping, object_type',
37 37
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_metadataobject.gif',
38 38
     ),
39
-    'interface' => array(
39
+    'interface' => array (
40 40
         'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, name, display_name, max_iteration, mandatory, data_type, validation, mapping, mods_extension, json_mapping, input_field, deposit_license, max_input_length, input_option_list, fill_out_service, gnd_field_uid, default_value, access_restriction_roles, consent, embargo, fis_person_mapping, fis_organisation_mapping, gnd_person_mapping, gnd_organisation_mapping, ror_mapping, zdb_mapping, unpaywall_mapping, orcid_person_mapping, object_type',
41 41
     ),
42
-    'types'     => array(
43
-        '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, max_iteration, mandatory, data_type, validation, mapping, mods_extension, json_mapping, input_field, deposit_license, max_input_length, input_option_list, fill_out_service, gnd_field_uid, default_value, access_restriction_roles, consent, embargo, fis_person_mapping, fis_organisation_mapping, gnd_person_mapping, gnd_organisation_mapping, ror_mapping, zdb_mapping, unpaywall_mapping, orcid_person_mapping, object_type, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'),
42
+    'types'     => array (
43
+        '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, max_iteration, mandatory, data_type, validation, mapping, mods_extension, json_mapping, input_field, deposit_license, max_input_length, input_option_list, fill_out_service, gnd_field_uid, default_value, access_restriction_roles, consent, embargo, fis_person_mapping, fis_organisation_mapping, gnd_person_mapping, gnd_organisation_mapping, ror_mapping, zdb_mapping, unpaywall_mapping, orcid_person_mapping, object_type, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'),
44 44
     ),
45
-    'palettes'  => array(
46
-        '1' => array('showitem' => ''),
45
+    'palettes'  => array (
46
+        '1' => array ('showitem' => ''),
47 47
     ),
48
-    'columns'   => array(
48
+    'columns'   => array (
49 49
 
50
-        'sys_language_uid'  => array(
50
+        'sys_language_uid'  => array (
51 51
             'exclude' => 1,
52 52
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
53
-            'config'  => array(
53
+            'config'  => array (
54 54
                 'type'                => 'select',
55 55
                 'renderType'          => 'selectSingle',
56 56
                 'foreign_table'       => 'sys_language',
57 57
                 'foreign_table_where' => 'ORDER BY sys_language.title',
58
-                'items'               => array(
59
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
60
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
58
+                'items'               => array (
59
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
60
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
61 61
                 ),
62 62
             ),
63 63
         ),
64
-        'l10n_parent'       => array(
64
+        'l10n_parent'       => array (
65 65
             'displayCond' => 'FIELD:sys_language_uid:>:0',
66 66
             'exclude'     => 1,
67 67
             'label'       => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent',
68
-            'config'      => array(
68
+            'config'      => array (
69 69
                 'type'                => 'select',
70 70
                 'renderType'          => 'selectSingle',
71
-                'items'               => array(
72
-                    array('', 0),
71
+                'items'               => array (
72
+                    array ('', 0),
73 73
                 ),
74 74
                 'foreign_table'       => 'tx_dpf_domain_model_metadataobject',
75 75
                 'foreign_table_where' => 'AND tx_dpf_domain_model_metadataobject.pid=###CURRENT_PID### AND tx_dpf_domain_model_metadataobject.sys_language_uid IN (-1,0)',
76 76
             ),
77 77
         ),
78
-        'l10n_diffsource'   => array(
79
-            'config' => array(
78
+        'l10n_diffsource'   => array (
79
+            'config' => array (
80 80
                 'type' => 'passthrough',
81 81
             ),
82 82
         ),
83 83
 
84
-        't3ver_label'       => array(
84
+        't3ver_label'       => array (
85 85
             'label'  => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
86
-            'config' => array(
86
+            'config' => array (
87 87
                 'type' => 'input',
88 88
                 'size' => 30,
89 89
                 'max'  => 255,
90 90
             ),
91 91
         ),
92 92
 
93
-        'hidden'            => array(
93
+        'hidden'            => array (
94 94
             'exclude'   => 1,
95 95
             'l10n_mode' => 'exclude',
96 96
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden',
97
-            'config'    => array(
97
+            'config'    => array (
98 98
                 'type' => 'check',
99 99
             ),
100 100
         ),
101
-        'starttime'         => array(
101
+        'starttime'         => array (
102 102
             'exclude'   => 1,
103 103
             'l10n_mode' => 'mergeIfNotBlank',
104 104
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
105
-            'config'    => array(
105
+            'config'    => array (
106 106
                 'type'     => 'input',
107 107
                 'renderType' => 'inputDateTime',
108 108
                 'size'     => 13,
109 109
                 'eval'     => 'datetime',
110 110
                 'checkbox' => 0,
111 111
                 'default'  => 0,
112
-                'range'    => array(
112
+                'range'    => array (
113 113
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
114 114
                 ),
115 115
             ),
116 116
         ),
117
-        'endtime'           => array(
117
+        'endtime'           => array (
118 118
             'exclude'   => 1,
119 119
             'l10n_mode' => 'mergeIfNotBlank',
120 120
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
121
-            'config'    => array(
121
+            'config'    => array (
122 122
                 'type'     => 'input',
123 123
                 'renderType' => 'inputDateTime',
124 124
                 'size'     => 13,
125 125
                 'eval'     => 'datetime',
126 126
                 'checkbox' => 0,
127 127
                 'default'  => 0,
128
-                'range'    => array(
128
+                'range'    => array (
129 129
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
130 130
                 ),
131 131
             ),
132 132
         ),
133 133
 
134
-        'name'              => array(
134
+        'name'              => array (
135 135
             'exclude'   => 1,
136 136
             'l10n_mode' => 'exclude',
137 137
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.name',
138
-            'config'    => array(
138
+            'config'    => array (
139 139
                 'type' => 'input',
140 140
                 'size' => 30,
141 141
                 'eval' => 'trim',
142 142
             ),
143 143
         ),
144
-        'display_name'      => array(
144
+        'display_name'      => array (
145 145
             'exclude' => 1,
146 146
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.display_name',
147
-            'config'  => array(
147
+            'config'  => array (
148 148
                 'type' => 'input',
149 149
                 'size' => 30,
150 150
                 'eval' => 'trim',
151 151
             ),
152 152
         ),
153
-        'max_iteration'     => array(
153
+        'max_iteration'     => array (
154 154
             'exclude'   => 1,
155 155
             'l10n_mode' => 'exclude',
156 156
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.max_iteration',
157
-            'config'    => array(
157
+            'config'    => array (
158 158
                 'type' => 'input',
159 159
                 'size' => 4,
160 160
                 'eval' => 'int',
161 161
             ),
162 162
         ),
163
-        'mandatory'         => array(
163
+        'mandatory'         => array (
164 164
             'exclude'   => 1,
165 165
             'l10n_mode' => 'exclude',
166 166
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory',
167
-            'config'    => array(
167
+            'config'    => array (
168 168
                 'type' => 'select',
169 169
                 'size' => 1,
170 170
                 'maxitems' => 1,
171
-                'items' => array(
172
-                    array('',''),
173
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY),
174
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_file_only', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY_FILE_ONLY),
171
+                'items' => array (
172
+                    array ('', ''),
173
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY),
174
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mandatory_file_only', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY_FILE_ONLY),
175 175
                 ),
176 176
             ),
177 177
         ),
178
-        'mapping'           => array(
178
+        'mapping'           => array (
179 179
             'exclude'   => 1,
180 180
             'l10n_mode' => 'exclude',
181 181
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mapping',
182
-            'config'    => array(
182
+            'config'    => array (
183 183
                 'type' => 'input',
184 184
                 'size' => 30,
185 185
                 'eval' => 'trim',
186 186
             ),
187 187
         ),
188
-        'json_mapping'           => array(
188
+        'json_mapping'           => array (
189 189
             'exclude'   => 1,
190 190
             'l10n_mode' => 'exclude',
191 191
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.json_mapping',
192
-            'config'    => array(
192
+            'config'    => array (
193 193
                 'type' => 'input',
194 194
                 'size' => 30,
195 195
                 'eval' => 'trim',
196 196
             ),
197 197
         ),
198
-        'data_type'         => array(
198
+        'data_type'         => array (
199 199
             'exclude'   => 1,
200 200
             'l10n_mode' => 'exclude',
201 201
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type',
202
-            'config'    => array(
202
+            'config'    => array (
203 203
                 'type'     => 'select',
204 204
                 'renderType' => 'selectSingle',
205
-                'items'    => array(
206
-                    array('', ''),
207
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type.regexp', \EWW\Dpf\Domain\Model\MetadataObject::INPUT_DATA_TYPE_REGEXP),
208
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type.date', \EWW\Dpf\Domain\Model\MetadataObject::INPUT_DATA_TYPE_DATE),
205
+                'items'    => array (
206
+                    array ('', ''),
207
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type.regexp', \EWW\Dpf\Domain\Model\MetadataObject::INPUT_DATA_TYPE_REGEXP),
208
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.data_type.date', \EWW\Dpf\Domain\Model\MetadataObject::INPUT_DATA_TYPE_DATE),
209 209
                 ),
210 210
                 'size'     => 1,
211 211
                 'maxitems' => 1,
212 212
                 'eval'     => '',
213 213
             ),
214 214
         ),
215
-        'validation'        => array(
215
+        'validation'        => array (
216 216
             'exclude'   => 1,
217 217
             'l10n_mode' => 'exclude',
218 218
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.validation',
219
-            'config'    => array(
219
+            'config'    => array (
220 220
                 'type' => 'input',
221 221
                 'size' => 30,
222 222
                 'eval' => 'trim',
223 223
             ),
224 224
         ),
225
-        'mods_extension'    => array(
225
+        'mods_extension'    => array (
226 226
             'exclude'   => 1,
227 227
             'l10n_mode' => 'exclude',
228 228
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.mods_extension',
229
-            'config'    => array(
229
+            'config'    => array (
230 230
                 'type'    => 'check',
231 231
                 'default' => 0,
232 232
             ),
233 233
         ),
234
-        'access_restriction_roles' => array(
234
+        'access_restriction_roles' => array (
235 235
             'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.access_restriction_roles',
236
-            'config' => array(
236
+            'config' => array (
237 237
                 'type' => 'select',
238 238
                 'size' => 2,
239 239
                 'maxitems' => 2,
240
-                'items' => array(
241
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER),
242
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN),
240
+                'items' => array (
241
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER),
242
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN),
243 243
                 ),
244 244
             ),
245 245
         ),
246
-        'consent'           => array(
246
+        'consent'           => array (
247 247
             'exclude'   => 1,
248 248
             'l10n_mode' => 'exclude',
249 249
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.consent',
250
-            'config'    => array(
250
+            'config'    => array (
251 251
                 'type'    => 'check',
252 252
                 'default' => 0,
253 253
             ),
254 254
         ),
255
-        'input_field'       => array(
255
+        'input_field'       => array (
256 256
             'onChange' => 'reload',
257 257
             'exclude'   => 1,
258 258
             'l10n_mode' => 'exclude',
259 259
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_field',
260
-            'config'    => array(
260
+            'config'    => array (
261 261
                 'type'     => 'select',
262 262
                 'renderType' => 'selectSingle',
263
-                'items'    => array(
264
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.input', \EWW\Dpf\Domain\Model\MetadataObject::input),
265
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.textarea', \EWW\Dpf\Domain\Model\MetadataObject::textarea),
266
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.select', \EWW\Dpf\Domain\Model\MetadataObject::select),
267
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.checkbox', \EWW\Dpf\Domain\Model\MetadataObject::checkbox),
268
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.hidden', \EWW\Dpf\Domain\Model\MetadataObject::hidden),
269
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.inputDropdown', \EWW\Dpf\Domain\Model\MetadataObject::INPUTDROPDOWN),
263
+                'items'    => array (
264
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.input', \EWW\Dpf\Domain\Model\MetadataObject::input),
265
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.textarea', \EWW\Dpf\Domain\Model\MetadataObject::textarea),
266
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.select', \EWW\Dpf\Domain\Model\MetadataObject::select),
267
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.checkbox', \EWW\Dpf\Domain\Model\MetadataObject::checkbox),
268
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.hidden', \EWW\Dpf\Domain\Model\MetadataObject::hidden),
269
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_type.inputDropdown', \EWW\Dpf\Domain\Model\MetadataObject::INPUTDROPDOWN),
270 270
                 ),
271 271
                 'size'     => 1,
272 272
                 'maxitems' => 1,
273 273
                 'eval'     => '',
274 274
             ),
275 275
         ),
276
-        'deposit_license'       => array(
277
-            'displayCond' => array(
278
-                'OR' => array(
276
+        'deposit_license'       => array (
277
+            'displayCond' => array (
278
+                'OR' => array (
279 279
                     'FIELD:input_field:REQ:false',
280
-                    'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::checkbox,
280
+                    'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::checkbox,
281 281
                 ),
282 282
             ),
283 283
             'exclude'   => 1,
284 284
             'l10n_mode' => 'exclude',
285 285
             'label'     => 'Checkbox Value',
286
-            'config'    => array(
286
+            'config'    => array (
287 287
                 'type'     => 'select',
288 288
                 'renderType' => 'selectSingle',
289 289
                 'foreign_table' => 'tx_dpf_domain_model_depositlicense',
290
-                'items'    => array(
291
-                    array('', 0),
290
+                'items'    => array (
291
+                    array ('', 0),
292 292
                 ),
293 293
                 'size'     => 1,
294 294
                 'maxitems' => 1,
295 295
                 'eval'     => '',
296 296
             ),
297 297
         ),
298
-        'max_input_length'       => array(
299
-            'displayCond' => array(
300
-                'OR' => array(
298
+        'max_input_length'       => array (
299
+            'displayCond' => array (
300
+                'OR' => array (
301 301
                     'FIELD:input_field:REQ:false',
302
-                    'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::input,
303
-                    'FIELD:input_field:=:'.\EWW\Dpf\Domain\Model\MetadataObject::textarea,
302
+                    'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::input,
303
+                    'FIELD:input_field:=:' . \EWW\Dpf\Domain\Model\MetadataObject::textarea,
304 304
                 ),
305 305
             ),
306 306
             'exclude'   => 1,
307 307
             'l10n_mode' => 'exclude',
308 308
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.max_input_length',
309
-            'config'    => array(
309
+            'config'    => array (
310 310
                 'type' => 'input',
311 311
                 'size' => 4,
312 312
                 'eval' => 'trim,number',
313 313
             ),
314 314
         ),
315
-        'input_option_list' => array(
315
+        'input_option_list' => array (
316 316
             'exclude' => 1,
317 317
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.input_option_list',
318
-            'config'  => array(
318
+            'config'  => array (
319 319
                 'type'                => 'select',
320 320
                 'renderType'          => 'selectSingle',
321
-                'items'               => array(
322
-                    array('', 0),
321
+                'items'               => array (
322
+                    array ('', 0),
323 323
                 ),
324 324
                 'foreign_table'       => 'tx_dpf_domain_model_inputoptionlist',
325 325
                 'foreign_table_where' => ' AND (tx_dpf_domain_model_inputoptionlist.pid=###CURRENT_PID###) AND (tx_dpf_domain_model_inputoptionlist.sys_language_uid = 0)',
@@ -327,27 +327,27 @@  discard block
 block discarded – undo
327 327
                 'maxitems'            => 1,
328 328
             ),
329 329
         ),
330
-        'default_value'     => array(
330
+        'default_value'     => array (
331 331
             'exclude' => 1,
332 332
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.default_value',
333
-            'config'  => array(
333
+            'config'  => array (
334 334
                 'type' => 'text',
335 335
                 'cols' => 20,
336 336
                 'rows' => 3,
337 337
                 'eval' => 'trim',
338 338
             ),
339 339
         ),
340
-        'fill_out_service'  => array(
340
+        'fill_out_service'  => array (
341 341
             'exclude'   => 1,
342 342
             'l10n_mode' => 'exclude',
343 343
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service',
344
-            'config'    => array(
344
+            'config'    => array (
345 345
                 'type'     => 'select',
346 346
                 'renderType' => 'selectSingle',
347
-                'items'    => array(
348
-                    array('', 0),
349
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service.urn', \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_URN),
350
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service.gnd', \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND),
347
+                'items'    => array (
348
+                    array ('', 0),
349
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service.urn', \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_URN),
350
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.fill_out_service.gnd', \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND),
351 351
                 ),
352 352
                 'size'     => 1,
353 353
                 'maxitems' => 1,
@@ -355,26 +355,26 @@  discard block
 block discarded – undo
355 355
             ),
356 356
             'onChange' => 'reload',
357 357
         ),
358
-        'gnd_field_uid' => array(
359
-            'displayCond' => 'FIELD:fill_out_service:=:'.\EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND,
358
+        'gnd_field_uid' => array (
359
+            'displayCond' => 'FIELD:fill_out_service:=:' . \EWW\Dpf\Domain\Model\MetadataObject::FILL_OUT_SERVICE_GND,
360 360
             'exclude'   => 0,
361 361
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.gnd_field_uid',
362
-            'config'  => array(
362
+            'config'  => array (
363 363
                 'type' => 'input',
364 364
                 'size' => 30,
365 365
                 'eval' => 'trim',
366 366
             ),
367 367
         ),
368
-        'metadatagroup'     => array(
369
-            'config' => array(
368
+        'metadatagroup'     => array (
369
+            'config' => array (
370 370
                 'type' => 'passthrough',
371 371
             ),
372 372
         ),
373
-        'embargo'    => array(
373
+        'embargo'    => array (
374 374
             'exclude'   => 1,
375 375
             'l10n_mode' => 'exclude',
376 376
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadataobject.embargo',
377
-            'config'    => array(
377
+            'config'    => array (
378 378
                 'type'    => 'check',
379 379
                 'default' => 0,
380 380
             ),
Please login to merge, or discard this patch.
src/Configuration/TCA/tx_dpf_domain_model_bookmark.php 1 patch
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
     die('Access denied.');
17 17
 }
18 18
 
19
-return array(
20
-    'ctrl' => array(
19
+return array (
20
+    'ctrl' => array (
21 21
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_bookmark',
22 22
         'label'                    => 'document_identifier',
23 23
         //'tstamp'                   => 'tstamp',
@@ -36,33 +36,33 @@  discard block
 block discarded – undo
36 36
         'searchFields'             => 'document_identifier, fe_user_uid',
37 37
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_editinglock.gif',
38 38
     ),
39
-    'interface' => array(
39
+    'interface' => array (
40 40
         'showRecordFieldList' => 'document_identifier, fe_user_uid',
41 41
     ),
42
-    'types'     => array(
43
-        '1' => array('showitem' => ',--palette--;;1, 
42
+    'types'     => array (
43
+        '1' => array ('showitem' => ',--palette--;;1, 
44 44
         document_identifier, fe_user_uid,      
45 45
         --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access'),
46 46
     ),
47
-    'palettes'  => array(
48
-        '1' => array('showitem' => ''),
47
+    'palettes'  => array (
48
+        '1' => array ('showitem' => ''),
49 49
     ),
50
-    'columns'   => array(
50
+    'columns'   => array (
51 51
 
52
-        'document_identifier' => array(
52
+        'document_identifier' => array (
53 53
             'exclude' => 0,
54 54
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_bookmark.document_identifier',
55
-            'config'  => array(
55
+            'config'  => array (
56 56
                 'type' => 'input',
57 57
                 'size' => '30',
58 58
                 'eval' => 'trim',
59 59
             ),
60 60
         ),
61
-        'fe_user_uid'         => array(
61
+        'fe_user_uid'         => array (
62 62
             'exclude'   => 1,
63 63
             'l10n_mode' => 'exclude',
64 64
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_bookmark.feuser',
65
-            'config'    => array(
65
+            'config'    => array (
66 66
                 'type'    => 'input',
67 67
                 'size'    => 30,
68 68
                 'eval'    => 'trim'
Please login to merge, or discard this patch.
src/Configuration/TCA/tx_dpf_domain_model_metadatagroup.php 1 patch
Spacing   +63 added lines, -63 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
     die('Access denied.');
17 17
 }
18 18
 
19
-return array(
20
-    'ctrl' => array(
19
+return array (
20
+    'ctrl' => array (
21 21
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup',
22 22
         'label'                    => 'name',
23 23
         'tstamp'                   => 'tstamp',
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
         'transOrigPointerField'    => 'l10n_parent',
29 29
         'transOrigDiffSourceField' => 'l10n_diffsource',
30 30
         'delete'                   => 'deleted',
31
-        'enablecolumns'            => array(
31
+        'enablecolumns'            => array (
32 32
             'disabled'  => 'hidden',
33 33
             'starttime' => 'starttime',
34 34
             'endtime'   => 'endtime',
@@ -36,211 +36,211 @@  discard block
 block discarded – undo
36 36
         'searchFields'             => 'name, display_name, mandatory, mapping_for_reading, mapping, mods_extension_mapping, mods_extension_reference, json_mapping, max_iteration, metadata_object, access_restriction_roles, info_text, group_type',
37 37
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_metadatagroup.gif',
38 38
     ),
39
-    'interface' => array(
39
+    'interface' => array (
40 40
         'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, name, display_name, mandatory, mapping_for_reading, mapping, mods_extension_mapping, mods_extension_reference, json_mapping, max_iteration, metadata_object, access_restriction_roles, info_text, group_type',
41 41
     ),
42
-    'types'     => array(
43
-        '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, mandatory, mapping_for_reading, mapping, mods_extension_mapping, mods_extension_reference, json_mapping, max_iteration, metadata_object, access_restriction_roles, info_text, group_type, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'),
42
+    'types'     => array (
43
+        '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, name, display_name, mandatory, mapping_for_reading, mapping, mods_extension_mapping, mods_extension_reference, json_mapping, max_iteration, metadata_object, access_restriction_roles, info_text, group_type, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'),
44 44
     ),
45
-    'palettes'  => array(
46
-        '1' => array('showitem' => ''),
45
+    'palettes'  => array (
46
+        '1' => array ('showitem' => ''),
47 47
     ),
48
-    'columns'   => array(
48
+    'columns'   => array (
49 49
 
50
-        'sys_language_uid'         => array(
50
+        'sys_language_uid'         => array (
51 51
             'exclude' => 1,
52 52
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
53
-            'config'  => array(
53
+            'config'  => array (
54 54
                 'type'                => 'select',
55 55
                 'renderType'          => 'selectSingle',
56 56
                 'foreign_table'       => 'sys_language',
57 57
                 'foreign_table_where' => 'ORDER BY sys_language.title',
58
-                'items'               => array(
59
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
60
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
58
+                'items'               => array (
59
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
60
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
61 61
                 ),
62 62
             ),
63 63
         ),
64
-        'l10n_parent'              => array(
64
+        'l10n_parent'              => array (
65 65
             'displayCond' => 'FIELD:sys_language_uid:>:0',
66 66
             'exclude'     => 1,
67 67
             'label'       => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent',
68
-            'config'      => array(
68
+            'config'      => array (
69 69
                 'type'                => 'select',
70 70
                 'renderType'          => 'selectSingle',
71
-                'items'               => array(
72
-                    array('', 0),
71
+                'items'               => array (
72
+                    array ('', 0),
73 73
                 ),
74 74
                 'foreign_table'       => 'tx_dpf_domain_model_metadatagroup',
75 75
                 'foreign_table_where' => 'AND tx_dpf_domain_model_metadatagroup.pid=###CURRENT_PID### AND tx_dpf_domain_model_metadatagroup.sys_language_uid IN (-1,0)',
76 76
             ),
77 77
         ),
78
-        'l10n_diffsource'          => array(
79
-            'config' => array(
78
+        'l10n_diffsource'          => array (
79
+            'config' => array (
80 80
                 'type' => 'passthrough',
81 81
             ),
82 82
         ),
83 83
 
84
-        't3ver_label'              => array(
84
+        't3ver_label'              => array (
85 85
             'label'  => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
86
-            'config' => array(
86
+            'config' => array (
87 87
                 'type' => 'input',
88 88
                 'size' => 30,
89 89
                 'max'  => 255,
90 90
             ),
91 91
         ),
92 92
 
93
-        'hidden'                   => array(
93
+        'hidden'                   => array (
94 94
             'exclude'   => 1,
95 95
             'l10n_mode' => 'exclude',
96 96
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden',
97
-            'config'    => array(
97
+            'config'    => array (
98 98
                 'type' => 'check',
99 99
             ),
100 100
         ),
101
-        'starttime'                => array(
101
+        'starttime'                => array (
102 102
             'exclude'   => 1,
103 103
             'l10n_mode' => 'mergeIfNotBlank',
104 104
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
105
-            'config'    => array(
105
+            'config'    => array (
106 106
                 'type'     => 'input',
107 107
                 'renderType' => 'inputDateTime',
108 108
                 'size'     => 13,
109 109
                 'eval'     => 'datetime',
110 110
                 'checkbox' => 0,
111 111
                 'default'  => 0,
112
-                'range'    => array(
112
+                'range'    => array (
113 113
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
114 114
                 ),
115 115
             ),
116 116
         ),
117
-        'endtime'                  => array(
117
+        'endtime'                  => array (
118 118
             'exclude'   => 1,
119 119
             'l10n_mode' => 'mergeIfNotBlank',
120 120
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
121
-            'config'    => array(
121
+            'config'    => array (
122 122
                 'type'     => 'input',
123 123
                 'renderType' => 'inputDateTime',
124 124
                 'size'     => 13,
125 125
                 'eval'     => 'datetime',
126 126
                 'checkbox' => 0,
127 127
                 'default'  => 0,
128
-                'range'    => array(
128
+                'range'    => array (
129 129
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
130 130
                 ),
131 131
             ),
132 132
         ),
133 133
 
134
-        'name'                     => array(
134
+        'name'                     => array (
135 135
             'exclude'   => 1,
136 136
             'l10n_mode' => 'exclude',
137 137
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.name',
138
-            'config'    => array(
138
+            'config'    => array (
139 139
                 'type' => 'input',
140 140
                 'size' => 30,
141 141
                 'eval' => 'trim,uniqueInPid',
142 142
             ),
143 143
         ),
144
-        'display_name'             => array(
144
+        'display_name'             => array (
145 145
             'exclude' => 1,
146 146
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.display_name',
147
-            'config'  => array(
147
+            'config'  => array (
148 148
                 'type' => 'input',
149 149
                 'size' => 30,
150 150
                 'eval' => 'trim',
151 151
             ),
152 152
         ),
153
-        'mandatory'                => array(
153
+        'mandatory'                => array (
154 154
             'exclude'   => 1,
155 155
             'l10n_mode' => 'exclude',
156 156
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory',
157
-            'config'    => array(
157
+            'config'    => array (
158 158
                 'type' => 'select',
159 159
                 'size' => 1,
160 160
                 'maxitems' => 1,
161
-                'items' => array(
162
-                    array('',''),
163
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY),
164
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_file_only', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY_FILE_ONLY),
161
+                'items' => array (
162
+                    array ('', ''),
163
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_yes', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY),
164
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mandatory_file_only', \EWW\Dpf\Domain\Model\MetadataMandatoryInterface::MANDATORY_FILE_ONLY),
165 165
                 ),
166 166
             ),
167 167
         ),
168
-        'mapping_for_reading'      => array(
168
+        'mapping_for_reading'      => array (
169 169
             'exclude'   => 1,
170 170
             'l10n_mode' => 'exclude',
171 171
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mapping_for_reading',
172
-            'config'    => array(
172
+            'config'    => array (
173 173
                 'type' => 'input',
174 174
                 'size' => 30,
175 175
                 'eval' => 'trim',
176 176
             ),
177 177
         ),
178
-        'mapping'                  => array(
178
+        'mapping'                  => array (
179 179
             'exclude'   => 1,
180 180
             'l10n_mode' => 'exclude',
181 181
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mapping',
182
-            'config'    => array(
182
+            'config'    => array (
183 183
                 'type' => 'input',
184 184
                 'size' => 30,
185 185
                 'eval' => 'trim',
186 186
             ),
187 187
         ),
188
-        'mods_extension_mapping'   => array(
188
+        'mods_extension_mapping'   => array (
189 189
             'exclude'   => 1,
190 190
             'l10n_mode' => 'exclude',
191 191
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mods_extension_mapping',
192
-            'config'    => array(
192
+            'config'    => array (
193 193
                 'type' => 'input',
194 194
                 'size' => 30,
195 195
                 'eval' => 'trim',
196 196
             ),
197 197
         ),
198
-        'mods_extension_reference' => array(
198
+        'mods_extension_reference' => array (
199 199
             'exclude'   => 1,
200 200
             'l10n_mode' => 'exclude',
201 201
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.mods_extension_reference',
202
-            'config'    => array(
202
+            'config'    => array (
203 203
                 'type' => 'input',
204 204
                 'size' => 30,
205 205
                 'eval' => 'trim',
206 206
             ),
207 207
         ),
208
-        'json_mapping'                  => array(
208
+        'json_mapping'                  => array (
209 209
             'exclude'   => 1,
210 210
             'l10n_mode' => 'exclude',
211 211
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.json_mapping',
212
-            'config'    => array(
212
+            'config'    => array (
213 213
                 'type' => 'input',
214 214
                 'size' => 30,
215 215
                 'eval' => 'trim',
216 216
             ),
217 217
         ),
218
-        'max_iteration'            => array(
218
+        'max_iteration'            => array (
219 219
             'exclude'   => 1,
220 220
             'l10n_mode' => 'exclude',
221 221
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.max_iteration',
222
-            'config'    => array(
222
+            'config'    => array (
223 223
                 'type' => 'input',
224 224
                 'size' => 4,
225 225
                 'eval' => 'int',
226 226
             ),
227 227
         ),
228
-        'access_restriction_roles' => array(
228
+        'access_restriction_roles' => array (
229 229
             'label' => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.access_restriction_roles',
230
-            'config' => array(
230
+            'config' => array (
231 231
                 'type' => 'select',
232 232
                 'size' => 2,
233 233
                 'maxitems' => 2,
234
-                'items' => array(
235
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER),
236
-                    array('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN),
234
+                'items' => array (
235
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_researcher', EWW\Dpf\Security\Security::ROLE_RESEARCHER),
236
+                    array ('LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feusergroup.kitodo_role_librarian', EWW\Dpf\Security\Security::ROLE_LIBRARIAN),
237 237
                 ),
238 238
             ),
239 239
         ),
240
-        'info_text'                => array(
240
+        'info_text'                => array (
241 241
             'exclude' => 1,
242 242
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.info_text',
243
-            'config'  => array(
243
+            'config'  => array (
244 244
                 'type' => 'text',
245 245
                 'cols' => 40,
246 246
                 'rows' => 15,
@@ -248,24 +248,24 @@  discard block
 block discarded – undo
248 248
                 'enableRichtext' => true,
249 249
             ),
250 250
         ),
251
-        'metadata_object'          => array(
251
+        'metadata_object'          => array (
252 252
             'exclude'   => 1,
253 253
             'l10n_mode' => 'exclude',
254 254
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_metadatagroup.metadata_object',
255
-            'config'    => array(
255
+            'config'    => array (
256 256
                 'type'           => 'inline',
257 257
                 'foreign_table'  => 'tx_dpf_domain_model_metadataobject',
258 258
                 'foreign_field'  => 'metadatagroup',
259 259
                 'foreign_label'  => 'display_name',
260 260
                 'foreign_sortby' => 'sorting',
261
-                'behaviour'      => array(
261
+                'behaviour'      => array (
262 262
                     'disableMovingChildrenWithParent' => 1,
263 263
                 ),
264 264
                 'size'           => 10,
265 265
                 'autoSizeMax'    => 30,
266 266
                 'maxitems'       => 9999,
267 267
                 'multiple'       => 0,
268
-                'appearance'     => array(
268
+                'appearance'     => array (
269 269
                     'collapseAll'                     => 1,
270 270
                     'levelLinksPosition'              => 'top',
271 271
                     'showSynchronizationLink'         => 1,
Please login to merge, or discard this patch.
src/Configuration/TCA/tx_dpf_domain_model_transformationfile.php 1 patch
Spacing   +35 added lines, -35 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
     die('Access denied.');
17 17
 }
18 18
 
19
-return array(
20
-    'ctrl' => array(
19
+return array (
20
+    'ctrl' => array (
21 21
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_transformationfile',
22 22
         'label'                    => 'title',
23 23
         'tstamp'                   => 'tstamp',
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
         'transOrigPointerField'    => 'l10n_parent',
29 29
         'transOrigDiffSourceField' => 'l10n_diffsource',
30 30
         'delete'                   => 'deleted',
31
-        'enablecolumns'            => array(
31
+        'enablecolumns'            => array (
32 32
             'disabled'  => 'hidden',
33 33
             'starttime' => 'starttime',
34 34
             'endtime'   => 'endtime',
@@ -36,120 +36,120 @@  discard block
 block discarded – undo
36 36
         'searchFields'             => 'title, label, link, file',
37 37
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_file.gif',
38 38
     ),
39
-    'interface' => array(
39
+    'interface' => array (
40 40
         'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, title, label, file',
41 41
     ),
42
-    'types'     => array(
43
-        '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, title, label, file, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'),
42
+    'types'     => array (
43
+        '1' => array ('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, --palette--;;1, title, label, file, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, starttime, endtime'),
44 44
     ),
45
-    'palettes'  => array(
46
-        '1' => array('showitem' => ''),
45
+    'palettes'  => array (
46
+        '1' => array ('showitem' => ''),
47 47
     ),
48
-    'columns'   => array(
48
+    'columns'   => array (
49 49
 
50
-        'sys_language_uid'      => array(
50
+        'sys_language_uid'      => array (
51 51
             'exclude' => 1,
52 52
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
53
-            'config'  => array(
53
+            'config'  => array (
54 54
                 'type'                => 'select',
55 55
                 'renderType'          => 'selectSingle',
56 56
                 'foreign_table'       => 'sys_language',
57 57
                 'foreign_table_where' => 'ORDER BY sys_language.title',
58
-                'items'               => array(
59
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
60
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
58
+                'items'               => array (
59
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
60
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
61 61
                 ),
62 62
             ),
63 63
         ),
64
-        'l10n_parent'           => array(
64
+        'l10n_parent'           => array (
65 65
             'displayCond' => 'FIELD:sys_language_uid:>:0',
66 66
             'exclude'     => 1,
67 67
             'label'       => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent',
68
-            'config'      => array(
68
+            'config'      => array (
69 69
                 'type'                => 'select',
70 70
                 'renderType'          => 'selectSingle',
71
-                'items'               => array(
72
-                    array('', 0),
71
+                'items'               => array (
72
+                    array ('', 0),
73 73
                 ),
74 74
                 'foreign_table'       => 'tx_dpf_domain_model_transformationfile',
75 75
                 'foreign_table_where' => 'AND tx_dpf_domain_model_transformationfile.pid=###CURRENT_PID### AND tx_dpf_domain_model_transformationfile.sys_language_uid IN (-1,0)',
76 76
             ),
77 77
         ),
78
-        'l10n_diffsource'       => array(
79
-            'config' => array(
78
+        'l10n_diffsource'       => array (
79
+            'config' => array (
80 80
                 'type' => 'passthrough',
81 81
             ),
82 82
         ),
83 83
 
84
-        't3ver_label'           => array(
84
+        't3ver_label'           => array (
85 85
             'label'  => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
86
-            'config' => array(
86
+            'config' => array (
87 87
                 'type' => 'input',
88 88
                 'size' => 30,
89 89
                 'max'  => 255,
90 90
             ),
91 91
         ),
92 92
 
93
-        'hidden'                => array(
93
+        'hidden'                => array (
94 94
             'exclude' => 1,
95 95
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden',
96
-            'config'  => array(
96
+            'config'  => array (
97 97
                 'type' => 'check',
98 98
             ),
99 99
         ),
100
-        'starttime'             => array(
100
+        'starttime'             => array (
101 101
             'exclude'   => 1,
102 102
             'l10n_mode' => 'mergeIfNotBlank',
103 103
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
104
-            'config'    => array(
104
+            'config'    => array (
105 105
                 'type'     => 'input',
106 106
                 'renderType' => 'inputDateTime',
107 107
                 'size'     => 13,
108 108
                 'eval'     => 'datetime',
109 109
                 'checkbox' => 0,
110 110
                 'default'  => 0,
111
-                'range'    => array(
111
+                'range'    => array (
112 112
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
113 113
                 ),
114 114
             ),
115 115
         ),
116
-        'endtime'               => array(
116
+        'endtime'               => array (
117 117
             'exclude'   => 1,
118 118
             'l10n_mode' => 'mergeIfNotBlank',
119 119
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
120
-            'config'    => array(
120
+            'config'    => array (
121 121
                 'type'     => 'input',
122 122
                 'renderType' => 'inputDateTime',
123 123
                 'size'     => 13,
124 124
                 'eval'     => 'datetime',
125 125
                 'checkbox' => 0,
126 126
                 'default'  => 0,
127
-                'range'    => array(
127
+                'range'    => array (
128 128
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
129 129
                 ),
130 130
             ),
131 131
         ),
132 132
 
133
-        'title'                 => array(
133
+        'title'                 => array (
134 134
             'exclude' => 1,
135 135
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_transformationfile.title',
136
-            'config'  => array(
136
+            'config'  => array (
137 137
                 'type' => 'input',
138 138
                 'size' => 30,
139 139
                 'eval' => 'trim',
140 140
             ),
141 141
         ),
142 142
 
143
-        'label'                 => array(
143
+        'label'                 => array (
144 144
             'exclude' => 1,
145 145
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_transformationfile.label',
146
-            'config'  => array(
146
+            'config'  => array (
147 147
                 'type' => 'input',
148 148
                 'size' => 30,
149 149
                 'eval' => 'trim',
150 150
             ),
151 151
         ),
152
-        'file'                  => array(
152
+        'file'                  => array (
153 153
             'exclude' => 1,
154 154
             'label' => 'Label',
155 155
             'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
Please login to merge, or discard this patch.
src/Configuration/TCA/tx_dpf_domain_model_externalmetadata.php 1 patch
Spacing   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
     die('Access denied.');
17 17
 }
18 18
 
19
-return array(
20
-    'ctrl' => array(
19
+return array (
20
+    'ctrl' => array (
21 21
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata',
22 22
         'label'                    => 'publication_identifier',
23 23
         'type'                     => 'record_type',
@@ -28,21 +28,21 @@  discard block
 block discarded – undo
28 28
         'searchFields'             => 'data, fe_user, source, publication_identifier, record_type',
29 29
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_document.gif',
30 30
     ),
31
-    'interface' => array(
31
+    'interface' => array (
32 32
         'showRecordFieldList' => 'data, fe_user, source, publication_identifier, record_type',
33 33
     ),
34
-    'types'     => array(
35
-        '0' => array('showitem' => 'data, fe_user, source, publication_identifier, record_type'),
34
+    'types'     => array (
35
+        '0' => array ('showitem' => 'data, fe_user, source, publication_identifier, record_type'),
36 36
     ),
37
-    'palettes'  => array(
38
-        '1' => array('showitem' => ''),
37
+    'palettes'  => array (
38
+        '1' => array ('showitem' => ''),
39 39
     ),
40
-    'columns'   => array(
41
-        'record_type' => array(
40
+    'columns'   => array (
41
+        'record_type' => array (
42 42
             'label' => 'Record type',
43
-            'config' => array(
43
+            'config' => array (
44 44
                 'type' => 'select',
45
-                'items' => array(
45
+                'items' => array (
46 46
                     ['', '0'],
47 47
                     ['CrossRefMetadata', 'EWW\Dpf\Domain\Model\CrossRefMetadata'],
48 48
                     ['DataCiteMetadata', 'EWW\Dpf\Domain\Model\DataCiteMetadata'],
@@ -55,10 +55,10 @@  discard block
 block discarded – undo
55 55
             ),
56 56
         ),
57 57
 
58
-        'data'                   => array(
58
+        'data'                   => array (
59 59
             'exclude' => 1,
60 60
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata.data',
61
-            'config'  => array(
61
+            'config'  => array (
62 62
                 'type' => 'text',
63 63
                 'cols' => 40,
64 64
                 'rows' => 15,
@@ -66,33 +66,33 @@  discard block
 block discarded – undo
66 66
             ),
67 67
         ),
68 68
 
69
-        'source'                => array(
69
+        'source'                => array (
70 70
             'exclude' => 1,
71 71
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata.source',
72
-            'config'  => array(
72
+            'config'  => array (
73 73
                 'type' => 'input',
74 74
                 'size' => 30,
75 75
                 'eval' => 'trim',
76 76
             ),
77 77
         ),
78 78
 
79
-        'publication_identifier'                => array(
79
+        'publication_identifier'                => array (
80 80
             'exclude' => 1,
81 81
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata.publication_identifier',
82
-            'config'  => array(
82
+            'config'  => array (
83 83
                 'type' => 'input',
84 84
                 'size' => 30,
85 85
                 'eval' => 'trim',
86 86
             ),
87 87
         ),
88 88
 
89
-        'fe_user'              => array(
89
+        'fe_user'              => array (
90 90
             'exclude' => 1,
91 91
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_externalmetadata.fe_user',
92
-            'config'  => array(
92
+            'config'  => array (
93 93
                 'type'          => 'select',
94 94
                 'items' => array (
95
-                    array('', 0),
95
+                    array ('', 0),
96 96
                 ),
97 97
                 'renderType'    => 'selectSingle',
98 98
                 'foreign_table' => 'fe_users',
Please login to merge, or discard this patch.
src/Configuration/TCA/Overrides/fe_users.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -86,28 +86,28 @@
 block discarded – undo
86 86
             ),
87 87
         )
88 88
     ),
89
-    'fis_pers_id' => array(
89
+    'fis_pers_id' => array (
90 90
         'exclude' => 0,
91 91
         'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feuser.fis_pers_id',
92
-        'config'  => array(
92
+        'config'  => array (
93 93
             'type' => 'input',
94 94
             'size' => '30',
95 95
             'eval' => 'trim',
96 96
         ),
97 97
     ),
98
-    'orga_name' => array(
98
+    'orga_name' => array (
99 99
         'exclude' => 0,
100 100
         'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feuser.orga_name',
101
-        'config'  => array(
101
+        'config'  => array (
102 102
             'type' => 'input',
103 103
             'size' => '30',
104 104
             'eval' => 'trim',
105 105
         ),
106 106
     ),
107
-    'api_token' => array(
107
+    'api_token' => array (
108 108
         'exclude' => 0,
109 109
         'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_feuser.api_token',
110
-        'config'  => array(
110
+        'config'  => array (
111 111
             'type' => 'input',
112 112
             'size' => '30',
113 113
             'eval' => 'trim',
Please login to merge, or discard this patch.
src/Configuration/TCA/tx_dpf_domain_model_document.php 1 patch
Spacing   +83 added lines, -83 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
16 16
     die('Access denied.');
17 17
 }
18 18
 
19
-return array(
20
-    'ctrl' => array(
19
+return array (
20
+    'ctrl' => array (
21 21
         'title'                    => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document',
22 22
         'label'                    => 'title',
23 23
         'tstamp'                   => 'tstamp',
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
         'transOrigPointerField'    => 'l10n_parent',
29 29
         'transOrigDiffSourceField' => 'l10n_diffsource',
30 30
         'delete'                   => 'deleted',
31
-        'enablecolumns'            => array(
31
+        'enablecolumns'            => array (
32 32
             'disabled'  => 'hidden',
33 33
             'starttime' => 'starttime',
34 34
             'endtime'   => 'endtime',
@@ -38,151 +38,151 @@  discard block
 block discarded – undo
38 38
         transfer_status, file, creator, temporary, remote_last_mod_date, automatic_embargo, creation_date',
39 39
         'iconfile'                 => 'EXT:dpf/Resources/Public/Icons/tx_dpf_domain_model_document.gif',
40 40
     ),
41
-    'interface' => array(
41
+    'interface' => array (
42 42
         'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden,
43 43
         title, authors, xml_data, slub_info_data, document_type, date_issued, process_number, valid, changed,
44 44
         state, reserved_object_identifier, object_identifier,
45 45
         transfer_status, file, creator, temporary, remote_last_mod_date, automatic_embargo, creation_date',
46 46
     ),
47
-    'types'     => array(
48
-        '1' => array('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, 
47
+    'types'     => array (
48
+        '1' => array ('showitem' => 'sys_language_uid,l10n_parent,l10n_diffsource,hidden,--palette--;;1, 
49 49
         title, authors, xml_data, slub_info_data, document_type, date_issued, process_number, valid, changed,
50 50
         state, reserved_object_identifier, object_identifier,
51 51
         transfer_status, file, creator, temporary, remote_last_mod_date, automatic_embargo, creation_date,
52 52
         --div--;LLL:EXT:cms/locallang_ttc.xlf:tabs.access, starttime, endtime'),
53 53
     ),
54
-    'palettes'  => array(
55
-        '1' => array('showitem' => ''),
54
+    'palettes'  => array (
55
+        '1' => array ('showitem' => ''),
56 56
     ),
57
-    'columns'   => array(
57
+    'columns'   => array (
58 58
 
59
-        'sys_language_uid'           => array(
59
+        'sys_language_uid'           => array (
60 60
             'exclude' => 1,
61 61
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.language',
62
-            'config'  => array(
62
+            'config'  => array (
63 63
                 'type'                => 'select',
64 64
                 'renderType'          => 'selectSingle',
65 65
                 'foreign_table'       => 'sys_language',
66 66
                 'foreign_table_where' => 'ORDER BY sys_language.title',
67
-                'items'               => array(
68
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
69
-                    array('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
67
+                'items'               => array (
68
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', -1),
69
+                    array ('LLL:EXT:lang/locallang_general.xlf:LGL.default_value', 0),
70 70
                 ),
71 71
             ),
72 72
         ),
73
-        'l10n_parent'                => array(
73
+        'l10n_parent'                => array (
74 74
             'displayCond' => 'FIELD:sys_language_uid:>:0',
75 75
             'exclude'     => 1,
76 76
             'label'       => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent',
77
-            'config'      => array(
77
+            'config'      => array (
78 78
                 'type'                => 'select',
79 79
                 'renderType'          => 'selectSingle',
80
-                'items'               => array(
81
-                    array('', 0),
80
+                'items'               => array (
81
+                    array ('', 0),
82 82
                 ),
83 83
                 'foreign_table'       => 'tx_dpf_domain_model_document',
84 84
                 'foreign_table_where' => 'AND tx_dpf_domain_model_document.pid=###CURRENT_PID### AND tx_dpf_domain_model_document.sys_language_uid IN (-1,0)',
85 85
             ),
86 86
         ),
87
-        'l10n_diffsource'            => array(
88
-            'config' => array(
87
+        'l10n_diffsource'            => array (
88
+            'config' => array (
89 89
                 'type' => 'passthrough',
90 90
             ),
91 91
         ),
92 92
 
93
-        't3ver_label'                => array(
93
+        't3ver_label'                => array (
94 94
             'label'  => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel',
95
-            'config' => array(
95
+            'config' => array (
96 96
                 'type' => 'input',
97 97
                 'size' => 30,
98 98
                 'max'  => 255,
99 99
             ),
100 100
         ),
101 101
 
102
-        'hidden'                     => array(
102
+        'hidden'                     => array (
103 103
             'exclude' => 1,
104 104
             'label'   => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden',
105
-            'config'  => array(
105
+            'config'  => array (
106 106
                 'type' => 'check',
107 107
             ),
108 108
         ),
109
-        'starttime'                  => array(
109
+        'starttime'                  => array (
110 110
             'exclude'   => 1,
111 111
             'l10n_mode' => 'mergeIfNotBlank',
112 112
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime',
113
-            'config'    => array(
113
+            'config'    => array (
114 114
                 'type'     => 'input',
115 115
                 'renderType' => 'inputDateTime',
116 116
                 'size'     => 13,
117 117
                 'eval'     => 'datetime',
118 118
                 'checkbox' => 0,
119 119
                 'default'  => 0,
120
-                'range'    => array(
120
+                'range'    => array (
121 121
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
122 122
                 ),
123 123
             ),
124 124
         ),
125
-        'endtime'                    => array(
125
+        'endtime'                    => array (
126 126
             'exclude'   => 1,
127 127
             'l10n_mode' => 'mergeIfNotBlank',
128 128
             'label'     => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime',
129
-            'config'    => array(
129
+            'config'    => array (
130 130
                 'type'     => 'input',
131 131
                 'renderType' => 'inputDateTime',
132 132
                 'size'     => 13,
133 133
                 'eval'     => 'datetime',
134 134
                 'checkbox' => 0,
135 135
                 'default'  => 0,
136
-                'range'    => array(
136
+                'range'    => array (
137 137
                     'lower' => mktime(0, 0, 0, date('m'), date('d'), date('Y')),
138 138
                 ),
139 139
             ),
140 140
         ),
141 141
 
142
-        'title'                      => array(
142
+        'title'                      => array (
143 143
             'exclude' => 1,
144 144
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.title',
145
-            'config'  => array(
145
+            'config'  => array (
146 146
                 'type' => 'input',
147 147
                 'size' => 30,
148 148
                 'eval' => 'trim',
149 149
             ),
150 150
         ),
151 151
 
152
-        'authors'                    => array(
152
+        'authors'                    => array (
153 153
             'exclude' => 1,
154 154
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.authors',
155
-            'config'  => array(
155
+            'config'  => array (
156 156
                 'type' => 'input',
157 157
                 'size' => 30,
158 158
                 'eval' => 'trim',
159 159
             ),
160 160
         ),
161 161
 
162
-        'xml_data'                   => array(
162
+        'xml_data'                   => array (
163 163
             'exclude' => 1,
164 164
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.xml_data',
165
-            'config'  => array(
165
+            'config'  => array (
166 166
                 'type' => 'text',
167 167
                 'cols' => 40,
168 168
                 'rows' => 15,
169 169
                 'eval' => 'trim',
170 170
             ),
171 171
         ),
172
-        'slub_info_data'             => array(
172
+        'slub_info_data'             => array (
173 173
             'exclude' => 1,
174 174
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.slub_info_data',
175
-            'config'  => array(
175
+            'config'  => array (
176 176
                 'type' => 'text',
177 177
                 'cols' => 40,
178 178
                 'rows' => 15,
179 179
                 'eval' => 'trim',
180 180
             ),
181 181
         ),
182
-        'document_type'              => array(
182
+        'document_type'              => array (
183 183
             'exclude' => 1,
184 184
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.document_type',
185
-            'config'  => array(
185
+            'config'  => array (
186 186
                 'type'                => 'select',
187 187
                 'renderType'          => 'selectSingle',
188 188
                 'foreign_table'       => 'tx_dpf_domain_model_documenttype',
@@ -192,120 +192,120 @@  discard block
 block discarded – undo
192 192
             ),
193 193
         ),
194 194
 
195
-        'crdate'                     => array(
196
-            'config'  => array(
195
+        'crdate'                     => array (
196
+            'config'  => array (
197 197
                 'type' => 'passthrough',
198 198
             ),
199 199
         ),
200 200
 
201
-        'tstamp'                     => array(
202
-            'config'  => array(
201
+        'tstamp'                     => array (
202
+            'config'  => array (
203 203
                 'type' => 'passthrough',
204 204
             ),
205 205
         ),
206 206
 
207
-        'transfer_status'            => array(
207
+        'transfer_status'            => array (
208 208
             'exclude' => 0,
209 209
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.transfer_status',
210
-            'config'  => array(
210
+            'config'  => array (
211 211
                 'type' => 'input',
212 212
                 'size' => '30',
213 213
                 'eval' => 'trim',
214 214
             ),
215 215
         ),
216 216
 
217
-        'object_identifier'          => array(
217
+        'object_identifier'          => array (
218 218
             'exclude' => 0,
219 219
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.object_identifier',
220
-            'config'  => array(
220
+            'config'  => array (
221 221
                 'type' => 'input',
222 222
                 'size' => '30',
223 223
                 'eval' => 'trim',
224 224
             ),
225 225
         ),
226 226
 
227
-        'reserved_object_identifier' => array(
227
+        'reserved_object_identifier' => array (
228 228
             'exclude' => 0,
229 229
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.reserved_object_identifier',
230
-            'config'  => array(
230
+            'config'  => array (
231 231
                 'type' => 'input',
232 232
                 'size' => '30',
233 233
                 'eval' => 'trim',
234 234
             ),
235 235
         ),
236 236
 
237
-        'process_number' => array(
237
+        'process_number' => array (
238 238
             'exclude' => 0,
239 239
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.process_number',
240
-            'config'  => array(
240
+            'config'  => array (
241 241
                 'type' => 'input',
242 242
                 'size' => '30',
243 243
                 'eval' => 'trim',
244 244
             ),
245 245
         ),
246 246
 
247
-        'state'                      => array(
247
+        'state'                      => array (
248 248
             'exclude' => 0,
249 249
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.state',
250
-            'config'  => array(
250
+            'config'  => array (
251 251
                 'type' => 'input',
252 252
                 'size' => '30',
253 253
                 'eval' => 'trim',
254 254
             ),
255 255
         ),
256 256
 
257
-        'remote_last_mod_date'       => array(
257
+        'remote_last_mod_date'       => array (
258 258
             'exclude' => 1,
259 259
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.remote_last_mod_date',
260
-            'config'  => array(
260
+            'config'  => array (
261 261
                 'type' => 'input',
262 262
                 'size' => 30,
263 263
                 'eval' => 'trim',
264 264
             ),
265 265
         ),
266 266
 
267
-        'changed'                    => array(
267
+        'changed'                    => array (
268 268
             'exclude'   => 1,
269 269
             'l10n_mode' => 'exclude',
270 270
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.changed',
271
-            'config'    => array(
271
+            'config'    => array (
272 272
                 'type'    => 'check',
273 273
                 'default' => 0,
274 274
             ),
275 275
         ),
276 276
 
277
-        'valid'                      => array(
277
+        'valid'                      => array (
278 278
             'exclude'   => 1,
279 279
             'l10n_mode' => 'exclude',
280 280
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.valid',
281
-            'config'    => array(
281
+            'config'    => array (
282 282
                 'type'    => 'check',
283 283
                 'default' => 0,
284 284
             ),
285 285
         ),
286 286
 
287
-        'date_issued'                => array(
287
+        'date_issued'                => array (
288 288
             'exclude' => 1,
289 289
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.date_issued',
290
-            'config'  => array(
290
+            'config'  => array (
291 291
                 'type' => 'input',
292 292
                 'size' => 30,
293 293
                 'eval' => 'trim',
294 294
             ),
295 295
         ),
296 296
 
297
-        'file'                       => array(
297
+        'file'                       => array (
298 298
             'exclude' => 1,
299 299
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.file',
300
-            'config'  => array(
300
+            'config'  => array (
301 301
                 'type'          => 'inline',
302 302
                 'foreign_table' => 'tx_dpf_domain_model_file',
303 303
                 'foreign_field' => 'document',
304
-                'behaviour'     => array(
304
+                'behaviour'     => array (
305 305
                     'disableMovingChildrenWithParent' => 1,
306 306
                 ),
307 307
                 'maxitems'      => 9999,
308
-                'appearance'    => array(
308
+                'appearance'    => array (
309 309
                     'collapseAll'                     => 0,
310 310
                     'levelLinksPosition'              => 'top',
311 311
                     'showSynchronizationLink'         => 1,
@@ -316,13 +316,13 @@  discard block
 block discarded – undo
316 316
 
317 317
         ),
318 318
 
319
-        'creator'              => array(
319
+        'creator'              => array (
320 320
             'exclude' => 1,
321 321
             'label'   => 'Creator',
322
-            'config'  => array(
322
+            'config'  => array (
323 323
                 'type'          => 'select',
324 324
                 'items' => array (
325
-                    array('', 0),
325
+                    array ('', 0),
326 326
                 ),
327 327
                 'renderType'    => 'selectSingle',
328 328
                 'foreign_table' => 'fe_users',
@@ -331,70 +331,70 @@  discard block
 block discarded – undo
331 331
             ),
332 332
         ),
333 333
 
334
-        'creation_date' => array(
334
+        'creation_date' => array (
335 335
             'exclude'   => 1,
336 336
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.creation_date',
337
-            'config'    => array(
337
+            'config'    => array (
338 338
                 'type'  => 'input',
339 339
                 'size'  => 30,
340 340
                 'eval'  => 'trim',
341 341
             ),
342 342
         ),
343 343
 
344
-        'temporary'                      => array(
344
+        'temporary'                      => array (
345 345
             'exclude'   => 1,
346 346
             'l10n_mode' => 'exclude',
347 347
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.temporary',
348
-            'config'    => array(
348
+            'config'    => array (
349 349
                 'type'    => 'check',
350 350
                 'default' => 0,
351 351
             ),
352 352
         ),
353 353
 
354 354
 
355
-        'suggestion' => array(
355
+        'suggestion' => array (
356 356
             'exclude'   => 1,
357 357
             'l10n_mode' => 'exclude',
358 358
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.suggestion',
359
-            'config'    => array(
359
+            'config'    => array (
360 360
                 'type'    => 'check',
361 361
                 'default' => 0,
362 362
             ),
363 363
         ),
364 364
 
365
-        'linked_uid' => array(
365
+        'linked_uid' => array (
366 366
             'exclude'   => 1,
367 367
             'l10n_mode' => 'exclude',
368 368
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.linked_uid',
369
-            'config'    => array(
369
+            'config'    => array (
370 370
                 'type'    => 'check'
371 371
             ),
372 372
         ),
373 373
 
374
-        'comment' => array(
374
+        'comment' => array (
375 375
             'exclude' => 1,
376 376
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.comment',
377
-            'config'  => array(
377
+            'config'  => array (
378 378
                 'type' => 'input',
379 379
                 'size' => 30,
380 380
                 'eval' => 'trim',
381 381
             ),
382 382
         ),
383 383
 
384
-        'automatic_embargo'    => array(
384
+        'automatic_embargo'    => array (
385 385
             'exclude'   => 1,
386 386
             'l10n_mode' => 'exclude',
387 387
             'label'     => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.embargo',
388
-            'config'    => array(
388
+            'config'    => array (
389 389
                 'type'    => 'check',
390 390
                 'default' => 0,
391 391
             ),
392 392
         ),
393 393
 
394
-        'embargo_date'    => array(
394
+        'embargo_date'    => array (
395 395
             'exclude' => 1,
396 396
             'label'   => 'LLL:EXT:dpf/Resources/Private/Language/locallang_db.xlf:tx_dpf_domain_model_document.embargo_date',
397
-            'config'  => array(
397
+            'config'  => array (
398 398
                 'type'     => 'input',
399 399
                 'renderType' => 'inputDateTime',
400 400
                 'size'     => 10,
Please login to merge, or discard this patch.