Re-add accidentally removed tca

This commit is contained in:
Björn Fromme
2022-03-14 14:22:13 +01:00
parent 4a4fcfad9f
commit dc8f821d8b
2 changed files with 11 additions and 0 deletions
@@ -5,6 +5,16 @@ defined('TYPO3_MODE') or die();
call_user_func(function () {
$ttContentColumns = [
'button' => [
'exclude' => 0,
'label' => 'Button Label',
'config' => [
'type' => 'input',
'default' => 'Details',
'size' => 30,
'eval' => 'trim,required'
],
],
'tx_eptheme_context_country' => [
'exclude' => 0,
'label' => 'LLL:EXT:ep_products/Resources/Private/Language/locallang.xlf:tx_epproducts_domain_model_country',
@@ -158,6 +158,7 @@ CREATE TABLE pages
CREATE TABLE tt_content
(
button varchar(255) DEFAULT '' NOT NULL,
tx_eptheme_context_country int(11) unsigned DEFAULT '0',
tx_eptheme_context_region int(11) unsigned DEFAULT '0',
tx_eptheme_context_city int(11) unsigned DEFAULT '0',