TagInclude
Includes or excludes a set of Interchange tags for compilation and use.
Synopsis
|
TagInclude [!][:group | tag ...]
|
The syntax supports the use of "!", to exclude items,
and an "ALL" keyword.
Tag group names must be prefixed with a ":" character.
The default is "ALL".
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
Description
This directive includes or excludes a set of Interchange tags for compilation
and use.
The TagDir is scanned for files.
When files are found, they are checked against tag names and the groups
defined by any TagGroup directives.
Example
The following would include all tags, except those in "crufty" group crufty.
The [get-url] would also be excluded:
|
TagInclude ALL !:crufty !get_url
|