You are here

barcode.schema.yml in Barcode 8

config/schema/barcode.schema.yml

File

config/schema/barcode.schema.yml
View source
  1. field.storage_settings.barcode:
  2. type: mapping
  3. label: 'Barcode field storage settings'
  4. mapping:
  5. types:
  6. type: sequence
  7. label: 'Allowed types list'
  8. sequence:
  9. type: mapping
  10. label: 'Allowed type with label'
  11. mapping:
  12. value:
  13. type: string
  14. label: 'Type'
  15. label:
  16. type: label
  17. label: 'Label'
  18. field.field_settings.barcode:
  19. type: mapping
  20. label: 'Barcode field instance settings'
  21. field.value.barcode:
  22. type: mapping
  23. label: 'Default value'
  24. mapping:
  25. value:
  26. type: string
  27. label: 'Barcode value'
  28. type:
  29. type: string
  30. label: 'Barcode Type'
  31. field.storage_settings.barcode_matrix:
  32. type: mapping
  33. label: 'Matrix Barcode field storage settings'
  34. mapping:
  35. types:
  36. type: sequence
  37. label: 'Allowed types list'
  38. sequence:
  39. type: mapping
  40. label: 'Allowed type with label'
  41. mapping:
  42. value:
  43. type: string
  44. label: 'Type'
  45. label:
  46. type: label
  47. label: 'Label'
  48. field.field_settings.barcode_matrix:
  49. type: mapping
  50. label: 'Matrix Barcode field instance settings'
  51. field.value.barcode_matrix:
  52. type: mapping
  53. label: 'Default value'
  54. mapping:
  55. value:
  56. type: string
  57. label: 'Barcode value'
  58. type:
  59. type: string
  60. label: 'Barcode Type'
  61. field.formatter.settings.barcode_html:
  62. type: mapping
  63. label: Barcode HTML formatter settings
  64. mapping:
  65. foreground:
  66. type: string
  67. label: 'Foreground Color'
  68. background:
  69. type: string
  70. label: 'Background Color'
  71. field.formatter.settings.barcode_png:
  72. type: mapping
  73. label: Barcode PNG formatter settings
  74. mapping:
  75. foreground:
  76. type: string
  77. label: 'Foreground Color'
  78. background:
  79. type: string
  80. label: 'Background Color'
  81. field.formatter.settings.barcode_svg:
  82. type: mapping
  83. label: Barcode SVG formatter settings
  84. mapping:
  85. foreground:
  86. type: string
  87. label: 'Foreground Color'
  88. background:
  89. type: string
  90. label: 'Background Color'
  91. field.widget.settings.barcode:
  92. type: mapping
  93. label: 'Barcode widget settings'
  94. mapping:
  95. default:
  96. type: string
  97. label: 'The default barcode type'
  98. custom_placeholder:
  99. type: string
  100. label: 'Custom placeholder'