Add missing system data points (#8351)

This commit is contained in:
Rijk van Zanten
2021-09-27 15:18:59 -04:00
committed by GitHub
parent a7b0cbe69b
commit 2fe8626b54
4 changed files with 11 additions and 1 deletions

View File

@@ -58,3 +58,5 @@ data:
- collection: directus_webhooks
note: $t:directus_collection.directus_webhooks
- collection: directus_migrations
- collection: directus_dashboards
- collection: directus_panels

View File

@@ -11,3 +11,4 @@ fields:
special: date-created
- field: user_created
special: user-created
- field: note

View File

@@ -20,3 +20,4 @@ fields:
special: date-created
- field: user_created
special: user-created
- field: dashboard

View File

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