v8.5.0
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
- PR: #300 by @elchininet
📝 Documentation
- Migrate the documentation to a site
- PR: #296 by @elchininet
- Remove documentation from the README
- PR: #297 by @elchininet
- Add links to the documentation footer
- PR: #298 by @elchininet
- Add "divider" and "divider_color" to order item options
- PR: #300 by @elchininet