@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.92-alpha to 0.0.93-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.92-alpha", | ||
"version": "0.0.93-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -35,21 +35,26 @@ { | ||
}, | ||
"defaultCCAddress": { | ||
"title": "User email address field", | ||
"description": "Name of field used as email address to send user a copy of submission details", | ||
"emailInputNameUser": { | ||
"title": "CC email address field", | ||
"description": "Name of input used as email address to send user a copy of submission details", | ||
"type": "string" | ||
}, | ||
"emailCitizenSubject": { | ||
"title": "Citizen email subject", | ||
"emailSubjectUser": { | ||
"title": "CC email subject", | ||
"type": "string" | ||
}, | ||
"emailCitizenTemplate": { | ||
"title": "Citizen email template", | ||
"emailTemplateUser": { | ||
"title": "CC email template", | ||
"type": "string", | ||
"multiline": true | ||
}, | ||
"emailTeamSubject": { | ||
"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", | ||
"type": "string" | ||
}, | ||
"emailSubjectTeam": { | ||
"title": "Service team email subject", | ||
"type": "string" | ||
}, | ||
"emailTeamTemplate": { | ||
"emailTemplateTeam": { | ||
"title": "Service team email template", | ||
@@ -56,0 +61,0 @@ "type": "string", |
130712
3795