From 5f3434b6115c6ef7d7e195300c83ca2ad05c1a43 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 13 May 2019 23:12:23 +0700 Subject: Add description field to features (#2030) Co-authored-by: Federico Brigante --- source/features/embed-gist-inline.tsx | 1 + 1 file changed, 1 insertion(+) (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 48a78f01..9c579328 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -50,6 +50,7 @@ function init(): void { features.add({ id: 'embed-gist-inline', + description: 'View linked gists inline in comments', include: [ features.hasComments ], -- cgit v1.2.3