Skip to content
Snippets Groups Projects
Commit bf3029d0 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Add column and row information to web api

parent 8401b9d6
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ object ProjectSerializer {
result.addProperty("id", project.getProjectReference.getUuid.toString)
result.addProperty("name", project.getProjectReference.getName)
result.addProperty("columns", project.getSettings.getColumns)
result.addProperty("rows", project.getSettings.getRows)
val pageArray = new JsonArray()
project.getPages.forEach(page => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment