This module tag is used to render the total count of a collection of data items.
Syntax
{bb_datacollectioncount source="" showExpired="false" showUnexpired="true" filter="YourField:YourValue"}
Properties
- source - (Required) This parameter identifies the Data Collection from which to target.
- showUnexpired - Accepts a true/false value. This parameter is "true" by default and shows all data collection items that have not expired yet.
- showExpired - Accepts a true/false value. This parameter is "false" by default does not show any expired data collection items. Set to "true" if you would like to include item that have expired.
- filter -These fields and associated values build a filter string as follows:
filter="fieldname1:fieldValue1 | fieldname2:fieldValue2"
.
Liquid Tags
None.
Comments
0 comments
Please sign in to leave a comment.