rasteiner / k3-pagesdisplay-section

K3 plugin: display any page list in a section. Any parent, many parents, filtered, don't care.
Other
45 stars 8 forks source link

Not working on 3.6 release ? #10

Closed plagasul closed 2 years ago

plagasul commented 2 years ago

Hello, I just installed 3.6 on a site with pagesdisplay, older version, it returned an exception so I went and downloaded last version, un packed in place:

image

And while there is no exception, the section does not show:

image

This is the yaml code:

 shows:
    label: Shows 
    type: pagesdisplay
    query: page.includedInShows
    info: '{{page.datestart.toDate('d.m.Y')}} -> {{page.dateend.toDate('d.m.Y')}} | {{page.curator.topage.title.ifAndOr}} {{page.venue.topage.title.ifAndOr(', ')}} {{page.city}}'
    image: page.selectedimages.toFiles.first

Did I miss anything?

Thank you

rasteiner commented 2 years ago

Just tested it: the section works here on 3.6.0.

Maybe try reinstalling:

plagasul commented 2 years ago

I took the composer route, it worked.

I originally unpacked the downloaded release at site/plugins

Who knows!

Thank you