Skip to content

Commit

Permalink
Move Common templates to the Common templates plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Jan 20, 2023
1 parent d2cc61c commit 4262f0e
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 572 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

### New features

- [#1915: Move Task list template to Task list plugin](https://github.com/alphagov/govuk-prototype-kit/pull/1915)
The Task list template has been moved to the new
[Task list plugin](https://github.com/alphagov/govuk-prototype-kit-task-list)
- [#1923: Move Common templates to Common templates plugin](https://github.com/alphagov/govuk-prototype-kit/pull/1923)
The Common templates have been moved to the new
[Common templates plugin](https://github.com/alphagov/govuk-prototype-kit-common-templates)

## 13.2.1

### Fixes
Expand All @@ -13,9 +22,6 @@
### New features

- [#1906: Improved messaging when creating a prototype](https://github.com/alphagov/govuk-prototype-kit/pull/1906)
- [#1915: Move Task list template to Task list plugin](https://github.com/alphagov/govuk-prototype-kit/pull/1915)
The Task list template has been moved to the new
[Task list plugin](https://github.com/alphagov/govuk-prototype-kit-task-list)

### Fixes

Expand Down
42 changes: 0 additions & 42 deletions govuk-prototype-kit.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,47 +14,5 @@
"importNunjucksMacrosInto": [
"/lib/nunjucks/govuk-prototype-kit/layouts/govuk-branded.html",
"/lib/nunjucks/govuk-prototype-kit/layouts/unbranded.html"
],
"templates": [
{
"name": "Blank GOV.UK page",
"path": "/lib/nunjucks/templates/blank-govuk.html",
"type": "nunjucks"
},
{
"name": "Blank unbranded page",
"path": "/lib/nunjucks/templates/blank-unbranded.html",
"type": "nunjucks"
},
{
"name": "Start page",
"path": "/lib/nunjucks/templates/start.html",
"type": "nunjucks"
},
{
"name": "Question page",
"path": "/lib/nunjucks/templates/question.html",
"type": "nunjucks"
},
{
"name": "Content page",
"path": "/lib/nunjucks/templates/content.html",
"type": "nunjucks"
},
{
"name": "Check answers page",
"path": "/lib/nunjucks/templates/check-answers.html",
"type": "nunjucks"
},
{
"name": "Confirmation page",
"path": "/lib/nunjucks/templates/confirmation.html",
"type": "nunjucks"
},
{
"name": "Mainstream guide page",
"path": "/lib/nunjucks/templates/mainstream-guide.html",
"type": "nunjucks"
}
]
}
1 change: 1 addition & 0 deletions known-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"plugins": {
"available": [
"govuk-frontend",
"@govuk-prototype-kit/common-templates",
"@govuk-prototype-kit/step-by-step",
"@govuk-prototype-kit/task-list",
"hmrc-frontend",
Expand Down
10 changes: 0 additions & 10 deletions lib/nunjucks/templates/blank-govuk.html

This file was deleted.

16 changes: 0 additions & 16 deletions lib/nunjucks/templates/blank-unbranded.html

This file was deleted.

160 changes: 0 additions & 160 deletions lib/nunjucks/templates/check-answers.html

This file was deleted.

32 changes: 0 additions & 32 deletions lib/nunjucks/templates/confirmation.html

This file was deleted.

27 changes: 0 additions & 27 deletions lib/nunjucks/templates/content.html

This file was deleted.

Loading

0 comments on commit 4262f0e

Please sign in to comment.