@ministryofjustice/fb-components-core
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.32-alpha", | ||
"version": "0.0.33-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -24,3 +24,6 @@ { | ||
"description": "Paragraph that follows the heading", | ||
"type": "string" | ||
"type": "string", | ||
"category": [ | ||
"content" | ||
] | ||
}, | ||
@@ -31,3 +34,6 @@ "body": { | ||
"type": "string", | ||
"multiline": true | ||
"multiline": true, | ||
"category": [ | ||
"content" | ||
] | ||
} | ||
@@ -34,0 +40,0 @@ }, |
@@ -20,3 +20,6 @@ { | ||
"description": "Name of section", | ||
"type": "string" | ||
"type": "string", | ||
"category": [ | ||
"content" | ||
] | ||
}, | ||
@@ -26,3 +29,6 @@ "stepsHeading": { | ||
"description": "Name of section to use on step pages (if any)", | ||
"type": "string" | ||
"type": "string", | ||
"category": [ | ||
"content" | ||
] | ||
}, | ||
@@ -29,0 +35,0 @@ "steps": { |
@@ -21,3 +21,6 @@ { | ||
], | ||
"default": "continue" | ||
"default": "continue", | ||
"category": [ | ||
"additional" | ||
] | ||
} | ||
@@ -24,0 +27,0 @@ }, |
Sorry, the diff of this file is not supported yet
105036
0.32%3221
0.47%