TYPO3 CMS  TYPO3_7-6
ext_tables.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 if (TYPO3_MODE === 'BE') {
6  'web',
7  'layout',
8  'top',
9  '',
10  [
11  'routeTarget' => \TYPO3\CMS\Backend\Controller\PageLayoutController::class . '::mainAction',
12  'access' => 'user,group',
13  'name' => 'web_layout',
14  'labels' => [
15  'tabs_images' => [
16  'tab' => 'EXT:backend/Resources/Public/Icons/module-page.svg',
17  ],
18  'll_ref' => 'LLL:EXT:backend/Resources/Private/Language/locallang_mod.xlf',
19  ],
20  ]
21  );
22 
23  // Register BackendLayoutDataProvider for PageTs
24  $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['BackendLayoutDataProvider']['pagets'] = \TYPO3\CMS\Backend\Provider\PageTsBackendLayoutDataProvider::class;
25 }
if(!defined("DB_ERROR")) define("DB_ERROR"
$GLOBALS['PAGES_TYPES']
Definition: ext_tables.php:12
static addModule($main, $sub='', $position='', $path='', $moduleConfiguration=[])