We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218454f commit 9119c55Copy full SHA for 9119c55
ext_tables.php
@@ -4,9 +4,6 @@
4
call_user_func(
5
function() {
6
7
- // Enable TYPO3 to create records on standard pages instead of only sys folders
8
- //\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_cetimeline_domain_model_entry');
9
-
10
// Hide table in all list views, in order to provide smooth inline editing experience
11
$TCA['tx_cetimeline_domain_model_entry']['ctrl']['hideTable'] = 1;
12
0 commit comments