This simplifies menu adjustments since the content and its menu entries are now all found in the same place. E.g. you can now simply set draft = true in a specific content file and all its menu entries will automatically be disabled (i.e. have draft status), too, without the extra need to modify config.toml anymore.
This simplifies menu adjustments since the content and its menu entries are now all found in the same place. E.g. you can now simply set
draft = true
in a specific content file and all its menu entries will automatically be disabled (i.e. have draft status), too, without the extra need to modifyconfig.toml
anymore.Cf. #149