Closed campiGit closed 8 months ago
@campiGit Thank you so much! Works!
Fixed it for me as well - Thanks!
I have released 1.1.7 which merges the PR, thank you!
As mentioned in #90, since the query
option has been added to the native pages section in K4, I won't support the plugin going forward in favor of the core layout: table
.
When i wanted to use your (btw awesome) plugin, i realised that the query your are using is outdated. I tried to query but it didnt work, until i stumbled across a kirby update which uses new Queries with a slightly different syntax.
For everybody having this problem:
4. Replace it with that one:
use Kirby\Toolkit\Query;
touse Kirby\Query\Query;
Would be nice to see it implemented soon, but as said: Your Plugin is sick and helps a lot!