I've gotten a simple little plug-in working called Getter. In getter.yaml I can put enabled: true or enabled: false and the get expected behavior.
But using either true or false in the page front matter like getter: false will not turn the plug-in off for that page if it's on in `getter.yaml' nor the other way around.
So I'm doing it wrong. How do I make my plug-in respect the page header configuration options?