From 5b6b9c033e26da85ce9dc164801411da4d50b446 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Sun, 25 Oct 2020 02:47:42 +0200 Subject: Meta: Use the Readme as the only source of feature descriptions (#3678) Co-authored-by: Federico Brigante --- source/features/embed-gist-inline.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/features/embed-gist-inline.tsx') diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index d6a83b1e..a333c6c1 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -51,11 +51,7 @@ function init(): void { .forEach(embedGist); } -void features.add({ - id: __filebasename, - description: 'Embeds linked gists. Not supported by Firefox.', - screenshot: 'https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.PNG' -}, { +void features.add(__filebasename, { include: [ pageDetect.hasComments ], -- cgit v1.2.3