and the console gives an 500 internal server error with this message
"The Toolkit\Queryclass has been deprecated and will be removed in a future version. UseQuery\Query instead: Kirby\\Query\\Query::factory($query)->resolve($data)."
this a part of the blueprint that is not being shown:
columns:
# The first column has one section for the subpages of the `photography` page in card layout
# It reuses the pages section defined in `/site/blueprints/sections/albums.yml`
- width: 2/3
sections:
cv1:
extends: sections/albums
headline: CV1
type: pagetable
columns:
title:
label: Title
text: '{{ page.title }}'
width: 1/3
class:
label: Classe
text: '{{ page.tags }}'
mailhes:
label: Mail HES
text: '{{ page.email }}'
query: site.index.filterBy('tags', '*=', 'CV1')