Skip to content

Commit 6797e7c

Browse files
authored
Merge pull request #101 from communitiesuk/bau-add-welsh-fund
Adding welsh forms for new dummy fund
2 parents 63e5e0c + b35be9a commit 6797e7c

File tree

2 files changed

+192
-0
lines changed

2 files changed

+192
-0
lines changed
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
{
2+
"startPage": "/organisation-name",
3+
"pages": [
4+
{
5+
"path": "/summary",
6+
"title": "Gwiriwch eich atebion",
7+
"components": [],
8+
"next": [],
9+
"section": "FabDefault",
10+
"controller": "./pages/summary.js"
11+
},
12+
{
13+
"path": "/organisation-name",
14+
"title": "Enw'r sefydliad",
15+
"components": [
16+
{
17+
"options": {},
18+
"type": "TextField",
19+
"title": "Enw'r sefydliad",
20+
"hint": "Rhaid i hwn gyd-fynd ag enw eich sefydliad cyfreithiol cofrestredig.",
21+
"schema": {},
22+
"name": "yptqZX"
23+
},
24+
{
25+
"options": {
26+
"exposeToContext": true
27+
},
28+
"type": "YesNoField",
29+
"title": "A yw eich sefydliad yn defnyddio unrhyw enwau eraill?",
30+
"hint": "",
31+
"schema": {},
32+
"name": "BIxPht",
33+
"values": {
34+
"type": "listRef"
35+
}
36+
}
37+
],
38+
"next": [
39+
{
40+
"path": "/summary"
41+
},
42+
{
43+
"path": "/alternative-organisation-names",
44+
"condition": "lgQzEs"
45+
}
46+
],
47+
"section": "FabDefault",
48+
"controller": "start.js"
49+
},
50+
{
51+
"path": "/alternative-organisation-names",
52+
"title": "Alternative organisation names",
53+
"components": [
54+
{
55+
"options": {},
56+
"type": "TextField",
57+
"title": "Enw amgen 1",
58+
"hint": "",
59+
"schema": {},
60+
"name": "Ianpnw"
61+
},
62+
{
63+
"options": {
64+
"required": false
65+
},
66+
"type": "TextField",
67+
"title": "Enw amgen 2",
68+
"hint": "",
69+
"schema": {},
70+
"name": "CTyQWf"
71+
},
72+
{
73+
"options": {
74+
"required": false
75+
},
76+
"type": "TextField",
77+
"title": "Enw amgen 3",
78+
"hint": "",
79+
"schema": {},
80+
"name": "XWsTKi"
81+
}
82+
],
83+
"next": [
84+
{
85+
"path": "/summary"
86+
}
87+
],
88+
"section": "FabDefault"
89+
}
90+
],
91+
"lists": [],
92+
"conditions": [
93+
{
94+
"displayName": "Alternative organisation name",
95+
"name": "lgQzEs",
96+
"value": {
97+
"name": "Alternative organisation name",
98+
"conditions": [
99+
{
100+
"field": {
101+
"name": "BIxPht",
102+
"type": "YesNoField",
103+
"display": "Does your organisation use any other names?"
104+
},
105+
"operator": "is",
106+
"value": {
107+
"type": "Value",
108+
"value": "true",
109+
"display": "true"
110+
}
111+
}
112+
]
113+
}
114+
}
115+
],
116+
"sections": [
117+
{
118+
"name": "FabDefault",
119+
"title": "Default section",
120+
"hideTitle": true
121+
}
122+
],
123+
"outputs": [],
124+
"skipSummary": false,
125+
"name": "Apply for Sample Fund"
126+
}
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"startPage": "/project-name",
3+
"pages": [
4+
{
5+
"path": "/summary",
6+
"title": "Crynodeb",
7+
"components": [],
8+
"next": [],
9+
"section": "FabDefault",
10+
"controller": "./pages/summary.js"
11+
},
12+
{
13+
"path": "/project-overview",
14+
"title": "Trosolwg o'r prosiect",
15+
"components": [
16+
{
17+
"options": {},
18+
"type": "FreeTextField",
19+
"title": "Trosolwg o'r prosiect",
20+
"hint": "Rhowch grynodeb byr o'ch prosiect, gan gynnwys yr hyn rydych chi'n gobeithio ei gyflawni",
21+
"schema": {},
22+
"name": "KJtdhs"
23+
}
24+
],
25+
"next": [
26+
{
27+
"path": "/summary"
28+
}
29+
],
30+
"section": "FabDefault"
31+
},
32+
{
33+
"path": "/project-name",
34+
"title": "Enw'r prosiect",
35+
"components": [
36+
{
37+
"options": {},
38+
"type": "TextField",
39+
"title": "Enw'r prosiect",
40+
"hint": "",
41+
"schema": {},
42+
"name": "VcyKVN"
43+
}
44+
],
45+
"next": [
46+
{
47+
"path": "/project-overview"
48+
}
49+
],
50+
"section": "FabDefault",
51+
"controller": "start.js"
52+
}
53+
],
54+
"lists": [],
55+
"conditions": [],
56+
"sections": [
57+
{
58+
"name": "FabDefault",
59+
"title": "Default section",
60+
"hideTitle": true
61+
}
62+
],
63+
"outputs": [],
64+
"skipSummary": false,
65+
"name": "Apply for Sample Fund"
66+
}

0 commit comments

Comments
 (0)