Added next, previous content
This commit is contained in:
parent
c4a0b27ac3
commit
b77f893f42
|
@ -65,6 +65,18 @@
|
||||||
"allowedTypes": [
|
"allowedTypes": [
|
||||||
"images"
|
"images"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"next_recommended": {
|
||||||
|
"type": "relation",
|
||||||
|
"relation": "oneToOne",
|
||||||
|
"target": "api::content.content",
|
||||||
|
"inversedBy": "previous_recommended"
|
||||||
|
},
|
||||||
|
"previous_recommended": {
|
||||||
|
"type": "relation",
|
||||||
|
"relation": "oneToOne",
|
||||||
|
"target": "api::content.content",
|
||||||
|
"inversedBy": "next_recommended"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue