From ed9facd6f124e954b25489e95791716937088f8b Mon Sep 17 00:00:00 2001 From: Sanjin <102841251+duckduckgrayduck@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:57:35 -0500 Subject: [PATCH] Add optional instructions field https://github.com/MuckRock/documentcloud-frontend/issues/314 --- config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yaml b/config.yaml index dbde0c7..3a55ae1 100644 --- a/config.yaml +++ b/config.yaml @@ -3,6 +3,7 @@ title: N-Gram Graphs # The description will be shown above the form when activating the Add-On description: This add-on will create word frequency graphs over time. # Type should always be object +instructions: '' type: object # How does this add-on accept documents # If more than one type is specified, the user will be prompted to choose one