Hello,
I modified the tags extension and added a column rank to the table discussion_tag. (This is to show a rank on the discussion page - f.e. #1 trending in Test-Tag. )
How would I get that column inside the API tags relationships object?
"tags": {
"data": [
{
"type": "tags",
"id": "1"
},
{
"type": "tags",
"id": "2"
}
]
}
Many thanks to those that can answer.