You are here

barcodes.schema.yml in Barcodes 8

Same filename and directory in other branches
  1. 2.0.x 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'