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:
Rijk van Zanten
2021-04-06 18:04:35 -04:00
committed by GitHub
parent de1b6367f9
commit dd551f3571
10 changed files with 1001 additions and 92 deletions

View File

@@ -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