mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Use duration fields in system options
This commit is contained in:
parent
95f7cf6c97
commit
2f39580a45
@ -167,10 +167,11 @@ rows4:
|
||||
width: 2-3
|
||||
fields:
|
||||
cache.time:
|
||||
type: number
|
||||
min: 0
|
||||
max: 2592000
|
||||
step: 86400
|
||||
type: duration
|
||||
min: 900
|
||||
step: 900
|
||||
display: [weeks, days, hours, minutes]
|
||||
translate: false
|
||||
required: true
|
||||
|
||||
section5:
|
||||
@ -224,8 +225,11 @@ rows5:
|
||||
width: 2-3
|
||||
fields:
|
||||
admin.session_timeout:
|
||||
type: number
|
||||
type: duration
|
||||
min: 0
|
||||
display: [hours, minutes]
|
||||
unit: minutes
|
||||
translate: false
|
||||
required: true
|
||||
row4:
|
||||
type: row
|
||||
|
Loading…
x
Reference in New Issue
Block a user