diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/dtos/ApplicationTemplate.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/dtos/ApplicationTemplate.java index 7b86179f547..23fb434385c 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/dtos/ApplicationTemplate.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/dtos/ApplicationTemplate.java @@ -42,4 +42,8 @@ public class ApplicationTemplate extends BaseDomain { // null if the template is a community template @Email private String authorEmail; + + private int templateGridRowSize; + + private int templateGridColumnSize; }