mirror of
https://github.com/directus/directus.git
synced 2026-01-23 03:08:08 -05:00
Use csv type for ip access
This commit is contained in:
@@ -16,7 +16,7 @@ columns:
|
||||
description:
|
||||
type: text
|
||||
ip_access:
|
||||
type: json
|
||||
type: text
|
||||
enforce_tfa:
|
||||
type: boolean
|
||||
nullable: false
|
||||
|
||||
@@ -50,7 +50,7 @@ fields:
|
||||
options:
|
||||
placeholder: Add allowed IP addresses, leave empty to allow all...
|
||||
locked: true
|
||||
special: json
|
||||
special: csv
|
||||
sort: 6
|
||||
width: full
|
||||
- collection: directus_roles
|
||||
|
||||
Reference in New Issue
Block a user