Add BG offset
This commit is contained in:
@@ -211,6 +211,10 @@ CREATE TABLE tt_content (
|
||||
tx_vitec_bg_size VARCHAR(20) DEFAULT 'cover' NOT NULL,
|
||||
tx_vitec_bg_size_percent int(11) unsigned DEFAULT '100' NOT NULL,
|
||||
tx_vitec_bg_position VARCHAR(20) DEFAULT 'center center' NOT NULL,
|
||||
tx_vitec_bg_pos_top int(11) DEFAULT NULL,
|
||||
tx_vitec_bg_pos_bottom int(11) DEFAULT NULL,
|
||||
tx_vitec_bg_pos_left int(11) DEFAULT NULL,
|
||||
tx_vitec_bg_pos_right int(11) DEFAULT NULL,
|
||||
tx_vitec_usecase_content int(11) unsigned DEFAULT '0' NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user