You are here

commerce_bulk.schema.yml in Commerce Bulk 8

config/schema/commerce_bulk.schema.yml

File

config/schema/commerce_bulk.schema.yml
View source
  1. action.configuration.commerce_bulk_variation_duplicate:
  2. type: action_configuration_default
  3. label: 'Configuration for the Duplicate variation action'
  4. action.configuration.commerce_bulk_variation_priceadjust:
  5. type: action_configuration_default
  6. label: 'Configuration for the Adjust price action'
  7. action.configuration.commerce_bulk_variation_zdelete:
  8. type: action_configuration_default
  9. label: 'Configuration for the Delete variations action'
  10. action.configuration.commerce_bulk_variation_hook:
  11. type: action_configuration_default
  12. label: 'Configuration for the Pass to hook action'
  13. action.configuration.commerce_bulk_variation_priceset:
  14. type: action_configuration_default
  15. label: 'Configuration for the Set price action'
  16. action.configuration.commerce_bulk_variation_sku:
  17. type: action_configuration_default
  18. label: 'Configuration for the Change SKUs action'
  19. action.configuration.commerce_bulk_variation_status:
  20. type: action_configuration_default
  21. label: 'Configuration for the Change status action'
  22. action.configuration.commerce_bulk_variation_top:
  23. type: action_configuration_default
  24. label: 'Configuration for the Move to top action'
  25. action.configuration.commerce_bulk_variation_title:
  26. type: action_configuration_default
  27. label: 'Configuration for the Change title action'
  28. action.configuration.commerce_bulk_attribute_value_top:
  29. type: action_configuration_default
  30. label: 'Configuration for the Move to top action'
  31. action.configuration.commerce_bulk_attribute_value_name:
  32. type: action_configuration_default
  33. label: 'Configuration for the Change or add names action'
  34. action.configuration.commerce_bulk_attribute_value_zdelete:
  35. type: action_configuration_default
  36. label: 'Configuration for the Delete attributes action'
  37. action.configuration.commerce_bulk_term_duplicate:
  38. type: action_configuration_default
  39. label: 'Configuration for the Duplicate term action'
  40. action.configuration.commerce_bulk_term_zdelete:
  41. type: action_configuration_default
  42. label: 'Configuration for the Delete terms action'
  43. action.configuration.commerce_bulk_order_zanonymize:
  44. type: action_configuration_default
  45. label: 'Configuration for the Anonymize Orders action'
  46. field.widget.settings.commerce_bulk_sku:
  47. type: mapping
  48. label: 'Commerce Creator SKU format settings'
  49. mapping:
  50. custom_label:
  51. type: label
  52. label: 'Custom label'
  53. uniqid_enabled:
  54. type: boolean
  55. label: 'Enable unique auto SKU values generation'
  56. more_entropy:
  57. type: boolean
  58. label: 'More unique'
  59. hide:
  60. type: boolean
  61. label: 'Hide SKU'
  62. prefix:
  63. type: label
  64. label: 'SKU prefix'
  65. suffix:
  66. type: label
  67. label: 'SKU suffix'
  68. size:
  69. type: integer
  70. label: 'Size of textfield'
  71. placeholder:
  72. type: label
  73. label: 'Placeholder'
  74. maximum:
  75. type: integer
  76. label: 'The maximum of SKU values in one go'