mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
3adafb6fcc
@ -1,10 +1,10 @@
|
||||
Modifier in
|
||||
===========
|
||||
|
||||
The modifier is implementation of `in` operator (performs containment test).
|
||||
The modifier is implementation of [in](../operators.md#containment-operator) operator (performs containment test).
|
||||
|
||||
```smarty
|
||||
{if $number|in:[1, 3, 42]}
|
||||
...
|
||||
{/if}
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user