Fix table block manifest entry after settings migration
This commit is contained in:
parent
2b42b21b3a
commit
4e6ba2dc30
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue