@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.136-alpha to 0.0.137-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.136-alpha", | ||
"version": "0.0.137-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -11,2 +11,7 @@ { | ||
}, | ||
"madeup": { | ||
"title": "Madeup property", | ||
"description": "TTotes made up property just for demo's sake", | ||
"type": "boolean" | ||
}, | ||
"continue": { | ||
@@ -13,0 +18,0 @@ "const": "redundant", |
@@ -10,2 +10,7 @@ { | ||
"const": "page.exit" | ||
}, | ||
"isConfirmation": { | ||
"title": "Is confirmation", | ||
"description": "Display as confirmation page", | ||
"type": "boolean" | ||
} | ||
@@ -12,0 +17,0 @@ }, |
333593
4789