|
273 | 273 | 'type' => 'email', |
274 | 274 | ], |
275 | 275 | ], |
276 | | - 'skype' => [ |
277 | | - 'exclude' => true, |
278 | | - 'label' => 'LLL:EXT:tt_address/Resources/Private/Language/locallang_db.xlf:tt_address.skype', |
279 | | - 'config' => [ |
280 | | - 'type' => 'input', |
281 | | - 'size' => 20, |
282 | | - 'eval' => 'trim', |
283 | | - 'max' => 255, |
284 | | - 'placeholder' => 'johndoe', |
285 | | - 'behaviour' => [ |
286 | | - 'allowLanguageSynchronization' => true, |
287 | | - ], |
288 | | - ], |
289 | | - ], |
290 | 276 | 'twitter' => [ |
291 | 277 | 'exclude' => true, |
292 | 278 | 'label' => 'LLL:EXT:tt_address/Resources/Private/Language/locallang_db.xlf:tt_address.twitter', |
|
309 | 295 | 'size' => 20, |
310 | 296 | 'eval' => 'trim', |
311 | 297 | 'max' => 255, |
312 | | - 'placeholder' => '/johndoe', |
| 298 | + 'placeholder' => 'johndoe', |
313 | 299 | 'behaviour' => [ |
314 | 300 | 'allowLanguageSynchronization' => true, |
315 | 301 | ], |
|
323 | 309 | 'size' => 20, |
324 | 310 | 'eval' => 'trim', |
325 | 311 | 'max' => 255, |
326 | | - 'placeholder' => '@johndoe', |
| 312 | + 'placeholder' => 'johndoe', |
327 | 313 | 'behaviour' => [ |
328 | 314 | 'allowLanguageSynchronization' => true, |
329 | 315 | ], |
|
357 | 343 | ], |
358 | 344 | ], |
359 | 345 | ], |
| 346 | + 'linkedincompany' => [ |
| 347 | + 'exclude' => true, |
| 348 | + 'label' => 'LLL:EXT:tt_address/Resources/Private/Language/locallang_db.xlf:tt_address.linkedincompany', |
| 349 | + 'config' => [ |
| 350 | + 'type' => 'input', |
| 351 | + 'size' => 20, |
| 352 | + 'eval' => 'trim', |
| 353 | + 'max' => 255, |
| 354 | + 'placeholder' => 'johndoe', |
| 355 | + 'behaviour' => [ |
| 356 | + 'allowLanguageSynchronization' => true, |
| 357 | + ], |
| 358 | + ], |
| 359 | + ], |
| 360 | + 'bluesky' => [ |
| 361 | + 'exclude' => true, |
| 362 | + 'label' => 'LLL:EXT:tt_address/Resources/Private/Language/locallang_db.xlf:tt_address.bluesky', |
| 363 | + 'config' => [ |
| 364 | + 'type' => 'input', |
| 365 | + 'size' => 20, |
| 366 | + 'eval' => 'trim', |
| 367 | + 'max' => 255, |
| 368 | + 'placeholder' => 'johndoe', |
| 369 | + 'behaviour' => [ |
| 370 | + 'allowLanguageSynchronization' => true, |
| 371 | + ], |
| 372 | + ], |
| 373 | + ], |
| 374 | + 'whatsapp' => [ |
| 375 | + 'exclude' => true, |
| 376 | + 'label' => 'LLL:EXT:tt_address/Resources/Private/Language/locallang_db.xlf:tt_address.whatsapp', |
| 377 | + 'config' => [ |
| 378 | + 'type' => 'input', |
| 379 | + 'size' => 20, |
| 380 | + 'eval' => 'trim', |
| 381 | + 'max' => 255, |
| 382 | + 'placeholder' => '4917012312312', |
| 383 | + 'behaviour' => [ |
| 384 | + 'allowLanguageSynchronization' => true, |
| 385 | + ], |
| 386 | + ], |
| 387 | + ], |
| 388 | + 'youtubechannel' => [ |
| 389 | + 'exclude' => true, |
| 390 | + 'label' => 'LLL:EXT:tt_address/Resources/Private/Language/locallang_db.xlf:tt_address.youtubechannel', |
| 391 | + 'config' => [ |
| 392 | + 'type' => 'input', |
| 393 | + 'size' => 20, |
| 394 | + 'eval' => 'trim', |
| 395 | + 'max' => 255, |
| 396 | + 'placeholder' => '@johndoe', |
| 397 | + 'behaviour' => [ |
| 398 | + 'allowLanguageSynchronization' => true, |
| 399 | + ], |
| 400 | + ], |
| 401 | + ], |
360 | 402 | 'company' => [ |
361 | 403 | 'exclude' => true, |
362 | 404 | 'label' => 'LLL:EXT:tt_address/Resources/Private/Language/locallang_db.xlf:tt_address.organization', |
|
554 | 596 | birthday', |
555 | 597 | ], |
556 | 598 | 'social' => [ |
557 | | - 'showitem' => 'skype, twitter, --linebreak--, |
558 | | - linkedin, tiktok, --linebreak--, |
559 | | - facebook, instagram', |
| 599 | + 'showitem' => 'bluesky, twitter, linkedin, --linebreak--, |
| 600 | + linkedincompany, facebook, instagram, --linebreak--, |
| 601 | + youtubechannel, tiktok, whatsapp, --linebreak--', |
560 | 602 | ], |
561 | 603 | 'paletteHidden' => [ |
562 | 604 | 'showitem' => 'hidden', |
|
0 commit comments