make some methods public
This allow users to override i.e. tuneToggled and access data. Without it actions config is very limited and it's hard to extend plugin.
Please, describe your case with more details.
@neSpecc hey, for example I wanted to allow user to resize image to 25%, 50% and full width. I also wanted selected size to be highlighted. I've added actions to config but also needed to override tuneToggled and use setTune - mainly to recognize if another size has been previously selected and if so - deselect it.
@neSpecc hey, for example I wanted to allow user to resize image to 25%, 50% and full width. I also wanted selected size to be highlighted. I've added
actionsto config but also needed to overridetuneToggledand usesetTune- mainly to recognize if another size has been previously selected and if so - deselect it.
It should be designed first. Create an issue with short but detailed explanation what you want to achieve and why current config does not allow that.
We can't just expose some private methods.