Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 13/umbraco-commerce/key-concepts/ui-config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following properties are supported:
| `alias` | The alias of the Order property to use |
| `label` | A label to display as the table column header |
| `align` | Sets the alignment of the column. Can be `left` (default), `center` or `right` |
| `placeholder` | The placeholder value to display if there is now Order property value |
| `placeholder` | The placeholder value to display if there is no Order property value |
| `template` | An angular template to use for rendering the property value. Defaults to `{{ properties['alias'].value }}` |

Properties configured to display in the list view will appear in order, after the cart name column.
Expand Down