fix preview url (#26059)

This commit is contained in:
Jyong 2025-09-22 19:47:39 +08:00 committed by GitHub
parent ef80d3b707
commit c60c754ac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,8 @@ file_fields = {
"mime_type": fields.String, "mime_type": fields.String,
"created_by": fields.String, "created_by": fields.String,
"created_at": TimestampField, "created_at": TimestampField,
"preview_url": fields.String(attribute="source_url"), "preview_url": fields.String,
"source_url": fields.String,
} }