I'm using 1.1.0. This is what I did:
- removed everything from pages and packages
- created my own theme in packages and added some pages
A this point everything seemed to be working correctly, however I noticed that in page options the state of switch named Hide Page From Navigation is not shown correctly. The switch itself works and adds or removes the hidden: 1
variable from the page itself but each time the page settings get reloaded in the dashboard, the state is lost and is always shown as off.
After some crazy trial and error troubleshooting I discovered, that adding tags: whatever
variable to any single file of a page somehow magically makes that switch work correctly again.
I also noticed that for whatever reason I can't actually edit the tags field at all, I can only remove tags, if there are any, and if I remove the last existing tag from all pages, then the Hide Page From Navigation switch stops working correctly again. What's going on there?