Add config to open page in new tab from area/top navigation

This commit is contained in:
Björn Fromme
2020-09-01 11:40:13 +02:00
parent 7e3730062c
commit 9a7472932f
3 changed files with 10 additions and 2 deletions
@@ -149,6 +149,7 @@ CREATE TABLE pages
tx_eptheme_context_concept int(11) unsigned DEFAULT '0',
tx_eptheme_context_product int(11) unsigned DEFAULT '0',
tx_eptheme_hide_searchbar tinyint(4) unsigned DEFAULT '0' NOT NULL,
tx_eptheme_new_tab tinyint(4) unsigned DEFAULT '0' NOT NULL,
tx_eptheme_bodyclass varchar(255) DEFAULT '' NOT NULL,
tx_eptheme_slides int(11) unsigned DEFAULT '0',
tx_eptheme_badge int(11) unsigned DEFAULT '0'