You are here

textimage.schema.yml in Textimage 8.3

Same filename and directory in other branches
  1. 8.4 config/schema/textimage.schema.yml
config/schema/textimage.schema.yml

File

config/schema/textimage.schema.yml
View source
  1. # Schema for the Textimage module.
  2. # Schema for settings.
  3. textimage.settings:
  4. type: config_object
  5. label: 'Textimage settings'
  6. mapping:
  7. debug:
  8. type: boolean
  9. label: 'Display debugging information'
  10. default_extension:
  11. type: string
  12. label: 'Default image file extension'
  13. url_generation:
  14. type: mapping
  15. label: 'URL based generation'
  16. mapping:
  17. enabled:
  18. type: boolean
  19. label: 'Status of URL based generation'
  20. text_separator:
  21. type: string
  22. label: 'Sequence of characters to be used to split the URL text string'
  23. default_font:
  24. type: mapping
  25. label: 'Default font'
  26. mapping:
  27. name:
  28. type: string
  29. label: 'Default font name'
  30. uri:
  31. type: string
  32. label: 'Default font file URI'
  33. # Schema for Textimage third party settings for image styles.
  34. image.style.*.third_party.textimage:
  35. type: mapping
  36. label: 'Textimage settings for image styles'
  37. mapping:
  38. uri_scheme:
  39. type: string
  40. label: 'Textimage derivative scheme destination'
  41. # Schema for Textimage provided field formatter settings.
  42. field.formatter.settings.textimage_text_field_formatter:
  43. type: mapping
  44. label: 'Textimage text field formatter settings'
  45. mapping:
  46. image_link:
  47. type: string
  48. label: 'Link image to'
  49. image_text_values:
  50. type: string
  51. label: 'Multi-value text field'
  52. image_style:
  53. type: string
  54. label: 'Image style'
  55. image_alt:
  56. type: text
  57. label: 'Image alternate text'
  58. image_title:
  59. type: text
  60. label: 'Image title'
  61. image_build_deferred:
  62. type: boolean
  63. label: 'Defer building of textimage to subsequent request'
  64. field.formatter.settings.textimage_image_field_formatter:
  65. type: mapping
  66. label: 'Textimage image field formatter settings'
  67. mapping:
  68. image_link:
  69. type: string
  70. label: 'Link image to'
  71. image_style:
  72. type: string
  73. label: 'Image style'
  74. image_alt:
  75. type: text
  76. label: 'Image alternate text'
  77. image_title:
  78. type: text
  79. label: 'Image title'