We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f0c2c4 + c59f27a commit d6e2826Copy full SHA for d6e2826
config/sync/views.view.media_library.yml
@@ -446,7 +446,23 @@ display:
446
empty: true
447
content: 'No media available.'
448
tokenize: false
449
- sorts: { }
+ sorts:
450
+ created:
451
+ id: created
452
+ table: media_field_data
453
+ field: created
454
+ relationship: none
455
+ group_type: group
456
+ admin_label: ''
457
+ entity_type: media
458
+ entity_field: created
459
+ plugin_id: date
460
+ order: DESC
461
+ expose:
462
+ label: ''
463
+ field_identifier: ''
464
+ exposed: false
465
+ granularity: second
466
filters:
467
combine:
468
id: combine
0 commit comments