TYPO3 CMS  TYPO3_8-7
pages.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 $fields = [
5  'tx_impexp_origuid' => [
6  'config' => [
7  'type' => 'passthrough'
8  ]
9  ]
10 ];
11 
12 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('pages', $fields);
$fields
Definition: pages.php:4