Fix table block manifest entry after settings migration

This commit is contained in:
Andrew Kingston 2022-11-15 11:58:10 +00:00
parent 0935738fbd
commit 68bc18ad1b
1 changed files with 7 additions and 25 deletions

View File

@ -4540,19 +4540,13 @@
"info": "Row selection is only compatible with internal or SQL tables" "info": "Row selection is only compatible with internal or SQL tables"
}, },
{ {
"type": "boolean", "type": "event",
"label": "Link table rows", "label": "On row click",
"key": "linkRows" "key": "onClick",
}, "context": [{
{ "label": "Clicked row",
"type": "boolean", "key": "row"
"label": "Open link in modal", }]
"key": "linkPeek"
},
{
"type": "url",
"label": "Link screen",
"key": "linkURL"
} }
] ]
}, },
@ -4582,18 +4576,6 @@
"key": "titleButtonURL" "key": "titleButtonURL"
} }
] ]
},
{
"section": true,
"name": "Advanced",
"settings": [
{
"type": "field",
"label": "ID column for linking (appended to URL)",
"key": "linkColumn",
"placeholder": "Default"
}
]
} }
] ]
}, },