|
1 | 1 | <?php
|
2 | 2 |
|
3 |
| -use OliverKlee\Seminars\BackEnd\TceForms; |
4 | 3 | use OliverKlee\Seminars\Domain\Model\Event\EventDateInterface;
|
5 | 4 | use OliverKlee\Seminars\Domain\Model\Event\EventInterface;
|
6 | 5 | use OliverKlee\Seminars\Seo\SlugGenerator;
|
|
525 | 524 | ],
|
526 | 525 | ],
|
527 | 526 | ],
|
528 |
| - 'language' => [ |
529 |
| - 'exclude' => 1, |
530 |
| - 'label' => 'LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.language', |
531 |
| - 'config' => [ |
532 |
| - 'type' => 'select', |
533 |
| - 'renderType' => 'selectSingle', |
534 |
| - 'itemsProcFunc' => TceForms::class . '->createLanguageSelector', |
535 |
| - 'size' => 1, |
536 |
| - 'minitems' => 0, |
537 |
| - 'maxitems' => 1, |
538 |
| - ], |
539 |
| - ], |
540 | 527 | 'price_regular' => [
|
541 | 528 | 'exclude' => 1,
|
542 | 529 | 'label' => 'LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.price_regular',
|
|
1038 | 1025 | 'types' => [
|
1039 | 1026 | EventInterface::TYPE_SINGLE_EVENT => [
|
1040 | 1027 | 'showitem' =>
|
1041 |
| - '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelGeneral, object_type, title, uid, slug, subtitle, image, categories, teaser, description, event_type, language, accreditation_number, credit_points, details_page, additional_information, checkboxes, uses_terms_2, cancelled, automatic_confirmation_cancelation, notes, ' . |
| 1028 | + '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelGeneral, object_type, title, uid, slug, subtitle, image, categories, teaser, description, event_type, accreditation_number, credit_points, details_page, additional_information, checkboxes, uses_terms_2, cancelled, automatic_confirmation_cancelation, notes, ' . |
1042 | 1029 | '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelPlaceTime, event_format, webinar_url, begin_date, end_date, timeslots, begin_date_registration, deadline_registration, deadline_early_bird, deadline_unregistration, place, room, ' .
|
1043 | 1030 | '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelSpeakers, speakers, partners, tutors, leaders, ' .
|
1044 | 1031 | '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelOrganizers, organizers, organizing_partners, event_takes_place_reminder_sent, cancelation_deadline_reminder_sent, ' .
|
|
1058 | 1045 | ],
|
1059 | 1046 | EventInterface::TYPE_EVENT_DATE => [
|
1060 | 1047 | 'showitem' =>
|
1061 |
| - '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelGeneral, object_type, title, uid, topic, slug, language, accreditation_number, details_page, cancelled, automatic_confirmation_cancelation, checkboxes, notes, ' . |
| 1048 | + '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelGeneral, object_type, title, uid, topic, slug, accreditation_number, details_page, cancelled, automatic_confirmation_cancelation, checkboxes, notes, ' . |
1062 | 1049 | '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelPlaceTime, event_format, webinar_url, begin_date, end_date, timeslots, begin_date_registration, deadline_registration, deadline_early_bird, deadline_unregistration, expiry, place, room, ' .
|
1063 | 1050 | '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelSpeakers, speakers, partners, tutors, leaders, ' .
|
1064 | 1051 | '--div--;LLL:EXT:seminars/Resources/Private/Language/locallang_db.xlf:tx_seminars_seminars.divLabelOrganizers, organizers, organizing_partners, event_takes_place_reminder_sent, cancelation_deadline_reminder_sent, ' .
|
|
0 commit comments