3
0

Add tab block to compose

This commit is contained in:
Emmy Leke
2022-12-16 19:01:49 +01:00
committed by Jože Fortun
parent 23f0e4a1fa
commit c6f88e2679
22 changed files with 849 additions and 68 deletions

View File

@@ -3,11 +3,12 @@ package types
import (
"database/sql/driver"
"encoding/json"
"github.com/cortezaproject/corteza/server/pkg/sql"
"strconv"
"strings"
"time"
"github.com/cortezaproject/corteza/server/pkg/sql"
"github.com/cortezaproject/corteza/server/pkg/filter"
"github.com/cortezaproject/corteza/server/pkg/locale"
"github.com/spf13/cast"
@@ -58,6 +59,7 @@ type (
Style PageBlockStyle `json:"style,omitempty"`
Kind string `json:"kind"`
XYWH [4]int `json:"xywh"` // x,y,w,h
Meta map[string]any `json:"meta,omitempty"`
// Warning: value of this field is now handled via resource-translation facility
// struct field is kept for the convenience for now since it allows us