Skip to content

Commit

Permalink
Fix extension configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Jan 10, 2025
1 parent dcbc477 commit 580d25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

declare(strict_types=1);

$EM_CONF['nr_scheduler'] = [
'title' => 'Netresearch - TYPO3 scheduler',
$EM_CONF['nr_sync'] = [
'title' => 'Netresearch - TYPO3 Synchronization',
'description' => 'A module for synchronizing content from a production system to a single or multiple target systems.',
'category' => 'module',
'author' => 'Sebastian Mendel, Tobias Hein, Rico Sonntag, Thomas Schöne, Axel Seemann',
Expand Down

0 comments on commit 580d25c

Please sign in to comment.