You are here

barcodes.schema.yml in Barcodes 2.0.x

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

File

config/schema/barcodes.schema.yml
View source
  1. field.formatter.settings.barcode:
  2. type: mapping
  3. label: 'Barcodes field formatter settings'
  4. mapping:
  5. type:
  6. type: string
  7. label: 'Type'
  8. color:
  9. type: string
  10. label: 'Color'
  11. height:
  12. type: string
  13. label: 'Height'
  14. width:
  15. type: string
  16. label: 'Width'
  17. padding_top:
  18. type: string
  19. label: 'Padding-Top'
  20. padding_right:
  21. type: string
  22. label: 'Padding-Right'
  23. padding_bottom:
  24. type: string
  25. label: 'Padding-Bottom'
  26. padding_left:
  27. type: string
  28. label: 'Padding-Left'
  29. show_value:
  30. type: string
  31. label: 'Show value'
  32. block.settings.barcode:
  33. type: block_settings
  34. label: 'Barcode block settings'
  35. mapping:
  36. type:
  37. type: string
  38. label: 'Type'
  39. format:
  40. type: string
  41. label: 'Display format'
  42. value:
  43. type: string
  44. label: 'The barcode value'
  45. color:
  46. type: string
  47. label: 'Color'
  48. height:
  49. type: string
  50. label: 'Height'
  51. width:
  52. type: string
  53. label: 'Width'
  54. padding_top:
  55. type: string
  56. label: 'Padding-Top'
  57. padding_right:
  58. type: string
  59. label: 'Padding-Right'
  60. padding_bottom:
  61. type: string
  62. label: 'Padding-Bottom'
  63. padding_left:
  64. type: string
  65. label: 'Padding-Left'
  66. show_value:
  67. type: string
  68. label: 'Show value'