You are here

readmore.schema.yml in Readmore 2.x

config/schema/readmore.schema.yml

File

config/schema/readmore.schema.yml
View source
  1. field.formatter.settings.readmore:
  2. type: mapping
  3. label: 'readmore field formatter settings'
  4. mapping:
  5. trim_length:
  6. type: integer
  7. label: 'Trim link text length'
  8. trim_on_break:
  9. type: boolean
  10. label: 'Trim on break'
  11. show_readmore:
  12. type: boolean
  13. label: 'Show read more'
  14. show_readless:
  15. type: boolean
  16. label: 'Show read less'
  17. ellipsis:
  18. type: boolean
  19. label: 'Add ellipsis'
  20. wordsafe:
  21. type: boolean
  22. label: 'Truncate on a word boundary'