mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add non-items system Resolvers (#4863)
* Add auth resolvers * Add password request/reset * Add up until file import * Make revisions read only * Add server resolvers * Add utils * Add schema resolvers for schema manipulation
This commit is contained in:
@@ -96,14 +96,6 @@ fields:
|
||||
display: datetime
|
||||
readonly: true
|
||||
|
||||
- field: created_on
|
||||
display: datetime
|
||||
readonly: true
|
||||
|
||||
- field: created_by
|
||||
display: user
|
||||
readonly: true
|
||||
|
||||
- field: embed
|
||||
width: half
|
||||
hidden: true
|
||||
@@ -113,6 +105,11 @@ fields:
|
||||
width: half
|
||||
hidden: true
|
||||
|
||||
- field: uploaded_on
|
||||
display: datetime
|
||||
width: half
|
||||
hidden: true
|
||||
|
||||
- field: folder
|
||||
width: half
|
||||
readonly: true
|
||||
@@ -125,11 +122,6 @@ fields:
|
||||
width: half
|
||||
readonly: true
|
||||
|
||||
- field: uploaded_on
|
||||
display: datetime
|
||||
width: half
|
||||
hidden: true
|
||||
|
||||
- field: height
|
||||
width: half
|
||||
readonly: true
|
||||
|
||||
Reference in New Issue
Block a user