@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.96-alpha to 0.0.97-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.96-alpha", | ||
"version": "0.0.97-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
{ | ||
"$id": "http://gov.uk/schema/v1.0.0/config/service", | ||
"title": "Service configuration", | ||
"title": "Form configuration", | ||
"_name": "config.service", | ||
"description": "Service configuration", | ||
"description": "Form configuration", | ||
"type": "object", | ||
@@ -15,7 +15,7 @@ "properties": { | ||
"name": { | ||
"title": "Service name", | ||
"title": "Form name", | ||
"type": "string" | ||
}, | ||
"phase": { | ||
"title": "Service phase", | ||
"title": "Form phase", | ||
"type": "string", | ||
@@ -29,7 +29,7 @@ "enum": [ | ||
"phaseText": { | ||
"title": "Service phase text", | ||
"title": "Form phase text", | ||
"type": "string" | ||
}, | ||
"code": { | ||
"title": "Service code", | ||
"title": "Form code", | ||
"type": "string" | ||
@@ -52,12 +52,12 @@ }, | ||
"emailInputNameTeam": { | ||
"title": "Service team email address field", | ||
"description": "Name of input used as email address to send submission details to service team - overrides any value set as SERVICETEAM_EMAIL", | ||
"title": "Form team email address field", | ||
"description": "Name of input used as email address to send submission details to form team - overrides any value set as SERVICETEAM_EMAIL", | ||
"type": "string" | ||
}, | ||
"emailSubjectTeam": { | ||
"title": "Service team email subject", | ||
"title": "Form team email subject", | ||
"type": "string" | ||
}, | ||
"emailTemplateTeam": { | ||
"title": "Service team email template", | ||
"title": "Form team email template", | ||
"type": "string", | ||
@@ -64,0 +64,0 @@ "multiline": true |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131228