<?php
defined('TYPO3') or die();

$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['products_catalog'] = 'header_position,date,header_link,subheader,recursive,select_key,pages,tx_flux_children';
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist']['products_catalog'] = 'pi_flexform';

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin('Products', 'Catalog', 'Catalog');
