Pages layout: table -> how to hide the info field?

Hi all,

how to hide the info field in pages → layout: table?

 columns:
         info: false

does not work.

thaks alot!

If you don’t define info in your pages section, this shouldn’t show up? Could you please post the complete pages section definition, not just that one line?

yes of course!

  listed:
    extends: sections/articles
    headline: Published
    status: listed
    type: pages
    layout: table
    search: true
    sortBy: Datum desc
    columns:
      Datum:
        label: Datum
        value: "{{ page.Datum.toDate('d.m.Y') }}"
      info: false

there is no info field in the bp

And in the one you extend?

yeah for sure!

sorry for wasting your time…

I couldn’t see the forest for the trees :wink: