Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Jan 15, 2025
1 parent 8490dc7 commit e76afd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e76afd8

Please sign in to comment.