Skip to content

Commit 0e5ef14

Browse files
committed
Mop up some article attributes and genealogy
1 parent 39a5e9f commit 0e5ef14

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tags/article.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ The tag will accept the following content/behaviour and presentation attributes
5353
: Restrict to articles with specified value for specified custom field name. Replace `customfieldname` with the actual name of the custom field.
5454
: Important: Using dashes `-` or spaces may cause errors or render this feature ineffectual. Underscores in both custom field names and values are confirmed to work.
5555

56+
`exclude="article id(s) or field(s)"` <span class="footnote warning">v4.6.0+</span>
57+
: Exclude a specific article or list of articles (each ID separated by a comma), or the articles with matching fields (author, category, etc.).
58+
: **Default:** unset.
59+
5660
`form="form name"`
5761
: Use specified form template to process each article.
5862
: **Default:** `default`.
@@ -73,7 +77,7 @@ The tag will accept the following content/behaviour and presentation attributes
7377
: Use specified form when page is displaying an article list.
7478
: **Default:** `article_listing`.
7579

76-
`match="field"` <span class="footnote warning">v4.8.6+</span>
80+
`match="field"` <span class="footnote warning">v4.6.0+</span>
7781
: Use comma-separated field(s) to match articles to the given URL parameters. Incoming variable names may be remapped by specifying the variable after an '=' sign. See Example 8.
7882
: **Default:** unset.
7983

@@ -290,7 +294,11 @@ Or, if you need to fine-tune, you can remap the `key` URL parameter first by pas
290294

291295
### Version 4.7.0
292296

293-
`breakby` attribute added.
297+
`breakby` attribute added, `exclude` attribute modified.
298+
299+
### Version 4.6.0
300+
301+
`exclude` and `match` attributes added.
294302

295303
### Version 4.0.7
296304

0 commit comments

Comments
 (0)