@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.47-alpha to 0.0.48-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.47-alpha", | ||
"version": "0.0.48-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ { | ||
"category": [ | ||
"logic" | ||
"userinput" | ||
] | ||
@@ -22,3 +22,3 @@ }, | ||
"category": [ | ||
"logic" | ||
"userinput" | ||
] | ||
@@ -25,0 +25,0 @@ } |
@@ -10,5 +10,9 @@ { | ||
"type": "string", | ||
"processInput": true | ||
"pattern": "^[a-zA-Z-_]+$", | ||
"processInput": true, | ||
"category": [ | ||
"userinput" | ||
] | ||
} | ||
} | ||
} |
@@ -8,3 +8,4 @@ { | ||
"title": "URL", | ||
"type": "string" | ||
"type": "string", | ||
"pattern": "^[\\w-_\/]+$" | ||
}, | ||
@@ -11,0 +12,0 @@ "heading": { |
@@ -41,2 +41,7 @@ { | ||
}, | ||
"enableSteps": { | ||
"title": "Enable steps", | ||
"description": "Allow current page to have steps", | ||
"type": "boolean" | ||
}, | ||
"nextPage": { | ||
@@ -43,0 +48,0 @@ "$ref": "http://gov.uk/schema/v1.0.0/definition/nextpage" |
@@ -10,2 +10,5 @@ { | ||
"const": "page.start" | ||
}, | ||
"enableSteps": { | ||
"const": true | ||
} | ||
@@ -12,0 +15,0 @@ }, |
@@ -25,3 +25,3 @@ { | ||
"multiline": true, | ||
"default": "By submitting this application you are confirming that, to the best of your knowledge, the details you are providing are correct." | ||
"default": "By submitting this application you confirm that, to the best of your knowledge, the details you are providing are correct." | ||
} | ||
@@ -28,0 +28,0 @@ }, |
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
110426
3319