Add BG offset

This commit is contained in:
2026-08-14 10:59:22 +02:00
parent c720696781
commit 58990ebe8d
6 changed files with 161 additions and 5 deletions

View File

@@ -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
);