@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.30-alpha to 0.0.31-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.30-alpha", | ||
"version": "0.0.31-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -27,7 +27,19 @@ { | ||
}, | ||
"repeatableHeading": { | ||
"title": "Heading", | ||
"description": "Heading for repeatable items", | ||
"type": "string", | ||
"category": ["repeatable"] | ||
}, | ||
"repeatableLede": { | ||
"title": "Hint", | ||
"description": "Hint for repeatable items", | ||
"type": "string", | ||
"category": ["repeatable"] | ||
}, | ||
"repeatableAdd": { | ||
"title": "Add string", | ||
"description": "Content used to denote add an item - defaults to ‘Add an item’", | ||
"description": "Content used to denote add an item - defaults to ‘Add another’", | ||
"type": "string", | ||
"default": "Add an item", | ||
"default": "Add another", | ||
"category": ["repeatable"] | ||
@@ -37,5 +49,5 @@ }, | ||
"title": "Delete string", | ||
"description": "Content used to denote delete an item - defaults to ‘Remove this item’", | ||
"description": "Content used to denote delete an item - defaults to ‘Remove’", | ||
"type": "string", | ||
"default": "Remove this item", | ||
"default": "Remove", | ||
"category": ["repeatable"] | ||
@@ -42,0 +54,0 @@ } |
Sorry, the diff of this file is not supported yet
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
104639
3206