-
Notifications
You must be signed in to change notification settings - Fork 0
/
apsc_ckeditor_widgets.ckeditor5.yml
67 lines (64 loc) · 1.9 KB
/
apsc_ckeditor_widgets.ckeditor5.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# If using yml to configure plugins, rename this to {module_name}.ckeditor5.yml.
# If using annotations, this file can be removed.
# @see https://www.drupal.org/docs/drupal-apis/plugin-api/annotations-based-plugins
# For information on using annotations to define plugins.
# @see the CKEditor 5 module's README.md for more details regarding plugin
# configuration options.
apsc_ckeditor_widgets_apsccolorbox:
ckeditor5:
plugins:
- apscColorBox.ApscColorBox
config:
apscColorBox:
contentToolbar:
- 'apscColorBoxAlignExpanded'
- 'apscColorBoxAlignFull'
- 'apscColorBoxAlignLeft'
- 'apscColorBoxAlignCenter'
- 'apscColorBoxAlignRight'
- '|'
- 'apscColorBoxPaddingOptions'
- '|'
- 'apscColorBoxMarginOptions'
- '|'
- 'apscColorBoxBackgroundOptions'
- '|'
- 'apscColorBoxShadowToggle'
drupal:
label: Color Box
library: apsc_ckeditor_widgets/apsc_color_box
admin_library: apsc_ckeditor_widgets/apsc_color_box.admin
toolbar_items:
ApscColorBox:
label: APSC Color Box
elements:
- <div>
- <div class>
apsc_ckeditor_widgets_dividedcolumns:
ckeditor5:
plugins:
- apscDividedColumns.ApscDividedColumns
drupal:
label: Divided Columns
library: apsc_ckeditor_widgets/apsc_divided_columns
admin_library: apsc_ckeditor_widgets/apsc_divided_columns.admin
toolbar_items:
ApscDividedColumns:
label: Divided Columns
elements:
- <div>
- <div class>
apsc_ckeditor_widgets_expand:
ckeditor5:
plugins:
- apscExpand.ApscExpand
drupal:
label: Expand Region
library: apsc_ckeditor_widgets/apsc_expand
admin_library: apsc_ckeditor_widgets/apsc_expand.admin
toolbar_items:
ApscExpand:
label: Expand Region
elements:
- <div>
- <div class>