Skip to content

Commit 72733c3

Browse files
committed
Update documentation
1 parent c860dc8 commit 72733c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ Here is an example of using each :
2828

2929
__Use the keyword_category loop (list of categories related to the "my_keyword" keyword)__
3030
```html
31-
{loop name="categories" type="keyword_category" keyword="my_keyword" order="manual_reverse"}
31+
{loop name="categories" type="keyword_category" keyword="my_keyword" association_order="manual_reverse"}
3232
...
3333
{/loop}
3434
```
3535

3636
__Use the keyword_product loop (list of products related to the "my_keyword" keyword)__
3737
```html
38-
{loop name="products" type="keyword_product" keyword="my_keyword" order="manual_reverse"}
38+
{loop name="products" type="keyword_product" keyword="my_keyword" association_order="manual_reverse"}
3939
...
4040
{/loop}
4141
```
4242

4343
__Use the keyword_content loop (list of contents related to the "my_keyword" keyword)__
4444
```html
45-
{loop name="contents" type="keyword_content" keyword="my_keyword" folder="1" order="manual_reverse"}
45+
{loop name="contents" type="keyword_content" keyword="my_keyword" folder="1" association_order="manual_reverse"}
4646
...
4747
{/loop}
4848
```

0 commit comments

Comments
 (0)