@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.146-11 to 0.0.146-12
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.146-11", | ||
"version": "0.0.146-12", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -10,5 +10,11 @@ { | ||
"properties": { | ||
"any": { | ||
"title": "Error message", | ||
"description": "Error message users see if their answer fails validation - write {control} to show the question in the message", | ||
"type": "string", | ||
"role": "errorString" | ||
}, | ||
"inline": { | ||
"title": "Input error", | ||
"description": "Error message users see next to the input if their answer fails validation", | ||
"description": "Specific error message users see next to the input if their answer fails validation - only set if your input message absolutely must be different to that shown in the summary", | ||
"type": "string", | ||
@@ -19,3 +25,3 @@ "role": "errorString" | ||
"title": "Summary error", | ||
"description": "Error message users see at the top of a page if their answer fails validation - write {control} to show the question in the message", | ||
"description": "Specific error message users see at the top of a page if their answer fails validation - only set if your summary message absolutely must be different to that shown for the input", | ||
"type": "string", | ||
@@ -22,0 +28,0 @@ "role": "errorString" |
Sorry, the diff of this file is not supported yet
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
348390
386
5004