My content is structured like this:
βββ projects
β βββ 1-2011
β β βββ 1-project-one
β β βββ 2-project-two
β β βββ 3-...
β β βββ year.txt
β βββ 2-2012
β β βββ 1-project-one
β β βββ 2-project-two
β β βββ 3-...
β β βββ year.txt
β βββ 3-2013
β β βββ 1-project-one
β β βββ 2-project-two
β β βββ 3-...
β β βββ year.txt
β βββ 4-2014
β β βββ 1-project-one
β β βββ 2-project-two
β β βββ 3-...
β β βββ year.txt
β βββ projects.txt
βββ site.txt
Blueprints:
projects.yml
title: Projects
pages: true
template: year
sort: title desc
files: false
fields:
title:
label: Title
type: text
title: Projects
pages: true
template: project
files: false
fields:
title:
label: Title
type: text
Iβve added more years and projects, and they are visually being sorted in the panel, but the actual βorderβ number of the directories is not updating. Is this the expected behavior?
Core: 2.4.1
Toolkit: 2.4.1
Panel: 2.4.1