getkirby / kql

Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST.
https://getkirby.com
MIT License
143 stars 5 forks source link

Allow shorthand method *.kt #33

Closed scsskid closed 2 years ago

scsskid commented 2 years ago

Version: 1.0

page.text.kt results in The method \"Kirby\\Cms\\Field::kt()\" is not allowed in the API context

should be allowed as page.text.kirbytext is allowed

thanks @bnomei who figured it out in discord

bastianallgeier commented 2 years ago