kirby-json-api
kirby-json-api copied to clipboard
The Kirby JSON API plugin is a fairly simple layer on top of the existing Kirby infrastructure that provides a language-aware, read-only (for now) JSON API to access the content tree from JavaScript a...
Hey! My ideal would be: ``` "structured": [ { "title": "My Title", "file": { url: "....", title: "....", dimensions: "....", orientation: "....", } }, { "title": "Sub-Item 2", "file": {...
Hi @lord-executor, and thanks for your work! Here is my problem, I try to build a custom API, but I can't get custom fields (on files for this example). if...
search engine page, always shows empty results "no_results":"No results found.\nPlease try another search."
How we get the file fields?
Hello, Thanks for this great plugin. by default, the ""coverimage", will only return the filename eg. "coverimage": "extending.png", How can I make it return with the image url instead? I...
First of all, great working plugin. Ive tried some this to get this working but unfortunately my knowledge of php didn't help me in this. Is it possible to get...