You are here

fixed_text_link_formatter.schema.yml in Fixed text link formatter 8

config/schema/fixed_text_link_formatter.schema.yml

File

config/schema/fixed_text_link_formatter.schema.yml
View source
  1. # Schema for the configuration files of the Fixed Text Link Formatter module.
  2. # This schema tells the config system how to read the config YML files.
  3. field.formatter.settings.fixed_text_link:
  4. type: mapping
  5. label: 'Link format settings'
  6. mapping:
  7. trim_length:
  8. type: integer
  9. label: 'Trim link text length'
  10. url_only:
  11. type: boolean
  12. label: 'URL only'
  13. url_plain:
  14. type: boolean
  15. label: 'Show URL as plain text'
  16. rel:
  17. type: string
  18. label: 'Add rel="nofollow" to links'
  19. target:
  20. type: string
  21. label: 'Open link in new window'
  22. link_text:
  23. type: label
  24. label: 'The link text, i.e. "Visit our website"'
  25. link_class:
  26. type: string
  27. label: 'The class to add to the class attribute'
  28. allow_override:
  29. type: boolean
  30. label: 'Enable if the link text should be overridable'