@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.114-alpha to 0.0.116-alpha
@@ -5,3 +5,4 @@ { | ||
"description": "Input is required (radios) - inline", | ||
"value": "Choose one of the answers" | ||
"value": "Choose one of the answers for {control}", | ||
"value:cy": "Dewiswch un o'r atebion ar gyfer {control}" | ||
} |
@@ -5,3 +5,4 @@ { | ||
"description": "Input is required (radios) - summary", | ||
"value": "Choose one of the answers for {control}" | ||
"value": "Choose one of the answers for {control}", | ||
"value:cy": "Dewiswch un o'r atebion ar gyfer {control}" | ||
} |
@@ -6,3 +6,3 @@ { | ||
"value": "There {errorCount, plural, 1 {was a problem} other {were problems}} on the page", | ||
"value:cy": "Croso y cynreerru {errorCount, plural, 1 {was a problem} other {were problems}} on the page" | ||
"value:cy": "Roedd yna broblemau {errorCount, plural, 1 {broblem} other {broblemau}} ar y dudalen" | ||
} |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.114-alpha", | ||
"version": "0.0.116-alpha", | ||
"description": "Form Builder core components", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@ministryofjustice/fb-specification": "0.1.4-alpha", | ||
"@ministryofjustice/fb-specification": "0.1.5-alpha", | ||
"npm-run-all": "^4.1.5" | ||
@@ -20,0 +20,0 @@ }, |
@@ -11,8 +11,13 @@ { | ||
}, | ||
"multiple": { | ||
"title": "Multiple files", | ||
"description": "Whether users can upload more than one file", | ||
"type": "boolean", | ||
"default": false | ||
"maxFiles": { | ||
"title": "Maximum number of files", | ||
"description": "Maximum number of files a user can upload", | ||
"type": "number", | ||
"default": 1 | ||
}, | ||
"minFiles": { | ||
"title": "Minimum number of files", | ||
"description": "Minimum number of files a user can upload - 1 if required, 0 if not required", | ||
"type": "number" | ||
}, | ||
"accept": { | ||
@@ -19,0 +24,0 @@ "title": "Accepted types", |
Sorry, the diff of this file is not supported yet
136352
288
3945