Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Wappler committed Sep 22, 2023
1 parent b12bd0e commit 5f8bef0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
use TYPO3\CMS\Extbase\Utility\ExtensionUtility;

ExtensionUtility::registerPlugin('SveWap.A21glossary', 'Pi1', 'LLL:EXT:a21glossary/Resources/Private/Language/locallang_db.xml:plugins.pi1.title');
ExtensionUtility::registerPlugin('a21glossary', 'Pi1', 'LLL:EXT:a21glossary/Resources/Private/Language/locallang_db.xml:plugins.pi1.title');
ExtensionManagementUtility::addToInsertRecords('tx_a21glossary_main');
4 changes: 0 additions & 4 deletions Configuration/TCA/tx_a21glossary_main.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

if (!defined('TYPO3_MODE')) {
die('Access denied.');
}

return [
'ctrl' => [
'title' => 'LLL:EXT:a21glossary/Resources/Private/Language/locallang_db.xml:tx_a21glossary_main',
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Appendix/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://extensions.typo3.org/extension/a21glossary/

The source code and development snapshots can be found at GitHub:

https://github.com/svewap/a21glossary
https://github.com/wapplersystems/a21glossary

Please contact me for reporting problems with the extension or for
submitting feature requests.
Expand Down
4 changes: 0 additions & 4 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

use WapplerSystems\A21glossary\Controller\GlossaryController;

if (!defined('TYPO3_MODE')) {
die ('Access denied.');
}


$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['contentPostProc-all']['tx_a21glossary'] = WapplerSystems\A21glossary\Hooks\FrontendHook::class . '->processHook';

Expand Down
5 changes: 0 additions & 5 deletions ext_tables.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<?php

if (!defined('TYPO3_MODE')) {
die ('Access denied.');
}


\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_a21glossary_main');

0 comments on commit 5f8bef0

Please sign in to comment.