From 806e26f8839fea7c260ba413a3d73db3f76a72a3 Mon Sep 17 00:00:00 2001 From: sairina Date: Thu, 17 Jun 2021 12:09:38 -0700 Subject: [PATCH] Remove download_url property --- lib/content/mixin.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/content/mixin.js b/lib/content/mixin.js index ef803e19e..5fc3da332 100644 --- a/lib/content/mixin.js +++ b/lib/content/mixin.js @@ -45,9 +45,6 @@ const fileFieldMap = { thumbnail: { type: Boolean, }, - download_url: { - type: String, - }, }; function fileValidator(file) {