Skip to content

Commit 1493e98

Browse files
authored
Merge pull request #831 from swierczek/bug/remove-backticks-and-add-relationship-limit
Add relationship limit parameter, remove backticks from code blocks
2 parents 1b671e6 + 6adfc05 commit 1493e98

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/fieldtypes/relationships.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The following parameters are available to all looping relationship tags, allowin
9494
- `channel`
9595
- `entry_id`
9696
- `group_id`
97+
- `limit`
9798
- `offset`
9899
- `orderby`
99100
- `show_expired`

docs/member/password-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It is recommended to select good a [password security policy](control-panel/sett
1717

1818
## Validation URL
1919

20-
`{exp:member:validation_url fields="password_rank"}`
20+
{exp:member:validation_url fields="password_rank"}
2121

2222
Return URL that is serving as the endpoint for validating member data and getting password rank. It can only accept POST requests sent via AJAX.
2323
It returns a JSON string that can contain following keys:

docs/templates/conditionals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ You can test against the username of the currently logged in user.
429429

430430
Whether Multi-Factor Authentication is enabled for logged in user.
431431

432-
`{if !mfa_enabled}Enable multi-factor authentication for more security{/if}`
432+
{if !mfa_enabled}Enable multi-factor authentication for more security{/if}
433433

434434
### `segment_*X*`
435435

0 commit comments

Comments
 (0)