@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.21-alpha to 0.0.22-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.21-alpha", | ||
"version": "0.0.22-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -22,2 +22,12 @@ { | ||
}, | ||
"name": { | ||
"title": "Name", | ||
"description": "Button name", | ||
"type": "string" | ||
}, | ||
"value": { | ||
"title": "Value", | ||
"description": "Button value", | ||
"type": "string" | ||
}, | ||
"html": { | ||
@@ -24,0 +34,0 @@ "title": "Text", |
@@ -11,2 +11,5 @@ { | ||
}, | ||
"name": { | ||
"inputType": "date" | ||
}, | ||
"dateType": { | ||
@@ -13,0 +16,0 @@ "title": "Date type", |
@@ -9,5 +9,6 @@ { | ||
"description": "Key against which user input for this input/control will be stored", | ||
"type": "string" | ||
"type": "string", | ||
"processInput": true | ||
} | ||
} | ||
} |
@@ -22,3 +22,6 @@ { | ||
} | ||
] | ||
], | ||
"validation": { | ||
"format": "email" | ||
} | ||
} |
@@ -11,2 +11,5 @@ { | ||
}, | ||
"name": { | ||
"inputType": "number" | ||
}, | ||
"widthClassInput": { | ||
@@ -13,0 +16,0 @@ "default": "10" |
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
93660
208
2919