You are here

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

File

ueditor.libraries.yml
View source
  1. ueditor:
  2. remote: http://ueditor.baidu.com/website/download.html
  3. version: "1.4.3"
  4. license:
  5. name: MIT
  6. url: https://github.com/fex-team/ueditor/blob/dev-1.4.3/LICENSE
  7. gpl-compatible: true
  8. js:
  9. lib/ueditor.all.js: { preprocess: false, minified: true }
  10. drupal.ueditor:
  11. version: VERSION
  12. js:
  13. js/ueditor.js: {}
  14. dependencies:
  15. - core/drupalSettings
  16. - ueditor/ueditor
  17. - editor/drupal.editor
  18. drupal.ueditor.toolbars:
  19. version: VERSION
  20. css:
  21. theme:
  22. lib/themes/default/css/ueditor.css: {}
  23. js:
  24. js/ueditor.toolbars.js: {}
  25. dependencies:
  26. - core/jquery
  27. - core/drupalSettings
  28. - ueditor/ueditor
  29. - editor/drupal.editor
  30. ueditor.highlighting:
  31. version: VERSION
  32. css:
  33. theme:
  34. lib/third-party/SyntaxHighlighter/shCoreDefault.css: {}
  35. js:
  36. lib/third-party/SyntaxHighlighter/shCore.js: {}
  37. js/ueditor.highlighter.js: {}
  38. ueditor.formula:
  39. version: VERSION
  40. js:
  41. lib/kityformula-plugin/addKityFormulaDialog.js: {preprocess: false}
  42. lib/kityformula-plugin/getKfContent.js: {preprocess: false}
  43. lib/kityformula-plugin/defaultFilterFix.js: {preprocess: false}
  44. ueditor.toolbar_formula:
  45. version: VERSION
  46. css:
  47. theme:
  48. css/formula.css: {}