-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss_editor.libraries.yml
More file actions
26 lines (25 loc) · 964 Bytes
/
css_editor.libraries.yml
File metadata and controls
26 lines (25 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
css_editor:
version: 1.x
css:
theme:
css/css_editor.css: {}
js:
js/css_editor.js: {}
dependencies:
- core/jquery
- core/drupalSettings
codemirror:
remote: https://github.com/codemirror/CodeMirror
version: 5.31.0
license:
name: MIT
url: https://github.com/codemirror/CodeMirror/blob/master/LICENSE
gpl-compatible: true
css:
theme:
//cdnjs.cloudflare.com/ajax/libs/codemirror/5.31.0/codemirror.min.css: { type: external, minified: true }
//cdnjs.cloudflare.com/ajax/libs/codemirror/5.31.0/addon/hint/show-hint.min.css: { type: external, minified: true }
js:
//cdnjs.cloudflare.com/ajax/libs/codemirror/5.31.0/codemirror.min.js: { type: external, minified: true }
//cdnjs.cloudflare.com/ajax/libs/codemirror/5.31.0/mode/css/css.min.js: { type: external, minified: true }
//cdnjs.cloudflare.com/ajax/libs/codemirror/5.31.0/addon/hint/show-hint.min.js: { type: external, minified: true }