Fix table block manifest entry after settings migration

This commit is contained in:
Andrew Kingston 2022-11-15 11:58:10 +00:00
parent 2b42b21b3a
commit 4e6ba2dc30
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"
},
{
"type": "boolean",
"label": "Link table rows",
"key": "linkRows"
},
{
"type": "boolean",
"label": "Open link in modal",
"key": "linkPeek"
},
{
"type": "url",
"label": "Link screen",
"key": "linkURL"
"type": "event",
"label": "On row click",
"key": "onClick",
"context": [{
"label": "Clicked row",
"key": "row"
}]
}
]
},
@ -4582,18 +4576,6 @@
"key": "titleButtonURL"
}
]
},
{
"section": true,
"name": "Advanced",
"settings": [
{
"type": "field",
"label": "ID column for linking (appended to URL)",
"key": "linkColumn",
"placeholder": "Default"
}
]
}
]
},