Created
August 31, 2018 12:28
-
-
Save holzfelix/52299bc7bb64406ce7d1df075ebc3a13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| return array( | |
| 'ctrl' => array( | |
| 'title' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video', | |
| 'label' => 'title', | |
| 'tstamp' => 'tstamp', | |
| 'crdate' => 'crdate', | |
| 'cruser_id' => 'cruser_id', | |
| 'versioningWS' => true, | |
| 'languageField' => 'sys_language_uid', | |
| 'transOrigPointerField' => 'l10n_parent', | |
| 'transOrigDiffSourceField' => 'l10n_diffsource', | |
| 'delete' => 'deleted', | |
| 'enablecolumns' => array( | |
| 'disabled' => 'hidden', | |
| ), | |
| 'searchFields' => 'title,description,path_ogg,path_webm,path_mp4,date_of_publication,views,sort_code,meta_title', | |
| 'typeicon_classes' => array( | |
| 'default' => 'ji-tutvideoverwaltung', | |
| ), | |
| ), | |
| 'interface' => array( | |
| 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, title, description, path_ogg, path_webm, path_mp4, path_ogg_alternative, path_webm_alternative, path_mp4_alternative, duration, date_of_publication, views, sort_code, visible, meta_title, meta_key, meta_description, transcript, thumbnail, thumbnail_alternative, errata, poster, poster_alternative, chapter, further_field1, further_field2, further_field3, language, level_u_i_d, target_group_u_i_d, complementary_video_u_i_d, further_video_u_i_d, supposed_video_u_i_d, material_u_i_d, author_u_i_d, category_u_i_d, fegroup_u_i_d, question_u_i_d', | |
| ), | |
| 'types' => array( | |
| '1' => array('showitem' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, title, description, path_ogg, path_webm, path_mp4, path_ogg_alternative, path_webm_alternative, path_mp4_alternative, duration, date_of_publication, views, sort_code, visible, meta_title, meta_key, meta_description, transcript, thumbnail, thumbnail_alternative, errata, poster, poster_alternative, chapter, further_field1, further_field2, further_field3, language, level_u_i_d, target_group_u_i_d, complementary_video_u_i_d, further_video_u_i_d, supposed_video_u_i_d, material_u_i_d, author_u_i_d, category_u_i_d, fegroup_u_i_d, question_u_i_d'), | |
| ), | |
| 'columns' => array( | |
| 'sys_language_uid' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.language', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'renderType' => 'selectSingle', | |
| 'special' => 'languages', | |
| 'items' => array( | |
| 'LLL:EXT:lang/locallang_general.xlf:LGL.allLanguages', | |
| -1, | |
| 'flags-multiple' | |
| ), | |
| 'default' => 0, | |
| ), | |
| ), | |
| 'l10n_parent' => array( | |
| 'displayCond' => 'FIELD:sys_language_uid:>:0', | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.l18n_parent', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'renderType' => 'selectSingle', | |
| 'items' => array( | |
| array('', 0), | |
| ), | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_video', | |
| 'foreign_table_where' => 'AND tx_tutvideoverwaltung_domain_model_video.pid=###CURRENT_PID### AND tx_tutvideoverwaltung_domain_model_video.sys_language_uid IN (-1,0)', | |
| ), | |
| ), | |
| 'l10n_diffsource' => array( | |
| 'config' => array( | |
| 'type' => 'passthrough', | |
| ), | |
| ), | |
| 't3ver_label' => array( | |
| 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.versionLabel', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'max' => 255, | |
| ) | |
| ), | |
| 'hidden' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.hidden', | |
| 'config' => array( | |
| 'type' => 'check', | |
| 'items' => array( | |
| '1' => array( | |
| '0' => 'LLL:EXT:lang/locallang_core.xlf:labels.enabled' | |
| ) | |
| ), | |
| ), | |
| ), | |
| 'starttime' => array( | |
| 'exclude' => true, | |
| 'l10n_mode' => 'mergeIfNotBlank', | |
| 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.starttime', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 13, | |
| 'eval' => 'datetime', | |
| 'default' => 0, | |
| ), | |
| ), | |
| 'endtime' => array( | |
| 'exclude' => true, | |
| 'l10n_mode' => 'mergeIfNotBlank', | |
| 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.endtime', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 13, | |
| 'eval' => 'datetime', | |
| 'default' => 0, | |
| 'range' => array( | |
| 'upper' => mktime(0, 0, 0, 1, 1, 2038) | |
| ), | |
| ), | |
| ), | |
| 'title' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.title', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim,required' | |
| ), | |
| ), | |
| 'description' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.description', | |
| 'config' => array( | |
| 'type' => 'text', | |
| 'cols' => 40, | |
| 'rows' => 15, | |
| 'eval' => 'trim,required' | |
| ) | |
| ), | |
| 'path_ogg' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.path_ogg', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim,required' | |
| ), | |
| ), | |
| 'path_webm' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.path_webm', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim,required' | |
| ), | |
| ), | |
| 'path_mp4' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.path_mp4', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim,required' | |
| ), | |
| ), | |
| 'path_ogg_alternative' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.path_ogg_alternative', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'path_webm_alternative' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.path_webm_alternative', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'path_mp4_alternative' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.path_mp4_alternative', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'duration' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.duration', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim,required' | |
| ), | |
| ), | |
| 'date_of_publication' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.date_of_publication', | |
| 'config' => array( | |
| 'dbType' => 'date', | |
| 'type' => 'input', | |
| 'size' => 7, | |
| 'eval' => 'date,required', | |
| 'checkbox' => 0, | |
| 'default' => '0000-00-00' | |
| ), | |
| ), | |
| 'views' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.views', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 4, | |
| 'eval' => 'int,required' | |
| ) | |
| ), | |
| 'sort_code' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.sort_code', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim,required' | |
| ), | |
| ), | |
| 'visible' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.visible', | |
| 'config' => array( | |
| 'type' => 'check', | |
| 'default' => 0 | |
| ) | |
| ), | |
| 'meta_title' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.meta_title', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'meta_key' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.meta_key', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'meta_description' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.meta_description', | |
| 'config' => array( | |
| 'type' => 'text', | |
| 'cols' => 40, | |
| 'rows' => 15, | |
| 'eval' => 'trim' | |
| ) | |
| ), | |
| 'transcript' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.transcript', | |
| 'config' => array( | |
| 'type' => 'text', | |
| 'cols' => 40, | |
| 'rows' => 15, | |
| 'eval' => 'trim' | |
| ) | |
| ), | |
| 'thumbnail' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.thumbnail', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'thumbnail_alternative' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.thumbnail_alternative', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'errata' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.errata', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'poster' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.poster', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'poster_alternative' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.poster_alternative', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'chapter' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.chapter', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'further_field1' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.further_field1', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'further_field2' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.further_field2', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'further_field3' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.further_field3', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'language' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.language', | |
| 'config' => array( | |
| 'type' => 'input', | |
| 'size' => 30, | |
| 'eval' => 'trim' | |
| ), | |
| ), | |
| 'level_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.level_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_level', | |
| 'minitems' => 0, | |
| 'maxitems' => 1, | |
| ), | |
| ), | |
| 'target_group_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.target_group_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_targetgroup', | |
| 'MM' => 'tx_tutvideoverwaltung_video_targetgroup_mm', | |
| 'size' => 10, | |
| 'autoSizeMax' => 30, | |
| 'maxitems' => 9999, | |
| 'multiple' => 0, | |
| 'wizards' => array( | |
| '_PADDING' => 1, | |
| '_VERTICAL' => 1, | |
| 'edit' => array( | |
| 'type' => 'popup', | |
| 'title' => 'Edit', | |
| 'script' => 'wizard_edit.php', | |
| 'icon' => 'edit2.gif', | |
| 'popup_onlyOpenIfSelected' => 1, | |
| 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', | |
| ), | |
| 'add' => Array( | |
| 'type' => 'script', | |
| 'title' => 'Create new', | |
| 'icon' => 'add.gif', | |
| 'params' => array( | |
| 'table' => 'tx_tutvideoverwaltung_domain_model_targetgroup', | |
| 'pid' => '###CURRENT_PID###', | |
| 'setValue' => 'prepend' | |
| ), | |
| 'script' => 'wizard_add.php', | |
| ), | |
| ), | |
| ), | |
| ), | |
| 'complementary_video_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.complementary_video_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_video', | |
| 'MM' => 'tx_tutvideoverwaltung_video_complementaryvideouid_video_mm', | |
| 'size' => 10, | |
| 'autoSizeMax' => 30, | |
| 'maxitems' => 9999, | |
| 'multiple' => 0, | |
| 'wizards' => array( | |
| '_PADDING' => 1, | |
| '_VERTICAL' => 1, | |
| 'edit' => array( | |
| 'type' => 'popup', | |
| 'title' => 'Edit', | |
| 'script' => 'wizard_edit.php', | |
| 'icon' => 'edit2.gif', | |
| 'popup_onlyOpenIfSelected' => 1, | |
| 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', | |
| ), | |
| 'add' => Array( | |
| 'type' => 'script', | |
| 'title' => 'Create new', | |
| 'icon' => 'add.gif', | |
| 'params' => array( | |
| 'table' => 'tx_tutvideoverwaltung_domain_model_video', | |
| 'pid' => '###CURRENT_PID###', | |
| 'setValue' => 'prepend' | |
| ), | |
| 'script' => 'wizard_add.php', | |
| ), | |
| ), | |
| ), | |
| ), | |
| 'further_video_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.further_video_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_video', | |
| 'MM' => 'tx_tutvideoverwaltung_video_furthervideouid_video_mm', | |
| 'size' => 10, | |
| 'autoSizeMax' => 30, | |
| 'maxitems' => 9999, | |
| 'multiple' => 0, | |
| 'wizards' => array( | |
| '_PADDING' => 1, | |
| '_VERTICAL' => 1, | |
| 'edit' => array( | |
| 'type' => 'popup', | |
| 'title' => 'Edit', | |
| 'script' => 'wizard_edit.php', | |
| 'icon' => 'edit2.gif', | |
| 'popup_onlyOpenIfSelected' => 1, | |
| 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', | |
| ), | |
| 'add' => Array( | |
| 'type' => 'script', | |
| 'title' => 'Create new', | |
| 'icon' => 'add.gif', | |
| 'params' => array( | |
| 'table' => 'tx_tutvideoverwaltung_domain_model_video', | |
| 'pid' => '###CURRENT_PID###', | |
| 'setValue' => 'prepend' | |
| ), | |
| 'script' => 'wizard_add.php', | |
| ), | |
| ), | |
| ), | |
| ), | |
| 'supposed_video_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.supposed_video_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_video', | |
| 'MM' => 'tx_tutvideoverwaltung_video_video_mm', | |
| 'size' => 10, | |
| 'autoSizeMax' => 30, | |
| 'maxitems' => 9999, | |
| 'multiple' => 0, | |
| 'wizards' => array( | |
| '_PADDING' => 1, | |
| '_VERTICAL' => 1, | |
| 'edit' => array( | |
| 'type' => 'popup', | |
| 'title' => 'Edit', | |
| 'script' => 'wizard_edit.php', | |
| 'icon' => 'edit2.gif', | |
| 'popup_onlyOpenIfSelected' => 1, | |
| 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', | |
| ), | |
| 'add' => Array( | |
| 'type' => 'script', | |
| 'title' => 'Create new', | |
| 'icon' => 'add.gif', | |
| 'params' => array( | |
| 'table' => 'tx_tutvideoverwaltung_domain_model_video', | |
| 'pid' => '###CURRENT_PID###', | |
| 'setValue' => 'prepend' | |
| ), | |
| 'script' => 'wizard_add.php', | |
| ), | |
| ), | |
| ), | |
| ), | |
| 'material_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.material_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_material', | |
| 'MM' => 'tx_tutvideoverwaltung_video_material_mm', | |
| 'size' => 10, | |
| 'autoSizeMax' => 30, | |
| 'maxitems' => 9999, | |
| 'multiple' => 0, | |
| 'wizards' => array( | |
| '_PADDING' => 1, | |
| '_VERTICAL' => 1, | |
| 'edit' => array( | |
| 'type' => 'popup', | |
| 'title' => 'Edit', | |
| 'script' => 'wizard_edit.php', | |
| 'icon' => 'edit2.gif', | |
| 'popup_onlyOpenIfSelected' => 1, | |
| 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', | |
| ), | |
| 'add' => Array( | |
| 'type' => 'script', | |
| 'title' => 'Create new', | |
| 'icon' => 'add.gif', | |
| 'params' => array( | |
| 'table' => 'tx_tutvideoverwaltung_domain_model_material', | |
| 'pid' => '###CURRENT_PID###', | |
| 'setValue' => 'prepend' | |
| ), | |
| 'script' => 'wizard_add.php', | |
| ), | |
| ), | |
| ), | |
| ), | |
| 'author_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.author_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_author', | |
| 'MM' => 'tx_tutvideoverwaltung_video_author_mm', | |
| 'size' => 10, | |
| 'autoSizeMax' => 30, | |
| 'maxitems' => 9999, | |
| 'multiple' => 0, | |
| 'wizards' => array( | |
| '_PADDING' => 1, | |
| '_VERTICAL' => 1, | |
| 'edit' => array( | |
| 'type' => 'popup', | |
| 'title' => 'Edit', | |
| 'script' => 'wizard_edit.php', | |
| 'icon' => 'edit2.gif', | |
| 'popup_onlyOpenIfSelected' => 1, | |
| 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', | |
| ), | |
| 'add' => Array( | |
| 'type' => 'script', | |
| 'title' => 'Create new', | |
| 'icon' => 'add.gif', | |
| 'params' => array( | |
| 'table' => 'tx_tutvideoverwaltung_domain_model_author', | |
| 'pid' => '###CURRENT_PID###', | |
| 'setValue' => 'prepend' | |
| ), | |
| 'script' => 'wizard_add.php', | |
| ), | |
| ), | |
| ), | |
| ), | |
| 'category_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.category_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_category', | |
| 'MM' => 'tx_tutvideoverwaltung_video_category_mm', | |
| 'size' => 10, | |
| 'autoSizeMax' => 30, | |
| 'maxitems' => 9999, | |
| 'multiple' => 0, | |
| 'wizards' => array( | |
| '_PADDING' => 1, | |
| '_VERTICAL' => 1, | |
| 'edit' => array( | |
| 'type' => 'popup', | |
| 'title' => 'Edit', | |
| 'script' => 'wizard_edit.php', | |
| 'icon' => 'edit2.gif', | |
| 'popup_onlyOpenIfSelected' => 1, | |
| 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', | |
| ), | |
| 'add' => Array( | |
| 'type' => 'script', | |
| 'title' => 'Create new', | |
| 'icon' => 'add.gif', | |
| 'params' => array( | |
| 'table' => 'tx_tutvideoverwaltung_domain_model_category', | |
| 'pid' => '###CURRENT_PID###', | |
| 'setValue' => 'prepend' | |
| ), | |
| 'script' => 'wizard_add.php', | |
| ), | |
| ), | |
| ), | |
| ), | |
| 'fegroup_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.fegroup_u_i_d', | |
| 'config' => array( | |
| 'type' => 'select', | |
| 'foreign_table' => 'fe_groups', | |
| 'MM' => 'tx_tutvideoverwaltung_video_frontendusergroup_mm', | |
| 'size' => 10, | |
| 'autoSizeMax' => 30, | |
| 'maxitems' => 9999, | |
| 'multiple' => 0, | |
| 'wizards' => array( | |
| '_PADDING' => 1, | |
| '_VERTICAL' => 1, | |
| 'edit' => array( | |
| 'type' => 'popup', | |
| 'title' => 'Edit', | |
| 'script' => 'wizard_edit.php', | |
| 'icon' => 'edit2.gif', | |
| 'popup_onlyOpenIfSelected' => 1, | |
| 'JSopenParams' => 'height=350,width=580,status=0,menubar=0,scrollbars=1', | |
| ), | |
| 'add' => Array( | |
| 'type' => 'script', | |
| 'title' => 'Create new', | |
| 'icon' => 'add.gif', | |
| 'params' => array( | |
| 'table' => 'fe_groups', | |
| 'pid' => '###CURRENT_PID###', | |
| 'setValue' => 'prepend' | |
| ), | |
| 'script' => 'wizard_add.php', | |
| ), | |
| ), | |
| ), | |
| ), | |
| 'question_u_i_d' => array( | |
| 'exclude' => true, | |
| 'label' => 'LLL:EXT:tutvideoverwaltung/Resources/Private/Language/locallang_db.xlf:tx_tutvideoverwaltung_domain_model_video.question_u_i_d', | |
| 'config' => array( | |
| 'type' => 'inline', | |
| 'foreign_table' => 'tx_tutvideoverwaltung_domain_model_question', | |
| 'foreign_field' => 'video', | |
| 'maxitems' => 9999, | |
| 'appearance' => array( | |
| 'collapseAll' => 0, | |
| 'levelLinksPosition' => 'top', | |
| 'showSynchronizationLink' => 1, | |
| 'showPossibleLocalizationRecords' => 1, | |
| 'showAllLocalizationLink' => 1 | |
| ), | |
| ), | |
| ), | |
| ), | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment