Headless Server Developer Manual / Version 2506.0
Table Of ContentsThe PassAttribute attribute transformer passes the declared attribute and its value to the delivery. In YAML it is introduced by:
!PassAttribute
| Property | Description |
|---|---|
| name | Name of the attribute to be passed through with its value. |
Table 5.9. Available properties for !PassAttribute.
Example: Passing the declared attribute to the output.
...
outputHandler:
!ElementWriter
attributeTransformers:
- !PassAttribute { name: colspan }


