You are here

commerce_stock_field.schema.yml in Commerce Stock 8

modules/field/config/schema/commerce_stock_field.schema.yml

File

modules/field/config/schema/commerce_stock_field.schema.yml
View source
  1. field.value.commerce_stock_level:
  2. type: mapping
  3. label: 'Default value'
  4. mapping:
  5. value:
  6. type: numeric
  7. label: 'Value'
  8. field.widget.settings.commerce_stock_level_simple:
  9. type: mapping
  10. label: 'Stock level field display format settings'
  11. mapping:
  12. entry_system:
  13. type: string
  14. label: 'The entry system to use for simple stock level form fields'
  15. transaction_note:
  16. type: boolean
  17. label: 'Whether a transaction note should be captured by the widget'
  18. context_fallback:
  19. type: boolean
  20. label: 'Whether the context fallback should be uses.'
  21. field.widget.settings.commerce_stock_level_absolute:
  22. type: mapping
  23. label: 'Stock level field display format settings'
  24. mapping:
  25. step:
  26. type: string
  27. label: 'Step'
  28. custom_transaction_note:
  29. type: boolean
  30. label: 'Whether a transaction note should be captured by the widget'
  31. default_transaction_note:
  32. type: text
  33. label: 'The default transaction note'
  34. field.widget.settings.commerce_stock_level_simple_transaction:
  35. type: mapping
  36. label: 'Stock level field display format settings'
  37. mapping:
  38. step:
  39. type: string
  40. label: 'Step'
  41. custom_transaction_note:
  42. type: boolean
  43. label: 'Whether a transaction note should be captured by the widget'
  44. default_transaction_note:
  45. type: text
  46. label: 'The default transaction note'