diff --git a/pages/topics/question/navod/README.md b/pages/topics/question/navod/README.md index 615f4414..0ce5e71f 100644 --- a/pages/topics/question/navod/README.md +++ b/pages/topics/question/navod/README.md @@ -5,7 +5,24 @@ taxonomy: author: Daniel Hladek categories: [project] tags: [question-answer,annotation] +forms: + question1: + name: question1 + fields: + - name: name + label: Name + placeholder: Enter your name + autofocus: on + autocomplete: on + type: text + validate: + required: true + buttons: + - type: submit + value: Submit + process: --- +{% include "forms/form.html.twig" with { form: forms('question1') } %} # Návod pre anotátorov