Guest User

Untitled

a guest
Oct 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. "buttons": ["html", "formatting", "bold", "italic", "deleted", "unorderedlist", "orderedlist"],
  3. "buttonsCustom": {
  4. "link": {
  5. "adv_title": "Advanced Link",
  6. "dropdown": {
  7. "link": {
  8. "title": RLANG.link_insert,
  9. "callback": CustomButtons.Link.OpenModal
  10. },
  11. "unlink": {
  12. "title": RLANG.unlink,
  13. "callback": CustomButtons.Link.OpenModal
  14. }
  15. }
  16. }
  17. }
  18. }
Add Comment
Please, Sign In to add comment