Problem/Motivation
- Add a prop dropdown_id on nav.
- Search Twig syntax to loop without having the unused loop variable slide in carousel.
Issue fork ui_suite_bootstrap-3485674
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
grimreaperComment #5
pdureau commentedLets use
range()function instead of the..built-in operator because:..is just syntactic sugar for therange()function. So,1..items|lengthis the same asrange(1, items|length), but without the possibility of adding a step..doesn't' exist in Jinja and Nunjucks, butrange()function does.See also: #3485967: Validator: warnign if `..` operator is found
Comment #6
pdureau commentedComment #7
grimreaperMR updated.
Comment #8
pdureau commented