@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.63-alpha to 0.0.64-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.63-alpha", | ||
"version": "0.0.64-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -5,2 +5,9 @@ { | ||
"title": "Content page definition", | ||
"properties": { | ||
"components": { | ||
"accepts": [ | ||
"content" | ||
] | ||
} | ||
}, | ||
"allOf": [ | ||
@@ -7,0 +14,0 @@ { |
@@ -13,2 +13,5 @@ { | ||
}, | ||
"accepts": [ | ||
"content" | ||
], | ||
"category": [ | ||
@@ -15,0 +18,0 @@ "additional" |
@@ -12,3 +12,3 @@ { | ||
"continue": { | ||
"const": "makes no sense", | ||
"const": "redundant", | ||
"category": [ | ||
@@ -21,5 +21,5 @@ "additional" | ||
{ | ||
"$ref": "http://gov.uk/schema/v1.0.0/definition/page/form" | ||
"$ref": "http://gov.uk/schema/v1.0.0/definition/page/content" | ||
} | ||
] | ||
} |
@@ -12,3 +12,6 @@ { | ||
"components": { | ||
"maxItems": 1 | ||
"maxItems": 1, | ||
"accepts": [ | ||
"control" | ||
] | ||
} | ||
@@ -15,0 +18,0 @@ }, |
@@ -13,2 +13,7 @@ { | ||
"const": true | ||
}, | ||
"components": { | ||
"accepts": [ | ||
"content" | ||
] | ||
} | ||
@@ -15,0 +20,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
125559
3664