diff --git a/Configuration/TCA/tx_sgjobs_domain_model_company.php b/Configuration/TCA/tx_sgjobs_domain_model_company.php index 533a9e1deaf1a139ee506a15ad31c07ea70d1551..274fc5ea6788c636efca36ce960daba8269dee17 100644 --- a/Configuration/TCA/tx_sgjobs_domain_model_company.php +++ b/Configuration/TCA/tx_sgjobs_domain_model_company.php @@ -123,7 +123,7 @@ return [ ], ], 'zip' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_company.zip', 'config' => [ 'type' => 'input', @@ -132,7 +132,7 @@ return [ ], ], 'city' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_company.city', 'config' => [ 'type' => 'input', @@ -141,7 +141,8 @@ return [ ], ], 'job_id' => [ - 'exclude' => 0, + 'exclude' => TRUE, + 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_company.job_id', 'config' => [ 'type' => 'input', @@ -150,7 +151,7 @@ return [ ], ], 'name' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_company.name', 'config' => [ 'type' => 'input', @@ -159,7 +160,7 @@ return [ ], ], 'street' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_company.street', 'config' => [ 'type' => 'input', @@ -168,7 +169,7 @@ return [ ], ], 'country' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_company.country', 'config' => [ 'type' => 'input', @@ -177,7 +178,7 @@ return [ ], ], 'description' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_company.description', 'config' => [ 'type' => 'input', @@ -186,7 +187,7 @@ return [ ], ], 'contact' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.contact', 'config' => [ 'type' => 'select', diff --git a/Configuration/TCA/tx_sgjobs_domain_model_contact.php b/Configuration/TCA/tx_sgjobs_domain_model_contact.php index d2ddba753f4846afca4fd374c490081e97da3fe7..16d113f359bfd065d6cfea3b63a932b37fb543eb 100644 --- a/Configuration/TCA/tx_sgjobs_domain_model_contact.php +++ b/Configuration/TCA/tx_sgjobs_domain_model_contact.php @@ -45,7 +45,7 @@ return [ ], 'columns' => [ 'sys_language_uid' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.language', 'config' => [ 'type' => 'select', @@ -59,7 +59,7 @@ return [ ], 'l10n_parent' => [ 'displayCond' => 'FIELD:sys_language_uid:>:0', - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.l18n_parent', 'config' => [ 'type' => 'select', @@ -84,21 +84,21 @@ return [ ] ], 'pid' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'PID', 'config' => [ 'type' => 'none', ] ], 'hidden' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.hidden', 'config' => [ 'type' => 'check', ], ], 'starttime' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.starttime', 'config' => [ @@ -114,7 +114,7 @@ return [ ], ], 'endtime' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.endtime', 'config' => [ @@ -130,7 +130,7 @@ return [ ], ], 'title' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.title', 'config' => [ 'type' => 'input', @@ -139,7 +139,7 @@ return [ ], ], 'first_name' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.first_name', 'config' => [ 'type' => 'input', @@ -148,7 +148,7 @@ return [ ], ], 'last_name' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.last_name', 'config' => [ 'type' => 'input', @@ -157,7 +157,7 @@ return [ ], ], 'street' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.street', 'config' => [ 'type' => 'input', @@ -166,7 +166,7 @@ return [ ], ], 'city' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.city', 'config' => [ 'type' => 'input', @@ -175,7 +175,7 @@ return [ ], ], 'zip' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.zip', 'config' => [ 'type' => 'input', @@ -184,7 +184,7 @@ return [ ], ], 'phone' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.phone', 'config' => [ 'type' => 'input', @@ -193,7 +193,7 @@ return [ ], ], 'email' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.email', 'config' => [ 'type' => 'input', @@ -202,7 +202,7 @@ return [ ], ], 'hide_in_frontend' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_contact.hide_in_frontend', 'config' => [ 'type' => 'check', diff --git a/Configuration/TCA/tx_sgjobs_domain_model_department.php b/Configuration/TCA/tx_sgjobs_domain_model_department.php index f04328b219c2e9f63ef2e32cb3a9d6fa46d4c334..4fe9f47cdc996d4ae7af4e993d6af92544625d5e 100644 --- a/Configuration/TCA/tx_sgjobs_domain_model_department.php +++ b/Configuration/TCA/tx_sgjobs_domain_model_department.php @@ -67,7 +67,7 @@ return [ ], 'columns' => [ 'sys_language_uid' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.language', 'config' => [ 'type' => 'select', @@ -81,7 +81,7 @@ return [ ], 'l10n_parent' => [ 'displayCond' => 'FIELD:sys_language_uid:>:0', - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.l18n_parent', 'config' => [ 'type' => 'select', @@ -106,21 +106,21 @@ return [ ] ], 'pid' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'PID', 'config' => [ 'type' => 'none', ] ], 'hidden' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.hidden', 'config' => [ 'type' => 'check', ], ], 'starttime' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.starttime', 'config' => [ @@ -136,7 +136,7 @@ return [ ], ], 'endtime' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.endtime', 'config' => [ @@ -152,7 +152,7 @@ return [ ], ], 'title' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_department.title', 'config' => [ 'type' => 'input', diff --git a/Configuration/TCA/tx_sgjobs_domain_model_job.php b/Configuration/TCA/tx_sgjobs_domain_model_job.php index 82cd7ba74956ade041371369e071a832981f2212..e8d5af4e543ca452cf1f44e3d449c1db7db1a91b 100644 --- a/Configuration/TCA/tx_sgjobs_domain_model_job.php +++ b/Configuration/TCA/tx_sgjobs_domain_model_job.php @@ -48,7 +48,7 @@ return [ ], 'columns' => [ 'sys_language_uid' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.language', 'config' => [ 'type' => 'select', @@ -57,7 +57,7 @@ return [ ], 'l10n_parent' => [ 'displayCond' => 'FIELD:sys_language_uid:>:0', - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.l18n_parent', 'config' => [ 'type' => 'select', @@ -82,21 +82,21 @@ return [ ] ], 'pid' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'PID', 'config' => [ 'type' => 'none', ] ], 'hidden' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.hidden', 'config' => [ 'type' => 'check', ], ], 'starttime' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.starttime', 'config' => [ @@ -112,7 +112,7 @@ return [ ], ], 'endtime' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.endtime', 'config' => [ @@ -128,7 +128,7 @@ return [ ], ], 'title' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.title', 'config' => [ 'type' => 'input', @@ -137,7 +137,8 @@ return [ ], ], 'job_id' => [ - 'exclude' => 0, + 'exclude' => TRUE, + 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.jobId', 'config' => [ 'type' => 'input', @@ -146,7 +147,8 @@ return [ ], ], 'department' => [ - 'exclude' => 0, + 'exclude' => TRUE, + 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.department', 'config' => [ 'type' => 'select', @@ -162,28 +164,30 @@ return [ ], ], 'featured_offer' => [ - 'exclude' => 1, + 'exclude' => TRUE, + 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.featuredOffer', 'config' => [ 'type' => 'check', ], ], 'hide_apply_by_email' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.hideApplyByEmail', 'config' => [ 'type' => 'check', ], ], 'hide_apply_by_postal' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.hideApplyByPostal', 'config' => [ 'type' => 'check', ], ], 'start_date' => [ - 'exclude' => 1, + 'exclude' => TRUE, + 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.start_date', 'config' => [ 'type' => 'input', @@ -197,7 +201,7 @@ return [ ], ], 'alternative_start_date' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.alternative_start_date', 'config' => [ 'type' => 'input', @@ -206,7 +210,7 @@ return [ ], ], 'task' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.task', 'config' => [ 'type' => 'text', @@ -217,7 +221,7 @@ return [ 'defaultExtras' => 'richtext[]' ], 'qualification' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.qualification', 'config' => [ 'type' => 'text', @@ -228,7 +232,7 @@ return [ 'defaultExtras' => 'richtext[]' ], 'description' => [ - 'exclude' => 0, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.description', 'config' => [ 'type' => 'text', @@ -239,7 +243,8 @@ return [ 'defaultExtras' => 'richtext[]' ], 'company' => [ - 'exclude' => 0, + 'exclude' => TRUE, + 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.company', 'config' => [ 'type' => 'select', @@ -261,7 +266,8 @@ return [ ] ], 'contact' => [ - 'exclude' => 0, + 'exclude' => TRUE, + 'l10n_mode' => 'exclude', 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.contact', 'config' => [ 'type' => 'select', diff --git a/Configuration/TCA/tx_sgjobs_domain_model_job_application.php b/Configuration/TCA/tx_sgjobs_domain_model_job_application.php index 2ea4696084c4c52b6135ea72fe87e8fc4c6af0e5..ea4d7534a47ccf899b6d052337e5d7bfa4d155c7 100644 --- a/Configuration/TCA/tx_sgjobs_domain_model_job_application.php +++ b/Configuration/TCA/tx_sgjobs_domain_model_job_application.php @@ -49,7 +49,7 @@ $tx_sgjobs_domain_model_job_application = [ ], 'columns' => [ 'sys_language_uid' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.language', 'config' => [ 'type' => 'select', @@ -58,7 +58,7 @@ $tx_sgjobs_domain_model_job_application = [ ], 'l10n_parent' => [ 'displayCond' => 'FIELD:sys_language_uid:>:0', - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.l18n_parent', 'config' => [ 'type' => 'select', @@ -83,21 +83,21 @@ $tx_sgjobs_domain_model_job_application = [ ] ], 'pid' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'PID', 'config' => [ 'type' => 'none', ] ], 'hidden' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.hidden', 'config' => [ 'type' => 'check', ], ], 'starttime' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.starttime', 'config' => [ @@ -113,7 +113,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'endtime' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xml:LGL.endtime', 'config' => [ @@ -129,7 +129,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'job_id' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.job_id', 'config' => [ 'type' => 'input', @@ -138,7 +138,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'job' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.job', 'config' => [ 'type' => 'select', @@ -159,7 +159,7 @@ $tx_sgjobs_domain_model_job_application = [ ] ], 'job_title' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.job_title', 'config' => [ 'type' => 'input', @@ -168,7 +168,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'company' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.company', 'config' => [ 'type' => 'select', @@ -190,7 +190,7 @@ $tx_sgjobs_domain_model_job_application = [ ] ], 'gender' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.gender', 'config' => [ 'type' => 'input', @@ -199,7 +199,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'first_name' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.first_name', 'config' => [ 'type' => 'input', @@ -208,7 +208,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'last_name' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.last_name', 'config' => [ 'type' => 'input', @@ -217,7 +217,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'street' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.street', 'config' => [ 'type' => 'input', @@ -226,7 +226,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'city' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.city', 'config' => [ 'type' => 'input', @@ -235,7 +235,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'zip' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.zip', 'config' => [ 'type' => 'input', @@ -253,7 +253,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'nationality' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.nationality', 'config' => [ 'type' => 'input', @@ -262,7 +262,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'education' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.education', 'config' => [ 'type' => 'input', @@ -271,7 +271,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'birth_date' => [ - 'exclude' => 1, + 'exclude' => TRUE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.birth_date', 'config' => [ 'type' => 'input', @@ -280,7 +280,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'phone' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.phone', 'config' => [ 'type' => 'input', @@ -289,7 +289,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'mobile' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.mobile', 'config' => [ 'type' => 'input', @@ -298,7 +298,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'email' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.email', 'config' => [ 'type' => 'input', @@ -307,7 +307,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'message' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.message', 'config' => [ 'type' => 'text', @@ -316,7 +316,7 @@ $tx_sgjobs_domain_model_job_application = [ ], ], 'cover_letter' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.cover_letter', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'cover_letter', @@ -325,7 +325,7 @@ $tx_sgjobs_domain_model_job_application = [ ), ], 'certificate' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.certificate', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'certificate', @@ -334,7 +334,7 @@ $tx_sgjobs_domain_model_job_application = [ ), ], 'cv' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.cv', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'cv', @@ -343,7 +343,7 @@ $tx_sgjobs_domain_model_job_application = [ ), ], 'privacy_policy' => [ - 'exclude' => 0, + 'exclude' => FALSE, 'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.privacy_policy', 'config' => [ 'type' => 'check',