Fluid icon indicating copy to clipboard operation
Fluid copied to clipboard

Discussion: min/max/random ViewHelpers

Open s2b opened this issue 6 months ago • 0 comments

<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 -->

s2b avatar Jun 26 '25 12:06 s2b