Hi!
Is that possible to show a certain number of repeatable items in a region?
I would like to do something like :
To show the first 2 rows in this repeatable region.
but it doesn't seem to be working. Any workaround?
Thanks!
Is that possible to show a certain number of repeatable items in a region?
I would like to do something like :
- Code: Select all
<cms:show_repeatable 'profile_sujets_possibles' limit="2">
<li>
<cms:show sujet_possible />
</li>
</cms:show_repeatable>
To show the first 2 rows in this repeatable region.
but it doesn't seem to be working. Any workaround?
Thanks!