https://bugzilla.wikimedia.org/show_bug.cgi?id=38827
--- Comment #5 from kipod <[email protected]> 2012-08-31 15:08:27 UTC --- (In reply to comment #4) > 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. Thanks for the override code snippet. My comment was meant not just for the "thumb" selection, but for all defaults. e.g., some wikis may want to define specific size as default, while others may not (Same goes for alignment). Also, please remember that as part of media wiki code, this goes not just to wikimedia-foundation wikis, but to any other wiki using the media wiki code. peace. -- 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
