https://bugzilla.wikimedia.org/show_bug.cgi?id=38827
--- Comment #4 from Eran Roz <[email protected]> 2012-08-26 17:04:23 UTC --- kipod, thumb is used almost always, in most languages and most projects so I don't see any real need for supporting configuration for changing it other than thumb. Supporting such configurations aren't common in JS, and isn't needed as you may always hack the toolbar with something like: $('textarea').bind('wikiEditor-dialogs-loaded-insert-file',function(e){ //setting default for insert dialog (get by id the needed element and set it's properties) }); In such a way you can always set default for any field. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
