sorting link

This commit is contained in:
Ian Richardson 2019-11-12 10:26:44 -06:00 committed by Thomas Lovén
parent bc73013f6d
commit 7a9f8f14c9

View File

@ -46,7 +46,7 @@ sort: <sort_method>
- `exclude:` A list of filters specifying which entities to remove from the card - `exclude:` A list of filters specifying which entities to remove from the card
- `show_empty:` Whether to display the card if it has no entities. Default: `true`. - `show_empty:` Whether to display the card if it has no entities. Default: `true`.
- `unique:` Whether to remove duplicate values after filtering and sorting. Default: `false`. - `unique:` Whether to remove duplicate values after filtering and sorting. Default: `false`.
- `sort:` How to sort the entities of the card. Default: `none`. - `sort:` How to sort the entities of the card. Default: `none`. See [Sorting entities for details](#sorting-entities)
### Filters ### Filters
The two filter sections `include` and `exclude` each takes a list of filters. The two filter sections `include` and `exclude` each takes a list of filters.