馃殽Add {index} variable starting with 0 to channel:entries in addition to {count}
#3768
Closed
intoeetive
started this conversation in
Feature Requests
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Suggest an idea for ExpressionEngine
Within
exp:channel:entriesloop we have{count}variable which starts at 1.Withing Grid however we also have
{index}that starts with 0.Sometimes it's useful to start counting with 0 (e.g. when using some javascript code in templates)
It would bring more consistency if we also add 0-started
{index}to channel entries loopAll reactions