Hi all,
Is there a way to set which version of API Ghost will use? I tried in theme’s package.json file with settings like:
“engines”: {
“ghost-api”: “v0.1”,
},
but without luck.
Public API checkbox is removed from 2.10.2 version so all new installations use new v2 API by default. I have a theme that uses old API for search functionality.