You are here

basic_cart.schema.yml in Basic cart 8.3

config/schema/basic_cart.schema.yml

File

config/schema/basic_cart.schema.yml
View source
  1. basic_cart.settings:
  2. type: mapping
  3. label: 'Basic cart settings'
  4. mapping:
  5. cart_page_title:
  6. type: string
  7. label: 'Cart Page Title'
  8. empty_cart:
  9. type: string
  10. label: 'Empty cart message'
  11. cart_block_title:
  12. type: string
  13. label: 'Cart block title'
  14. view_cart_button:
  15. type: string
  16. label: 'View cart button'
  17. cart_update_button:
  18. type: string
  19. label: 'Cart update Button Text'
  20. cart_updated_message:
  21. type: string
  22. label: 'Cart Updated message'
  23. quantity_status:
  24. type: integer
  25. label: 'Enable quantity'
  26. quantity_label:
  27. type: string
  28. label: 'Quantity label'
  29. price_status:
  30. type: integer
  31. label: 'Enable price'
  32. price_label:
  33. type: string
  34. label: 'Price label'
  35. total_price_status:
  36. type: integer
  37. label: 'Total price'
  38. total_price_label:
  39. type: string
  40. label: 'Total price label'
  41. currency_status:
  42. type: integer
  43. label: 'Currency Status'
  44. currency:
  45. type: string
  46. label: 'Currency'
  47. price_format:
  48. type: string
  49. label: 'Price format'
  50. vat_state:
  51. type: integer
  52. label: 'Enable VAT'
  53. vat_value:
  54. type: float
  55. label: 'VAT'
  56. add_to_cart_button:
  57. type: string
  58. label: 'Add to cart'
  59. add_to_cart_redirect:
  60. type: string
  61. label: 'Redirection after cart update'
  62. content_type:
  63. type: sequence
  64. label: 'Content Types'
  65. sequence:
  66. type: string
  67. label: 'Content type'
  68. order_status:
  69. type: integer
  70. label: 'Enable Basic Cart Order'
  71. langcode:
  72. type: string
  73. label: 'Language'
  74. added_to_cart_message:
  75. type: string
  76. label: 'Added to cart message'
  77. use_cart_table:
  78. type: integer
  79. label: 'Enable cart in table'