Hi,
I make an export from WordPress and I get this folder
articles/2020/20200915-xxxxxx
articles/2020/20201215-xxxxxx
articles/2019/20191014-xxxxxx
Now, my panel is empty (it’s not a bug). My yml in section :
type: pages
headline: articles
parent: kirby.page("articles")
info: "{{ page.date.toDate('%d %B %Y') }}"
template: article
empty: No news yet
sortBy: date desc
First, how to list my articles in panel ?
Next is to create folder on new article.