1+ # If using yml to configure plugins, rename this to {module_name}.ckeditor5.yml.
2+ # If using annotations, this file can be removed.
3+ # @see https://www.drupal.org/docs/drupal-apis/plugin-api/annotations-based-plugins
4+ # For information on using annotations to define plugins.
5+ # @see the CKEditor 5 module's README.md for more details regarding plugin
6+ # configuration options.
7+
8+ apsc_ckeditor_widgets_apsccolorbox :
9+ ckeditor5 :
10+ plugins :
11+ - apscColorBox.ApscColorBox
12+ config :
13+ apscColorBox :
14+ contentToolbar :
15+ - ' apscColorBoxAlignExpanded'
16+ - ' apscColorBoxAlignFull'
17+ - ' apscColorBoxAlignLeft'
18+ - ' apscColorBoxAlignCenter'
19+ - ' apscColorBoxAlignRight'
20+ - ' |'
21+ - ' apscColorBoxPaddingOptions'
22+ - ' |'
23+ - ' apscColorBoxMarginOptions'
24+ - ' |'
25+ - ' apscColorBoxBackgroundOptions'
26+ - ' |'
27+ - ' apscColorBoxShadowToggle'
28+ drupal :
29+ label : Color Box
30+ library : apsc_ckeditor_widgets/apsc_color_box
31+ admin_library : apsc_ckeditor_widgets/apsc_color_box.admin
32+ toolbar_items :
33+ ApscColorBox :
34+ label : APSC Color Box
35+ elements :
36+ - <div>
37+ - <div class>
38+
39+ apsc_ckeditor_widgets_dividedcolumns :
40+ ckeditor5 :
41+ plugins :
42+ - apscDividedColumns.ApscDividedColumns
43+ drupal :
44+ label : Divided Columns
45+ library : apsc_ckeditor_widgets/apsc_divided_columns
46+ admin_library : apsc_ckeditor_widgets/apsc_divided_columns.admin
47+ toolbar_items :
48+ ApscDividedColumns :
49+ label : Divided Columns
50+ elements :
51+ - <div>
52+ - <div class>
53+
54+ apsc_ckeditor_widgets_expand :
55+ ckeditor5 :
56+ plugins :
57+ - apscExpand.ApscExpand
58+ drupal :
59+ label : Expand Region
60+ library : apsc_ckeditor_widgets/apsc_expand
61+ admin_library : apsc_ckeditor_widgets/apsc_expand.admin
62+ toolbar_items :
63+ ApscExpand :
64+ label : Expand Region
65+ elements :
66+ - <div>
67+ - <div class>
0 commit comments