diff --git a/Configuration/TCA/Overrides/pages.php b/Configuration/TCA/Overrides/pages.php index 302ae144..f3f16494 100644 --- a/Configuration/TCA/Overrides/pages.php +++ b/Configuration/TCA/Overrides/pages.php @@ -86,7 +86,6 @@ ], ], 'comments_active' => [ - 'exclude' => 1, 'label' => $ll . 'pages.comments_active', 'config' => [ 'type' => 'check', @@ -94,7 +93,6 @@ ], ], 'comments' => [ - 'exclude' => 1, 'label' => $ll . 'pages.comments', 'config' => [ 'type' => 'inline', @@ -115,7 +113,6 @@ ], ], 'crdate_month' => [ - 'exclude' => 1, 'label' => $ll . 'pages.crdate_month', 'config' => [ 'type' => 'input', @@ -126,7 +123,6 @@ ], ], 'crdate_year' => [ - 'exclude' => 1, 'label' => $ll . 'pages.crdate_year', 'config' => [ 'type' => 'input', @@ -137,7 +133,6 @@ ], ], 'archive_date' => [ - 'exclude' => 1, 'label' => $ll . 'pages.archive_date', 'config' => [ 'type' => 'input', @@ -151,7 +146,6 @@ ], ], 'publish_date' => [ - 'exclude' => 1, 'label' => $ll . 'pages.publish_date', 'config' => [ 'type' => 'input', @@ -165,7 +159,6 @@ ], ], 'tags' => [ - 'exclude' => 1, 'label' => $ll . 'pages.tags', 'config' => [ 'type' => 'select', @@ -185,7 +178,6 @@ ], ], 'authors' => [ - 'exclude' => 1, 'label' => $ll . 'pages.authors', 'config' => [ 'type' => 'select', @@ -202,7 +194,6 @@ ], ], 'featured_image' => [ - 'exclude' => true, 'label' => $ll . 'pages.featured_image', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( 'featured_image', diff --git a/Configuration/TCA/Overrides/sys_category.php b/Configuration/TCA/Overrides/sys_category.php index b8d3e7d8..c61f315c 100644 --- a/Configuration/TCA/Overrides/sys_category.php +++ b/Configuration/TCA/Overrides/sys_category.php @@ -14,7 +14,6 @@ $ll = 'LLL:EXT:blog/Resources/Private/Language/locallang_db.xlf:'; $temporaryColumns = [ 'slug' => [ - 'exclude' => 0, 'label' => $ll . 'sys_category.slug', 'config' => [ 'type' => 'slug', @@ -30,7 +29,6 @@ ] ], 'content' => [ - 'exclude' => 1, 'label' => $ll . 'sys_category.content', 'config' => [ 'type' => 'inline', @@ -57,7 +55,6 @@ ], ], 'posts' => [ - 'exclude' => 1, 'label' => $ll . 'sys_category.posts', 'config' => [ 'type' => 'group', diff --git a/Configuration/TCA/tx_blog_domain_model_author.php b/Configuration/TCA/tx_blog_domain_model_author.php index 5104fbc2..adcc42dd 100644 --- a/Configuration/TCA/tx_blog_domain_model_author.php +++ b/Configuration/TCA/tx_blog_domain_model_author.php @@ -84,7 +84,6 @@ ], ], 'hidden' => [ - 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden', 'config' => [ 'type' => 'check', @@ -92,7 +91,6 @@ ], ], 'name' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.name', 'config' => [ 'type' => 'input', @@ -103,7 +101,6 @@ 'l10n_mode' => 'exclude', ], 'slug' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.slug', 'config' => [ 'type' => 'slug', @@ -121,7 +118,6 @@ 'l10n_mode' => 'exclude', ], 'avatar_provider' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.avatar_provider', 'onChange' => 'reload', 'config' => [ @@ -136,7 +132,6 @@ 'l10n_mode' => 'exclude', ], 'image' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.image', 'displayCond' => 'FIELD:avatar_provider:=:T3G\AgencyPack\Blog\AvatarProvider\ImageProvider', 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig( @@ -163,7 +158,6 @@ 'l10n_mode' => 'exclude', ], 'title' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.title', 'config' => [ 'type' => 'input', @@ -172,7 +166,6 @@ ], ], 'website' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.website', 'config' => [ 'type' => 'input', @@ -182,7 +175,6 @@ 'l10n_mode' => 'exclude', ], 'email' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.email', 'config' => [ 'type' => 'input', @@ -192,7 +184,6 @@ 'l10n_mode' => 'exclude', ], 'location' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.location', 'config' => [ 'type' => 'input', @@ -202,7 +193,6 @@ 'l10n_mode' => 'exclude', ], 'twitter' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.twitter', 'config' => [ 'type' => 'input', @@ -212,7 +202,6 @@ 'l10n_mode' => 'exclude', ], 'linkedin' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.linkedin', 'config' => [ 'type' => 'input', @@ -222,7 +211,6 @@ 'l10n_mode' => 'exclude', ], 'xing' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.xing', 'config' => [ 'type' => 'input', @@ -232,7 +220,6 @@ 'l10n_mode' => 'exclude', ], 'profile' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.profile', 'config' => [ 'type' => 'input', @@ -242,7 +229,6 @@ 'l10n_mode' => 'exclude', ], 'bio' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_author.bio', 'config' => [ 'type' => 'text', @@ -265,7 +251,6 @@ 'l10n_mode' => 'exclude', ], 'details_page' => [ - 'exclude' => 1, 'label' => $ll . 'tx_blog_domain_model_author.details_page', 'config' => [ 'type' => 'group', @@ -280,7 +265,6 @@ ] ], 'sys_language_uid' => [ - 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language', 'config' => [ 'type' => 'select', @@ -296,7 +280,6 @@ ], 'l18n_parent' => [ 'displayCond' => 'FIELD:sys_language_uid:>:0', - 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent', 'config' => [ 'type' => 'select', diff --git a/Configuration/TCA/tx_blog_domain_model_comment.php b/Configuration/TCA/tx_blog_domain_model_comment.php index 0c1116fc..45a0f52f 100644 --- a/Configuration/TCA/tx_blog_domain_model_comment.php +++ b/Configuration/TCA/tx_blog_domain_model_comment.php @@ -56,7 +56,6 @@ ], ], 'hidden' => [ - 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden', 'config' => [ 'type' => 'check', @@ -65,7 +64,6 @@ ], // author not implemented yet 'author' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_comment.author', 'config' => [ 'type' => 'group', @@ -82,7 +80,6 @@ ], ], 'name' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_comment.name', 'config' => [ 'type' => 'input', @@ -91,7 +88,6 @@ ], ], 'url' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_comment.url', 'config' => [ 'type' => 'input', @@ -100,7 +96,6 @@ ], ], 'email' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_comment.email', 'config' => [ 'type' => 'input', @@ -109,7 +104,6 @@ ], ], 'comment' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_comment.comment', 'config' => [ 'type' => 'text', @@ -118,7 +112,6 @@ ], ], 'post_language_id' => [ - 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language', 'config' => [ 'type' => 'select', @@ -132,7 +125,6 @@ ], ], 'status' => [ - 'exclude' => 1, 'label' => $ll . 'tx_blog_domain_model_comment.status', 'config' => [ 'type' => 'select', diff --git a/Configuration/TCA/tx_blog_domain_model_tag.php b/Configuration/TCA/tx_blog_domain_model_tag.php index 5bc20fb4..e72c4168 100644 --- a/Configuration/TCA/tx_blog_domain_model_tag.php +++ b/Configuration/TCA/tx_blog_domain_model_tag.php @@ -67,7 +67,6 @@ ], ], 'hidden' => [ - 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden', 'config' => [ 'type' => 'check', @@ -75,7 +74,6 @@ ], ], 'title' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_tag.title', 'config' => [ 'type' => 'input', @@ -84,7 +82,6 @@ ], ], 'slug' => [ - 'exclude' => 0, 'label' => $ll . 'tx_blog_domain_model_tag.slug', 'config' => [ 'type' => 'slug', @@ -100,14 +97,12 @@ ] ], 'description' => [ - 'exclude' => 1, 'label' => $ll . 'tx_blog_domain_model_tag.description', 'config' => [ 'type' => 'text', ], ], 'content' => [ - 'exclude' => 1, 'label' => $ll . 'tx_blog_domain_model_tag.content', 'config' => [ 'type' => 'inline', @@ -139,7 +134,6 @@ ], ], 'sys_language_uid' => [ - 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language', 'config' => [ 'type' => 'select', @@ -155,7 +149,6 @@ ], 'l18n_parent' => [ 'displayCond' => 'FIELD:sys_language_uid:>:0', - 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent', 'config' => [ 'type' => 'select',