quick-reply.js: make display of embed and remote upload fields optional

This commit is contained in:
czaks 2013-12-24 00:28:30 +01:00
parent 0894a65f88
commit f50eb94929
2 changed files with 18 additions and 6 deletions

View file

@ -30,7 +30,11 @@ tb_settings['quick-reply'] = {
// Hide form when scrolled to top of page (where original form is visible)
hide_at_top: true,
// "Quick reply" button floating at the top right hand corner of the page at all times
floating_link: true
floating_link: true,
// Show remote in quick reply
show_remote: false,
// Show embedding in quick reply
show_embed: false
};
// ajax.js