diff --git a/api/package.json b/api/package.json index d743ed2676..f8f33d7efc 100644 --- a/api/package.json +++ b/api/package.json @@ -94,7 +94,7 @@ "js-yaml": "^3.14.0", "jsonwebtoken": "^8.5.1", "knex": "^0.21.4", - "knex-schema-inspector": "0.0.9", + "knex-schema-inspector": "0.0.11", "liquidjs": "^9.14.1", "lodash": "^4.17.19", "macos-release": "^2.4.1", diff --git a/api/src/database/seeds/system.yaml b/api/src/database/seeds/system.yaml index eae020a686..e0be01d795 100644 --- a/api/src/database/seeds/system.yaml +++ b/api/src/database/seeds/system.yaml @@ -581,7 +581,6 @@ rows: width: full - collection: directus_collections field: collection - special: interface: text-input options: font: monospace @@ -591,7 +590,6 @@ rows: width: half - collection: directus_collections field: icon - special: interface: icon options: locked: true @@ -599,7 +597,6 @@ rows: width: half - collection: directus_collections field: note - special: interface: text-input options: placeholder: A description of this collection... @@ -608,7 +605,6 @@ rows: width: full - collection: directus_collections field: display_template - special: interface: display-template options: collectionField: collection @@ -641,15 +637,17 @@ rows: template: '{{ locale }}' fields: - field: locale + name: Locale type: string - system: + meta: interface: language options: limit: true width: half - field: translation + name: Translation type: string - system: + meta: interface: text-input width: half locked: true @@ -668,7 +666,6 @@ rows: width: full - collection: directus_collections field: archive_field - special: interface: field options: collectionField: collection @@ -679,8 +676,8 @@ rows: width: half - collection: directus_collections field: archive_app_filter - special: interface: toggle + special: boolean options: label: Enable App Archive Filter locked: true @@ -688,7 +685,6 @@ rows: width: half - collection: directus_collections field: archive_value - special: interface: text-input options: font: monospace @@ -699,7 +695,6 @@ rows: width: half - collection: directus_collections field: unarchive_value - special: interface: text-input options: font: monospace @@ -721,7 +716,6 @@ rows: width: full - collection: directus_collections field: sort_field - special: '' interface: field options: collectionField: collection