From c68d5cdb974d8c355737fcce25643a2968fe5b69 Mon Sep 17 00:00:00 2001 From: Func Date: Thu, 7 Apr 2022 17:50:41 +0800 Subject: [PATCH] Remove back-compat of deprecated 'content-thumbnails' feature The 'content-thumbnails' feature was deprecated in 1.37, and the master branch is require 1.38 since d8f59a04 so it can be removed. Change-Id: Ifc328f43d934707f2b018be84ca168a7384bcd6f --- skin.json | 1 - 1 file changed, 1 deletion(-) diff --git a/skin.json b/skin.json index d56d314..e075091 100644 --- a/skin.json +++ b/skin.json @@ -58,7 +58,6 @@ "features": { "normalize": false, "logo": true, - "content-thumbnails": false, "content-media": false, "content-links": true, "content-links-external": true,