We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi It's me again. This time with an improvement I'd want to suggest.
I am using a toggle in kirby and the default API would return something like this: "inverted": true,
"inverted": true,
Whereas /rest returns "inverted": "1",.
/rest
"inverted": "1",
I can work with it, but it would be nice if we actually kept the boolean values, wouldn't it?
Cheers
Jones
The text was updated successfully, but these errors were encountered:
Suspect this also has to do with smartypants parsing!
Sorry, something went wrong.
I see. Though I could not find anything in the docs, where it says that it transforms true to 1...
true
1
I'll take a closer look at this when I have the time, might not be related to smartypants. Will need to check what causes this.
No branches or pull requests
Hi
It's me again.
This time with an improvement I'd want to suggest.
I am using a toggle in kirby and the default API would return something like this:
"inverted": true,
Whereas
/rest
returns"inverted": "1",
.I can work with it, but it would be nice if we actually kept the boolean values, wouldn't it?
Cheers
Jones
The text was updated successfully, but these errors were encountered: