Skip to content

Trim Whitespace Layout Renderer

Rolf Kristensen edited this page Apr 21, 2019 · 4 revisions

Trims the whitespace from the result of another layout renderer.

Platforms Supported: All

Configuration Syntax

${trim-whitespace:trimWhiteSpace=Boolean:inner=Layout}

or by using ambient property to modify output of other layout renderer:

${other:trimWhiteSpace=Boolean}

Parameters

Transformation Options

  • trimWhiteSpace - Indicates whether trim should be applied. Boolean Default: True
  • inner - Wrapped layout. Layout
Clone this wiki locally