Hide subpages in kirby-2.4.0 bug?

Hello,

I tried to hide the subpages with the instruction “hide: true” without success.
I have tested with a clean Kirby 2.4.0 install in the “default.yml” blueprints

title: Page

pages:
  hide: true

fields:
  title:
    label: Title
    type:  text

  text:
    label: Text
    type:  textarea

But I still see the subpages.

Is someone can reproduce this bug ?

Yes, it’s already noted for 2.4.1: https://github.com/getkirby/panel/issues/947

Thanks for your answer and sorry, I had not checked the github issues :wink: