Hendy Racher
Hendy Racher
Single or multiuse attribute (should it be radio-button, drop-down only ?)
Since all custom config options are strings, there could be an option to make mandatory.
There's a .PickedKeys property, should there be a companion .AllKeys property ? Getting all keys might be an 'action' rather than data that's available on the model, so maybe .GetAllKeys()...
Since changing the relation mapping behaviour in v1.5.0 the Relations Only Save Format no longer works (see:http://our.umbraco.org/projects/backoffice-extensions/nupickers/questionssuggestions/66666-dotnetcheckboxpicker-relation-mapping-does-not-work#comment-222190)
Instead of the two lists appearing next to each other (the selectable items and the selected items), the default view should be just the selected items (from here they can...
 Need to indicate hover / selectable / non-selectable / selected states without occupying space inside each item (so some kind of borders or overlay ?) - this will help...

align naming with other projects such as: [Ditto](https://github.com/leekelleher/umbraco-ditto), [NestedContent](https://github.com/leekelleher/umbraco-nested-content), [WidgetGrid](https://bitbucket.org/mattbrailsford/widget-grid)
currently renders a button for every page in the data-set (which could be many) so need to be able to restrict this, with buttons for: start / end / around...
Too much choice !  Each property editor combines shared code to define itself, so shouldn't be too difficult to have a new property editor that does this combining.