configs.py 672 B

123456789101112131415161718192021222324252627
  1. DEFAULT_CONFIG = {
  2. "skin": "moono-lisa",
  3. "toolbar_Basic": [["Source", "-", "Bold", "Italic"]],
  4. "toolbar_Full": [
  5. [
  6. "Styles",
  7. "Format",
  8. "Bold",
  9. "Italic",
  10. "Underline",
  11. "Strike",
  12. "SpellChecker",
  13. "Undo",
  14. "Redo",
  15. ],
  16. ["Link", "Unlink", "Anchor"],
  17. ["Image", "Flash", "Table", "HorizontalRule"],
  18. ["TextColor", "BGColor"],
  19. ["Smiley", "SpecialChar"],
  20. ["Source"],
  21. ],
  22. "toolbar": "Full",
  23. "height": 291,
  24. "width": "100%",
  25. "filebrowserWindowWidth": 940,
  26. "filebrowserWindowHeight": 725,
  27. }