1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

GO-5403 fix autoWidgetDisabled maxCount

This commit is contained in:
Roman Khafizianov 2025-04-03 15:11:48 +02:00
parent ce33b293b1
commit 834b6c7adb
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import (
"github.com/anyproto/anytype-heart/pkg/lib/pb/model"
)
const RelationChecksum = "a23583f8faef1cbfcd05ca1d2761538e67bbdd1336d1a467a0d657b5f986b313"
const RelationChecksum = "c4effd0b56ce4d007b246e0371064334d9a7acd7dee184669939217848faa938"
const (
RelationKeyTag domain.RelationKey = "tag"
RelationKeyCamera domain.RelationKey = "camera"
@ -291,6 +291,7 @@ var (
Hidden: true,
Id: "_brautoWidgetDisabled",
Key: "autoWidgetDisabled",
MaxCount: 1,
Name: "Auto Widget disabled",
ReadOnly: false,
ReadOnlyRelation: true,

View file

@ -1521,7 +1521,7 @@
"format": "checkbox",
"hidden": true,
"key": "autoWidgetDisabled",
"maxCount": 0,
"maxCount": 1,
"name": "Auto Widget disabled",
"readonly": false,
"source": "details"