Skip to content

v8.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 22:40
· 45 commits to master since this release

This minor release adds two new options in the order items.

Order Items Properties

Property Type Required Description
divider Boolean no Adds a divider line below the item
divider_color* String no Sets the color of the divider line below the item (it overrides the root divider_color option)

* These options allow JavaScript or Jinja templates.


🚀 Features

  • Add "divider" and "divider_color" to order item options

📝 Documentation