Fluid
Fluid copied to clipboard
Discussion: min/max/random ViewHelpers
<f:min value="{0: '1', 1: '2', 2: '3'}" />
<!-- 1 -->
<f:max value="{0: '1', 1: '2', 2: '3'}" />
<!-- 3 -->
<f:random value="{0: '1', 1: '2', 2: '3'}" />
<!-- 1 or 2 or 3 -->