You are here

ckwordcount.schema.yml in CKEditor Wordcount 2.x

Same filename and directory in other branches
  1. 8 config/schema/ckwordcount.schema.yml
config/schema/ckwordcount.schema.yml

File

config/schema/ckwordcount.schema.yml
View source
  1. ckeditor.plugin.wordcount:
  2. type: mapping
  3. label: 'Word Count & Character Count'
  4. mapping:
  5. enable:
  6. type: boolean
  7. label: 'Enable the counter.'
  8. show_remaining:
  9. type: boolean
  10. label: 'Show remaining count.'
  11. show_paragraphs:
  12. type: boolean
  13. label: 'Show the paragraphs count.'
  14. show_word_count:
  15. type: boolean
  16. label: 'Show the word count.'
  17. show_char_count:
  18. type: boolean
  19. label: 'Show the character count.'
  20. count_bytes:
  21. type: boolean
  22. label: 'Count bytes as characters.'
  23. count_spaces:
  24. type: boolean
  25. label: 'Count spaces as characters.'
  26. count_html:
  27. type: integer
  28. label: 'Count HTML as characters.'
  29. count_line_breaks:
  30. type: boolean
  31. label: 'Count line breaks as characters.'
  32. max_words:
  33. type: integer
  34. label: 'Maximum word limit.'
  35. max_chars:
  36. type: integer
  37. label: 'Maximum character limit.'
  38. hardLimit:
  39. type: boolean
  40. label: 'Lock editor when limit is reached.'