Source Types
Last updated
The purpose of a field source
The name of the field to use, as tagged with wfu-calc-field
e.g. blog would match all items which have wfu-calc-field = blog
Any valid CSS selector for identifying the unique elements we want.
e.g. [my-type=foo]
The path prefix to match, e.g. /blog/
e.g. /blog/ would count all items with the path beginning with /blog/.
Last updated