Make header slider skipass badge configurable
This commit is contained in:
@@ -12,6 +12,7 @@ CREATE TABLE tx_eptheme_domain_model_slide
|
||||
subline varchar(255) DEFAULT '' NOT NULL,
|
||||
button varchar(255) DEFAULT '' NOT NULL,
|
||||
page_uid varchar(255) DEFAULT '' NOT NULL,
|
||||
skipass tinyint(4) unsigned DEFAULT '1' NOT NULL,
|
||||
image int(11) unsigned NOT NULL default '0',
|
||||
page int(11) unsigned DEFAULT '0',
|
||||
sorting int(11) unsigned DEFAULT '0' NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user