Skip to content

Commit

Permalink
Cleanup deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
dr2okevin committed Dec 27, 2019
1 parent 8e216d8 commit cdca40e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
2 changes: 2 additions & 0 deletions Configuration/TCA/Overrides/sys_template.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('ffpi_nodecounter', 'Configuration/TypoScript', 'Nodecounter');
7 changes: 7 additions & 0 deletions Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
'FFPI.' . 'ffpi_nodecounter',
'Counter',
'counter'
);
15 changes: 0 additions & 15 deletions ext_tables.php

This file was deleted.

0 comments on commit cdca40e

Please sign in to comment.