You are here

ueditor.settings.yml in UEditor - 百度编辑器 8

config/install/ueditor.settings.yml

File

config/install/ueditor.settings.yml
View source
  1. ueditor_global_settings:
  2. ueditor_highlighting_format: TRUE
  3. ueditor_enable_formula_editor: FALSE
  4. ueditor_watermark: FALSE
  5. ueditor_watermark_type: 'image'
  6. ueditor_watermark_path: ''
  7. ueditor_watermark_alpha: '50'
  8. ueditor_watermark_textcontent: 'Ueditor'
  9. ueditor_watermark_textfontsize: '16'
  10. ueditor_watermark_textcolor: '#FF0000'
  11. ueditor_watermark_place: '9'
  12. ueditor_image_maxsize: 2048
  13. ueditor_file_maxsize: 51200
  14. ueditor_video_maxsize: 102400
  15. ueditor_basic_config:
  16. language: 'en'
  17. initial_content: ''
  18. zindex: '500'
  19. initialFrameHeight: '320'
  20. auto_height: TRUE
  21. auto_float: TRUE
  22. allowdivtop: FALSE
  23. show_elementpath: TRUE
  24. show_wordcount: TRUE
  25. toolbars: { }
  26. ueditor_uploadpath_config:
  27. imagePathFormat: '/%b%f/ueditor/%u/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}'
  28. scrawlPathFormat: '/%b%f/ueditor/%u/upload/scrawl/{yyyy}{mm}{dd}/{time}{rand:6}'
  29. filePathFormat: '/%b%f/ueditor/%u/upload/file/{yyyy}{mm}{dd}/{time}{rand:6}'
  30. fileManagerListPath: '/%b%f/ueditor/%u/upload/file/'
  31. catcherPathFormat: '/%b%f/ueditor/%u/upload/catcher/{yyyy}{mm}{dd}/{time}{rand:6}'
  32. imageManagerListPath: '/%b%f/ueditor/%u/upload/image/'
  33. snapscreenPathFormat: '/%b%f/ueditor/%u/upload/snapscreen/{yyyy}{mm}{dd}/{time}{rand:6}'
  34. videoPathFormat: '/%b%f/ueditor/upload/%u/video/{yyyy}{mm}{dd}/{time}{rand:6}'