I’m trying to replace all my live table with livedata and I’m facing problems with columns which contains page links.
I don’t know what to fill after linkType.
I checked the documentation and there is “…”
Where can I found the doc for those “…” ?
// This is used only by the 'link' displayer (which receives the live data entry and the property descriptor).
"linkType": "...",
The link displayer used by the live data doesn’t have a linkType parameter. I updated the documentation. It has instead a propertyHref parameter. There a small usage example at https://extensions.xwiki.org/xwiki/bin/view/Extension/Live%20Data%20Macro/#HIn-lineData . The idea is that you have to indicate which other property holds the URL that should be used as the link target.