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 2792028 commit bc5c912Copy full SHA for bc5c912
ext_tables.php
@@ -5,7 +5,7 @@
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');
+ //\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;
0 commit comments