mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add missing system data points (#8351)
This commit is contained in:
@@ -58,3 +58,5 @@ data:
|
||||
- collection: directus_webhooks
|
||||
note: $t:directus_collection.directus_webhooks
|
||||
- collection: directus_migrations
|
||||
- collection: directus_dashboards
|
||||
- collection: directus_panels
|
||||
|
||||
@@ -11,3 +11,4 @@ fields:
|
||||
special: date-created
|
||||
- field: user_created
|
||||
special: user-created
|
||||
- field: note
|
||||
|
||||
@@ -20,3 +20,4 @@ fields:
|
||||
special: date-created
|
||||
- field: user_created
|
||||
special: user-created
|
||||
- field: dashboard
|
||||
|
||||
@@ -75,4 +75,10 @@ data:
|
||||
one_collection: directus_users
|
||||
- many_collection: directus_settings
|
||||
many_field: storage_default_folder
|
||||
one_collection: directus_files
|
||||
one_collection: directus_folders
|
||||
- many_collection: directus_dashboards
|
||||
many_field: user_created
|
||||
one_collection: directus_users
|
||||
- many_collection: directus_panels
|
||||
many_field: user_created
|
||||
one_collection: directus_users
|
||||
|
||||
Reference in New Issue
Block a user