diff --git a/lib/importer/govuk-prototype-kit.config.json b/lib/importer/govuk-prototype-kit.config.json index 2e85f535..616a929d 100644 --- a/lib/importer/govuk-prototype-kit.config.json +++ b/lib/importer/govuk-prototype-kit.config.json @@ -30,6 +30,11 @@ "path": "/templates/mapping.html", "type": "nunjucks" }, + { + "name": "Choose field formats", + "path": "/templates/format.html", + "type": "nunjucks" + }, { "name": "Review your data", "path": "/templates/review.html", diff --git a/lib/importer/nunjucks/importer/macros/field_mapper.njk b/lib/importer/nunjucks/importer/macros/field_mapper.njk index c6737e10..86824c19 100644 --- a/lib/importer/nunjucks/importer/macros/field_mapper.njk +++ b/lib/importer/nunjucks/importer/macros/field_mapper.njk @@ -46,6 +46,7 @@ {% endif %} + {% if params.caption %} @@ -67,7 +68,7 @@
{{params.caption}}
{{ h.name }} {{ h.examples }} - {% for field in fields %}