Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled fixed_order parameter to be used in Relationship field tag #816

Open
wants to merge 1 commit into
base: 7.dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/fieldtypes/relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ NOTE: **NOTE:** The [`disable`](fieldtypes/relationships.md#optimizing-relations

[TOC=3]

### Parameters

In addition to the standard parameters described above, the following parameter may be used in this tag:

##### `fixed_order=`

fixed_order="10|21|15"

Allows the output of the tag pair to order related in a fixed order of entry IDs.

### Usage: Multiple Related Entries

Given the following channel layout:
Expand Down