Skip to content

Commit 1dd98c6

Browse files
committed
updated version of CTs
1 parent cc80f3b commit 1dd98c6

File tree

5 files changed

+54
-52
lines changed

5 files changed

+54
-52
lines changed

dist/contentTypes/card.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"cardImage",
1313
"cardName",
1414
"description",
15-
"textBackgroundColour",
1615
"linkValue",
1716
"link"
1817
],
@@ -52,13 +51,6 @@
5251
"title": "Description",
5352
"description": ""
5453
},
55-
"textBackgroundColour": {
56-
"type": "string",
57-
"minLength": 3,
58-
"maxLength": 6,
59-
"title": "Text Background Colour",
60-
"description": "Insert a hex code for background colour of the text area when hovered over"
61-
},
6254
"link": {
6355
"title": "Link",
6456
"description": "add Link",

dist/contentTypes/link.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"id": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/link.json",
44
"title": "Link Accelerator",
55
"description": "Link Accelerator",
6+
"allOf": [
7+
{
8+
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
9+
}
10+
],
611
"propertyOrder": [
712
"label",
813
"value"

dist/contentTypes/roundel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"id": "https://s3-eu-west-1.amazonaws.com/dev-solutions/DC-accelerators-v2.0.0/dist/contentTypes/roundel.json",
44
"title": "Roundel",
55
"description": "Roundel Accelerator",
6+
"allOf": [
7+
{
8+
"$ref": "http://bigcontent.io/cms/schema/v1/core#/definitions/content"
9+
}
10+
],
611
"propertyOrder": [
712
"roundel",
813
"roundelRatio",

0 commit comments

Comments
 (0)