-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_tables.php
64 lines (43 loc) · 2.28 KB
/
ext_tables.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php
if (!defined('TYPO3_MODE')) {
die('Access denied.');
}
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
$_EXTKEY,
'Werkstattliste',
'Werkstatt Liste'
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
$_EXTKEY,
'Foerdergruppen',
'Fördergruppen'
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
$_EXTKEY,
'Abfbt',
'ABFBT'
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
$_EXTKEY,
'Werkstattlaeden',
'Werkstattläden'
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
$_EXTKEY,
'Werkstattkarte',
'Werkstattkarte'
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
$_EXTKEY,
'Produkt2werkstatt',
'Werkstattsuche nach Produkten'
);
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile($_EXTKEY, 'Configuration/TypoScript', 'werkstattsuche');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_werkstattsuche_domain_model_werkstatt', 'EXT:werkstattsuche/Resources/Private/Language/locallang_csh_tx_werkstattsuche_domain_model_werkstatt.xlf');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_werkstattsuche_domain_model_werkstatt');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_werkstattsuche_domain_model_bezirk', 'EXT:werkstattsuche/Resources/Private/Language/locallang_csh_tx_werkstattsuche_domain_model_bezirk.xlf');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_werkstattsuche_domain_model_bezirk');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_werkstattsuche_domain_model_produktedienstleistungen', 'EXT:werkstattsuche/Resources/Private/Language/locallang_csh_tx_werkstattsuche_domain_model_produktedienstleistungen.xlf');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_werkstattsuche_domain_model_produktedienstleistungen');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_werkstattsuche_domain_model_produktkategorie', 'EXT:werkstattsuche/Resources/Private/Language/locallang_csh_tx_werkstattsuche_domain_model_produktkategorie.xlf');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_werkstattsuche_domain_model_produktkategorie');