@@ -1194,16 +1194,17 @@ CREATE TABLE MontageLayouts (
1194
1194
PRIMARY KEY (`Id`)
1195
1195
);
1196
1196
1197
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('Freeform', '{ "default":{"float":"left","left":"0px","right":"0px","top":"0px","bottom":"0px","width":"auto"} }' );
1198
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('2 Wide', '{ "default":{"float":"left", "width":"50%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1199
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('3 Wide', '{ "default":{"float":"left", "width":"33%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1200
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('4 Wide', '{ "default":{"float":"left", "width":"25%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1201
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('5 Wide', '{ "default":{"float":"left", "width":"20%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1202
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('6 Wide', '{ "default":{"float":"left", "width":"16.6%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1203
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('7 Wide', '{ "default":{"float":"left", "width":"14.2%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1204
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('8 Wide', '{ "default":{"float":"left", "width":"12.5%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1205
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('9 Wide', '{ "default":{"float":"left", "width":"11.1%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1206
- INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('10 Wide', '{ "default":{"float":"left", "width":"10%","left":"0px","right":"0px","top":"0px","bottom":"0px"} }' );
1197
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('Auto', NULL );
1198
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('1 Wide', NULL );
1199
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('2 Wide', NULL );
1200
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('3 Wide', NULL );
1201
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('4 Wide', NULL );
1202
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('6 Wide', NULL );
1203
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('8 Wide', NULL );
1204
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('12 Wide', NULL );
1205
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('16 Wide', NULL );
1206
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('24 Wide', NULL );
1207
+ INSERT INTO MontageLayouts (`Name`,`Positions`) VALUES ('48 Wide', NULL );
1207
1208
1208
1209
CREATE TABLE Sessions (
1209
1210
id char(32) not null,
0 commit comments