Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Added test data to forms #154

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/dluhc-build-and-deploy-with-forms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:

deploy-to-test:
needs: deploy-and-test-dev
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: checkout code
Expand Down
20 changes: 19 additions & 1 deletion fsd_config/form_jsons/cof_r2/en/community-benefits.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,23 @@
},
"phaseBanner": {
"phase": "beta"
}
},
"footer": [
{
"href": "https://www.gov.uk/government/publications/community-ownership-fund-privacy-notice/community-ownership-fund-privacy-notice",
"text": "Privacy test Community benefits form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/cookie_policy",
"text": "Cookies test Community benefits form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/accessibility_statement",
"text": "Accessibility Statement test Community benefits form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/contact_us",
"text": "Contact Us test Community benefits form"
}
]
}
20 changes: 19 additions & 1 deletion fsd_config/form_jsons/cof_r2/en/funding-required.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,5 +469,23 @@
"skipSummary": false,
"name": "Apply for funding to save an asset in your community",
"feedback": { "feedbackForm": false, "url": "" },
"phaseBanner": { "phase": "beta" }
"phaseBanner": { "phase": "beta" },
"footer": [
{
"href": "https://www.gov.uk/government/publications/community-ownership-fund-privacy-notice/community-ownership-fund-privacy-notice",
"text": "Privacy test Funding required form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/cookie_policy",
"text": "Cookies test Funding required form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/accessibility_statement",
"text": "Accessibility Statement test Funding required form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/contact_us",
"text": "Contact Us test Funding required form"
}
]
}
20 changes: 19 additions & 1 deletion fsd_config/form_jsons/cof_r2/en/local-support.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,23 @@
},
"phaseBanner": {
"phase": "beta"
}
},
"footer": [
{
"href": "https://www.gov.uk/government/publications/community-ownership-fund-privacy-notice/community-ownership-fund-privacy-notice",
"text": "Privacy test local support form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/cookie_policy",
"text": "Cookies test local support form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/accessibility_statement",
"text": "Accessibility Statement test local support form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/contact_us",
"text": "Contact Us test local support form"
}
]
}
20 changes: 19 additions & 1 deletion fsd_config/form_jsons/cof_r2/en/organisation-information.json
Original file line number Diff line number Diff line change
Expand Up @@ -1166,5 +1166,23 @@
},
"phaseBanner": {
"phase": "beta"
}
},
"footer": [
{
"href": "https://www.gov.uk/government/publications/community-ownership-fund-privacy-notice/community-ownership-fund-privacy-notice",
"text": "Privacy test Org form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/cookie_policy",
"text": "Cookies test Org form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/accessibility_statement",
"text": "Accessibility Statement test Org form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/contact_us",
"text": "Contact Us test Org form"
}
]
}
20 changes: 19 additions & 1 deletion fsd_config/form_jsons/cof_r2/en/project-information.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,23 @@
},
"phaseBanner": {
"phase": "beta"
}
},
"footer": [
{
"href": "https://www.gov.uk/government/publications/community-ownership-fund-privacy-notice/community-ownership-fund-privacy-notice",
"text": "Privacy test project form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/cookie_policy",
"text": "Cookies test project form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/accessibility_statement",
"text": "Accessibility Statement test project form"
},
{
"href": "https://frontend.access-funding.levellingup.gov.uk/contact_us",
"text": "Contact Us test project form"
}
]
}
20 changes: 19 additions & 1 deletion fsd_config/form_jsons/cof_r2/en/value-to-the-community.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,23 @@
},
"phaseBanner": {
"phase": "beta"
}
},
"footer": [
{
"href": "https://www.gov.uk/government/publications/community-ownership-fund-privacy-notice/community-ownership-fund-privacy-notice",
"text": "Privacy test Value to the community form"
},
{
"href": "https://policies.google.com/technologies/cookies?hl=en-US",
"text": "Cookies test Value to the community form"
},
{
"href": "https://www.gov.uk/government/publications/sample-accessibility-statement",
"text": "Accessibility Statement test Value to the community form"
},
{
"href": "https://www.zendesk.co.uk/blog/contact-us-page/",
"text": "Contact Us test Value to the community form"
}
]
}