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