jamesrwilliams / flagpole

Easily register and work with feature flags in your theme with Flagpole. This WordPress plugin allows developers to easily configure feature flags in your WordPress themes.
MIT License
24 stars 7 forks source link

Add ability to publish a group #35

Open jamesrwilliams opened 4 years ago

jamesrwilliams commented 4 years ago

You currently cannot publish a group of flags but you can publish flags individually. Would there be a use case for needing to be able to publish a group of flags?

I suspect whenever you would need to do this you could just merge the conditionals to use the same flag and then the group becomes a new super-flag?