- Issue created by @Grimreaper
- @grimreaper opened merge request.
- 🇫🇷France pdureau Paris
Lets use
range()
function instead of the..
built-in operator because:..
is just syntactic sugar for therange()
function. So,1..items|length
is the same asrange(1, items|length)
, but without the possibility of adding a step..
doesn't' exist in Jinja and Nunjucks, butrange()
function does.- Using a function will let us benefit for a check on function parameters we plan to introduce later
-
pdureau →
committed 004d8808 on 5.1.x authored by
grimreaper →
Issue #3485674 by grimreaper, pdureau: Fix components
-
pdureau →
committed 004d8808 on 5.1.x authored by
grimreaper →
Automatically closed - issue fixed for 2 weeks with no activity.