getgrav / grav-learn

Grav Learn (exhaustive grav documentation)
http://learn.getgrav.org
MIT License
228 stars 785 forks source link

Add flex-objects results in a new page #974

Closed xf- closed 5 months ago

xf- commented 2 years ago

Workaround for me is

    header.published:
      type: toggle
      label: Published (as extra site)
      highlight: 0
      options:
        1: PLUGIN_ADMIN.YES
        0: PLUGIN_ADMIN.NO
      default: 0
      validate:
        type: bool

Found no way to hide it or apply it without an extra field or patch

mahagr commented 2 years ago

Umm, by default flex doesn't add any pages to the frontend. I do not understand what this is for?