Skip to content
Snippets Groups Projects

List Buttons w/workaround for ckeditor.dll styles

Compare and
33 files
+ 549
114
Compare changes
  • Side-by-side
  • Inline

Files

@@ -142,14 +142,22 @@ ckeditor5.plugin.ckeditor5_list:
mapping:
reversed:
type: boolean
# @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#reversed
label: 'Allow reverse list'
constraints:
NotNull: []
startIndex:
type: boolean
# @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#start
label: 'Allow start index'
constraints:
NotNull: []
styles:
type: boolean
# @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#type
label: 'Allow list style type'
constraints:
NotNull: []
multiBlock:
type: boolean
label: 'Allow blocks to be created in list items'
Loading