diff --git a/events.proto b/events.proto index 4de87bc..bb3ea18 100644 --- a/events.proto +++ b/events.proto @@ -786,7 +786,6 @@ message Event { int32 pageLimit = 9; // Limit of objects shown in widget string defaultTemplateId = 10; // Id of template object set default for the view string defaultObjectTypeId = 15; // Default object type that is chosen for new object created within the view - anytype.model.Block.Align align = 16; } message Filter { diff --git a/models.proto b/models.proto index ff3f3af..b3b2e54 100644 --- a/models.proto +++ b/models.proto @@ -363,7 +363,6 @@ message Block { int32 pageLimit = 13; // Limit of objects shown in widget string defaultTemplateId = 14; // Default template that is chosen for new object created within the view string defaultObjectTypeId = 15; // Default object type that is chosen for new object created within the view - Block.Align align = 16; enum Type { Table = 0; @@ -391,6 +390,7 @@ message Block { TimeFormat timeFormat = 6; DateFormat dateFormat = 7; FormulaType formula = 8; + Block.Align align = 9; enum DateFormat { MonthAbbrBeforeDay = 0; // Jul 30, 2020