forked from alphagov/govuk-prototype-kit-common-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
govuk-prototype-kit.config.json
63 lines (63 loc) · 1.52 KB
/
govuk-prototype-kit.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"meta": {
"description": "This plugin provides common service page templates for the GOV.UK Prototype Kit.",
"urls": {
"versionHistory": "https://github.com/alphagov/govuk-prototype-kit-common-templates/releases"
}
},
"pluginDependencies": [{
"packageName": "govuk-frontend",
"minVersion": "5.0.0"
}],
"sass": [
"/sass/_contents-list.scss",
"/sass/_mainstream-guide.scss",
"/sass/_related-items.scss"
],
"templates": [
{
"name": "Blank GOV.UK page",
"path": "/templates/blank-govuk.html",
"type": "nunjucks"
},
{
"name": "Blank unbranded page",
"path": "/templates/blank-unbranded.html",
"type": "nunjucks"
},
{
"name": "Start page",
"path": "/templates/start.html",
"type": "nunjucks"
},
{
"name": "Question page",
"path": "/templates/question.html",
"type": "nunjucks"
},
{
"name": "Content page",
"path": "/templates/content.html",
"type": "nunjucks"
},
{
"name": "Check answers page",
"path": "/templates/check-answers.html",
"type": "nunjucks"
},
{
"name": "Confirmation page",
"path": "/templates/confirmation.html",
"type": "nunjucks"
},
{
"name": "Mainstream guide page",
"path": "/templates/mainstream-guide.html",
"type": "nunjucks"
},
{
"name": "Task list page (for GOV.UK Frontend >=5.0.0)",
"path": "/templates/task-list.html",
"type": "nunjucks"
}]
}