-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Querying forms via API (Kql) #75
Comments
I always assumed it was compatible (minus the built-in snippets, of course) and the API mode was specifically to support custom forms in headless setups. I will take a look when I find time. |
I tried to query the forms page directly using KQL. But this was pointless.
It is! I even query the HTMX inside my Vue/Nuxt App 😅 instead of using the API.
|
I just noticed that using KQL is not really possible, since models are not supported yet (I made an issue for that in the past). If you'd like to use KQL, you'd have to write a custom method that queries all fields depending on the type. Maybe I can add a toKqlArray method or something in the future, I will keep this open as a reminder to investigate it at some point... |
Hello I get this error while fetching the site page using Nuxt KQL x Headless Kirby.
The website has multilanguage.
Is the plugin compatible with this workflow?
The text was updated successfully, but these errors were encountered: