forked from ext-news/news_ttnewsimport
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ext_tables.php
21 lines (20 loc) · 928 Bytes
/
ext_tables.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
if (!defined('TYPO3_MODE')) {
die ('Access denied.');
}
\GeorgRinger\News\Utility\ImportJob::register(
'BeechIt\\NewsTtnewsimport\\Jobs\\TTNewsCategoryImportJob',
'LLL:EXT:news_ttnewsimport/Resources/Private/Language/locallang_be.xml:ttnewscategory_importer_title',
'');
\GeorgRinger\News\Utility\ImportJob::register(
'BeechIt\\NewsTtnewsimport\\Jobs\\TTNewsNewsImportJob',
'LLL:EXT:news_ttnewsimport/Resources/Private/Language/locallang_be.xml:ttnews_importer_title',
'');
\GeorgRinger\News\Utility\ImportJob::register(
'BeechIt\\NewsTtnewsimport\\Jobs\\MblNewseventImportJob',
'LLL:EXT:news_ttnewsimport/Resources/Private/Language/locallang_be.xml:mblnewsevent_importer_title',
'');
\GeorgRinger\News\Utility\ImportJob::register(
'BeechIt\\NewsTtnewsimport\\Jobs\\DamMediaTagConversionJob',
'LLL:EXT:news_ttnewsimport/Resources/Private/Language/locallang_be.xml:dammediatag_converter_title',
'');