Bug #84000 » skeleton.yaml
1 |
# Load default processing options
|
---|---|
2 |
imports: |
3 |
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Processing.yaml" } |
4 |
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml" } |
5 |
- { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" } |
6 |
|
7 |
# Add configuration for the editor
|
8 |
# For complete documentation see http://docs.ckeditor.com/#!/api/CKEDITOR.config
|
9 |
editor: |
10 |
config: |
11 |
|
12 |
format_tags: "p;h1;h2;h3;h4;h5;pre" |
13 |
|
14 |
toolbarGroups: |
15 |
- { name: styles, groups: [ styles, format ] } |
16 |
- { name: basicstyles, groups: [ basicstyles ] } |
17 |
- { name: paragraph, groups: [ list, indent, blocks, align ] } |
18 |
- { name: links, groups: [ links ] } |
19 |
- { name: clipboard, groups: [ clipboard, cleanup, undo ] } |
20 |
- { name: editing, groups: [ spellchecker ] } |
21 |
- { name: insert, groups: [ insert ] } |
22 |
- { name: tools, groups: [ table, specialchar ] } |
23 |
- { name: document, groups: [ mode ] } |
24 |
|
25 |
justifyClasses: |
26 |
- u--text-left |
27 |
- u--text-center |
28 |
- u--text-right |
29 |
- u--text-justify |
30 |
|
31 |
extraPlugins: |
32 |
- justify |
33 |
|
34 |
removePlugins: |
35 |
- image |
36 |
|
37 |
removeButtons: |
38 |
- Anchor |
39 |
- Underline |
40 |
- Strike |
41 |
- Styles |
- « Previous
- 1
- …
- 5
- 6
- 7
- Next »