pipelineParam

The pipelineParam tag is used exclusively inside content tags to specify pipeline parameters. The Content tag displays content after being processed through any number of processing pipelines. This tag allows for passing parameters to those pipelines.

This tag contains the following attributes:

name
The parameter name.
  • Required: true
  • Type: String
  • Default: none
value
The parameter value.
  • Required: true
  • Type: Object
  • Default: none

This tag contains the following attributes.

Name Description Required Type Default
name The parameter name. true String none
value The parameter value. true Object none