-
Notifications
You must be signed in to change notification settings - Fork 2
/
govuk-prototype-kit.config.json
66 lines (66 loc) · 1.92 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
64
65
66
{
"meta": {
"description": "Common and experimental components that are not yet part of the GOV.UK Design System",
"urls": {
"documentation": "https://github.com/x-govuk/govuk-prototype-components#readme",
"releaseNotes": "https://github.com/x-govuk/govuk-prototype-components/releases/tag/v{{version}}",
"versionHistory": "https://github.com/x-govuk/govuk-prototype-components/releases"
}
},
"nunjucksPaths": ["/x-govuk/components/"],
"nunjucksMacros": [
{
"importFrom": "autocomplete/macro.njk",
"macroName": "xGovukAutocomplete"
},
{
"importFrom": "masthead/macro.njk",
"macroName": "xGovukMasthead"
},
{
"importFrom": "primary-navigation/macro.njk",
"macroName": "xGovukPrimaryNavigation"
},
{
"importFrom": "related-navigation/macro.njk",
"macroName": "xGovukRelatedNavigation"
},
{
"importFrom": "secondary-navigation/macro.njk",
"macroName": "xGovukSecondaryNavigation"
},
{
"importFrom": "sub-navigation/macro.njk",
"macroName": "xGovukSubNavigation"
}
],
"sass": ["/x-govuk/all.scss"],
"scripts": ["/x-govuk/all.js", "/govuk-prototype-kit/init.js"],
"templates": [
{
"name": "Autocomplete question page",
"path": "/govuk-prototype-kit/templates/autocomplete.html",
"type": "nunjucks"
},
{
"name": "Masthead page",
"path": "/govuk-prototype-kit/templates/masthead.html",
"type": "nunjucks"
},
{
"name": "Primary navigation page",
"path": "/govuk-prototype-kit/templates/primary-navigation.html",
"type": "nunjucks"
},
{
"name": "Related navigation page",
"path": "/govuk-prototype-kit/templates/related-navigation.html",
"type": "nunjucks"
},
{
"name": "Sub navigation page",
"path": "/govuk-prototype-kit/templates/sub-navigation.html",
"type": "nunjucks"
}
]
}