mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
tweaks done for today (#13794)
This commit is contained in:
committed by
GitHub
parent
0d4cdbb146
commit
776e1bb177
@@ -233,7 +233,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: 'page',
|
||||
path: '/configuration/flows/flows',
|
||||
path: '/configuration/flows',
|
||||
title: 'Flows',
|
||||
collapsable: false,
|
||||
children: [
|
||||
|
||||
@@ -180,6 +180,12 @@ In addition to static values, you can also filter against _dynamic_ values using
|
||||
- `$NOW(<adjustment>)` - The current timestamp plus/minus a given distance, for example `$NOW(-1 year)`,
|
||||
`$NOW(+2 hours)`
|
||||
|
||||
:::tip Functions
|
||||
|
||||
You can also use [Function Parameters](/reference/query/#functions) when building Filters.
|
||||
|
||||
:::
|
||||
|
||||
::: tip Nested User / Role variables in Permissions
|
||||
|
||||
When configuring permissions, `$CURRENT_USER` and `$CURRENT_ROLE` allow you to specify any (nested) field under the
|
||||
|
||||
Reference in New Issue
Block a user