Skip to content

Commit

Permalink
Merge pull request #4270 from cds-snc/feat/feature-flag-addres-complete
Browse files Browse the repository at this point in the history
feat: Add feature flag for addressComplete.
  • Loading branch information
ShadeWyrm authored Sep 13, 2024
2 parents 3070872 + 9a99141 commit 5d9a24b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flag_initialization/default_flag_settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"experimentalBlocks": false,
"conditionalLogic": false,
"zitadelAuth": false
"zitadelAuth": false,
"addressComplete": false
}
4 changes: 4 additions & 0 deletions i18n/translations/en/admin-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"zitadelAuth": {
"title": "Zitadel Auth",
"description": "Enable API authentication with Zitadel"
},
"addressComplete": {
"title": "Address Complete",
"description": "Enable CanadaPost address completion for forms"
}
}
}
4 changes: 4 additions & 0 deletions i18n/translations/fr/admin-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"zitadelAuth": {
"title": "AuthenticationZitadel",
"description": "Authentification Zitadel pour API"
},
"addressComplete": {
"title": "Adresse complète",
"description": "Activer la complétion d'adresse CanadaPost pour les formulaires"
}
}
}

0 comments on commit 5d9a24b

Please sign in to comment.