summaryrefslogtreecommitdiff
path: root/source/features/upload-button.tsx
diff options
context:
space:
mode:
authorGravatar Sindre Sorhus <sindresorhus@gmail.com> 2019-05-13 23:12:23 +0700
committerGravatar GitHub <noreply@github.com> 2019-05-13 23:12:23 +0700
commit5f3434b6115c6ef7d7e195300c83ca2ad05c1a43 (patch)
tree56da417b2d8e12a596142f04a6000f1adbb64898 /source/features/upload-button.tsx
parent8240f41f18f22fab0a6f73ece13bade102742604 (diff)
downloadrefined-github-5f3434b6115c6ef7d7e195300c83ca2ad05c1a43.tar.gz
refined-github-5f3434b6115c6ef7d7e195300c83ca2ad05c1a43.tar.zst
refined-github-5f3434b6115c6ef7d7e195300c83ca2ad05c1a43.zip
Add description field to features (#2030)
Co-authored-by: Federico Brigante <github@bfred.it>
Diffstat (limited to 'source/features/upload-button.tsx')
-rw-r--r--source/features/upload-button.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/upload-button.tsx b/source/features/upload-button.tsx
index b07ac2dc..64f0f3d0 100644
--- a/source/features/upload-button.tsx
+++ b/source/features/upload-button.tsx
@@ -38,6 +38,7 @@ function init(): void {
features.add({
id: 'upload-button',
+ description: 'Add an upload button in comments for uploading attachments',
include: [
features.hasRichTextEditor
],