AaronSadlerUK / Our.Umbraco.UmbNav

Drag and drop menu editor for Umbraco V8, V9 and V10+
MIT License
10 stars 15 forks source link

Make toggles consistent on Navigation - UmbNav data type #17

Closed tzbarkan closed 3 years ago

tzbarkan commented 3 years ago

Going down the list of toggleable features in the data type, it can get a little confusing as to which toggles disable something and which ones enable something. It would be great if all toggles behaved consistently, instead of having some toggles Allow something and others Hide something.

AaronSadlerUK commented 3 years ago

I agree, I will see what I can do with these to make them more consistent :)

AaronSadlerUK commented 3 years ago

Ok so I've had a play with this.

It would be a pretty crucial breaking change, as the configuration items are set in a c# class rather than in the model, and modifying the value doesn't work.

Instead I have re-ordered the items so that they are more consistent.

image

tzbarkan commented 3 years ago

I can imagine it would be a big effort. Thanks for looking into it.