diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c7744b679..f07f49b504 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,21 +174,21 @@ workflows: filters: branches: only: - - develop + - comcast-community # This is alternate dev env for parallel testing - "build-test": context : org-global filters: branches: only: - - comcast-community + - feature-contentful # This is beta env for production soft releases - "build-prod-beta": context : org-global filters: branches: only: - - develop + - comcast-community # Production builds are exectuted only on tagged commits to the # master branch. - "build-prod": diff --git a/config/contentful/tc-core.json b/config/contentful/tc-core.json index 4955196959..638df431a5 100644 --- a/config/contentful/tc-core.json +++ b/config/contentful/tc-core.json @@ -6,13 +6,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "banner", + "id": "viewport", "type": "ContentType", - "createdAt": "2019-03-21T07:36:16.438Z", - "updatedAt": "2019-03-21T07:36:19.885Z", + "createdAt": "2018-05-01T21:49:27.462Z", + "updatedAt": "2019-11-03T14:12:51.272Z", "environment": { "sys": { "id": "master", @@ -20,36 +20,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:19.885Z", - "firstPublishedAt": "2019-03-21T07:36:19.885Z", + "publishedVersion": 44, + "publishedAt": "2019-11-03T14:12:51.272Z", + "firstPublishedAt": "2018-05-01T21:49:27.921Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 22, + "version": 45, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "Banner", - "description": "A block with background image; and a small area intended for brief textual content. The textual area is positioned in a fixed position relative to the block sides, and it has its own background for readability.", + "name": "Viewport", + "description": "An auxiliary container that helps to integrate arbitrary entries into static pages.", "fields": [ { "id": "name", @@ -58,98 +58,80 @@ "localized": false, "required": true, "validations": [ - { - "unique": true - } ], "disabled": false, "omitted": false }, { - "id": "text", - "name": "Text", - "type": "Text", + "id": "content", + "name": "Content", + "type": "Array", "localized": false, "required": false, "validations": [ ], "disabled": false, - "omitted": false + "omitted": false, + "items": { + "type": "Link", + "validations": [ + ], + "linkType": "Entry" + } }, { - "id": "backgroundImage", - "name": "Background Image", - "type": "Link", + "id": "theme", + "name": "Theme", + "type": "Symbol", "localized": false, - "required": true, + "required": false, "validations": [ { - "linkMimetypeGroup": [ - "image" + "in": [ + "Column", + "Row with Max-Width", + "Grid" ] - }, - { - "assetImageDimensions": { - "width": { - "min": null, - "max": 2400 - }, - "height": { - "min": null, - "max": 1800 - } - }, - "message": "Images larger than 2400 x 1800 px are prohibited for performance reasons." - }, - { - "assetFileSize": { - "max": 1048576 - }, - "message": "Images larger than 1MB are prohibited for performance reasons." } ], "disabled": false, - "omitted": false, - "linkType": "Asset" + "omitted": false }, { - "id": "baseTheme", - "name": "Banner Style", - "type": "Symbol", + "id": "gridColumns", + "name": "Grid columns", + "type": "Integer", "localized": false, - "required": true, + "required": false, "validations": [ { - "in": [ - "Default", - "Default Sub-Community", - "Simple Title above Background", - "TopGear", - "TCO19", - "TCO19-left", - "TCO19-right", - "Veterans" - ], - "message": "Wrong banner style provided." + "range": { + "min": 1 + } } ], "disabled": false, "omitted": false }, { - "id": "containerStyles", - "name": "Extra styles for container", - "type": "Object", + "id": "gridGap", + "name": "Grid gap", + "type": "Integer", "localized": false, "required": false, "validations": [ + { + "range": { + "min": 0 + } + } ], "disabled": false, "omitted": false }, { - "id": "contentWrapperStyles", - "name": "Extra styles for content wrapper", + "id": "extraStylesForContainer", + "name": "Extra styles for container", "type": "Object", "localized": false, "required": false, @@ -159,15 +141,21 @@ "omitted": false }, { - "id": "contentStyles", - "name": "Extra styles for content", - "type": "Object", + "id": "animationOnScroll", + "name": "Animation On Scroll", + "type": "Link", "localized": false, "required": false, "validations": [ + { + "linkContentType": [ + "animationOnScroll" + ] + } ], "disabled": false, - "omitted": false + "omitted": false, + "linkType": "Entry" } ] }, @@ -177,13 +165,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "viewport", + "id": "banner", "type": "ContentType", - "createdAt": "2019-03-21T07:36:16.444Z", - "updatedAt": "2019-03-21T07:36:31.858Z", + "createdAt": "2018-05-13T20:19:15.459Z", + "updatedAt": "2019-09-26T08:12:38.696Z", "environment": { "sys": { "id": "master", @@ -191,36 +179,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:31.858Z", - "firstPublishedAt": "2019-03-21T07:36:31.858Z", + "publishedVersion": 57, + "publishedAt": "2019-07-19T19:45:44.872Z", + "firstPublishedAt": "2018-05-13T20:19:15.804Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 29, + "version": 59, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "Viewport", - "description": "An auxiliary container that helps to integrate arbitrary entries into static pages.", + "name": "Banner", + "description": "A block with background image; and a small area intended for brief textual content. The textual area is positioned in a fixed position relative to the block sides, and it has its own background for readability.", "fields": [ { "id": "name", @@ -229,80 +217,111 @@ "localized": false, "required": true, "validations": [ + { + "unique": true + } ], "disabled": false, "omitted": false }, { - "id": "content", - "name": "Content", - "type": "Array", + "id": "text", + "name": "Text", + "type": "Text", "localized": false, "required": false, "validations": [ ], "disabled": false, + "omitted": false + }, + { + "id": "backgroundImage", + "name": "Background Image", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + }, + { + "assetImageDimensions": { + "width": { + "min": null, + "max": 2400 + }, + "height": { + "min": null, + "max": 1800 + } + }, + "message": "Images larger than 2400 x 1800 px are prohibited for performance reasons." + }, + { + "assetFileSize": { + "max": 2097152 + }, + "message": "Images larger than 2MB are prohibited for performance reasons." + } + ], + "disabled": false, "omitted": false, - "items": { - "type": "Link", - "validations": [ - ], - "linkType": "Entry" - } + "linkType": "Asset" }, { - "id": "theme", - "name": "Theme", + "id": "baseTheme", + "name": "Banner Style", "type": "Symbol", "localized": false, - "required": false, + "required": true, "validations": [ { "in": [ - "Column", - "Row with Max-Width", - "Grid" - ] + "General", + "Default", + "Default Sub-Community", + "Simple Title above Background", + "TopGear", + "TCO19", + "TCO19-left", + "TCO19-right", + "Veterans", + "TCO20" + ], + "message": "Wrong banner style provided." } ], "disabled": false, "omitted": false }, { - "id": "gridColumns", - "name": "Grid columns", - "type": "Integer", + "id": "containerStyles", + "name": "Extra styles for container", + "type": "Object", "localized": false, "required": false, "validations": [ - { - "range": { - "min": 1 - } - } ], "disabled": false, "omitted": false }, { - "id": "gridGap", - "name": "Grid gap", - "type": "Integer", + "id": "contentWrapperStyles", + "name": "Extra styles for content wrapper", + "type": "Object", "localized": false, "required": false, "validations": [ - { - "range": { - "min": 0 - } - } ], "disabled": false, "omitted": false }, { - "id": "extraStylesForContainer", - "name": "Extra styles for container", + "id": "contentStyles", + "name": "Extra styles for content", "type": "Object", "localized": false, "required": false, @@ -319,13 +338,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, "id": "contentBlock", "type": "ContentType", - "createdAt": "2019-03-21T07:36:16.454Z", - "updatedAt": "2019-03-21T07:36:31.159Z", + "createdAt": "2018-05-25T13:14:48.111Z", + "updatedAt": "2019-11-03T14:52:53.222Z", "environment": { "sys": { "id": "master", @@ -333,30 +352,30 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:31.159Z", - "firstPublishedAt": "2019-03-21T07:36:31.159Z", + "publishedVersion": 42, + "publishedAt": "2019-11-03T14:52:53.222Z", + "firstPublishedAt": "2018-05-25T13:14:52.506Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 21, + "version": 43, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, @@ -422,6 +441,17 @@ "omitted": false, "linkType": "Asset" }, + { + "id": "alt", + "name": "Alt Text", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, { "id": "baseTheme", "name": "Theme", @@ -431,11 +461,15 @@ "validations": [ { "in": [ + "General", "Default", "Veteran", "Row Item", "Card", - "TCO19" + "Blob Card", + "Large Card", + "TCO19", + "TCO20" ], "message": "Unknown theme" } @@ -475,6 +509,23 @@ ], "disabled": false, "omitted": false + }, + { + "id": "animationOnScroll", + "name": "Animation On Scroll", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "animationOnScroll" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" } ] }, @@ -484,13 +535,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "dropdown", + "id": "route", "type": "ContentType", - "createdAt": "2019-03-21T07:36:16.457Z", - "updatedAt": "2019-03-21T07:36:30.474Z", + "createdAt": "2018-06-13T15:22:31.400Z", + "updatedAt": "2019-05-03T08:47:14.400Z", "environment": { "sys": { "id": "master", @@ -498,74 +549,71 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:30.474Z", - "firstPublishedAt": "2019-03-21T07:36:30.474Z", + "publishedVersion": 11, + "publishedAt": "2019-05-03T08:47:14.400Z", + "firstPublishedAt": "2018-06-13T15:22:37.786Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 6, + "version": 12, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "Dropdown", - "description": "", + "name": "Route", + "description": "A Route that can render a Viewport at its endpoint, and also include sub-routes with Viewports.", "fields": [ { "id": "name", "name": "Name", "type": "Symbol", "localized": false, - "required": false, + "required": true, "validations": [ - ], - "disabled": false, + { + "unique": true + } + ], + "disabled": false, "omitted": false }, { - "id": "items", - "name": "Items", - "type": "Array", + "id": "url", + "name": "URL", + "type": "Symbol", "localized": false, - "required": true, + "required": false, "validations": [ + { + "regexp": { + "pattern": "^[\\w#!:.?+=&%@!\\-\\/]+$" + } + } ], "disabled": false, - "omitted": false, - "items": { - "type": "Link", - "validations": [ - { - "linkContentType": [ - "dropdownItem" - ] - } - ], - "linkType": "Entry" - } + "omitted": false }, { - "id": "extraStylesForContainer", - "name": "Extra styles for container", - "type": "Object", + "id": "naviMenuLinkText", + "name": "Navi Menu Link Text", + "type": "Symbol", "localized": false, "required": false, "validations": [ @@ -574,40 +622,41 @@ "omitted": false }, { - "id": "extraStylesForContentWrapper", - "name": "Extra styles for content wrapper", - "type": "Object", + "id": "excludeFromNavigationMenus", + "name": "Exclude from navigation menus", + "type": "Boolean", "localized": false, "required": false, "validations": [ ], "disabled": false, "omitted": false - } - ] - }, - { - "name": "Content Slider", - "description": "Slide/cycle content", - "displayField": "name", - "fields": [ + }, { - "id": "name", - "name": "Name", - "type": "Symbol", + "id": "viewport", + "name": "Viewport", + "type": "Link", "localized": false, - "required": true, - "validations": [], + "required": false, + "validations": [ + { + "linkContentType": [ + "viewport" + ] + } + ], "disabled": false, - "omitted": false + "omitted": false, + "linkType": "Entry" }, { - "id": "items", - "name": "Items", + "id": "childRoutes", + "name": "Child Routes", "type": "Array", "localized": false, - "required": true, - "validations": [], + "required": false, + "validations": [ + ], "disabled": false, "omitted": false, "items": { @@ -615,8 +664,7 @@ "validations": [ { "linkContentType": [ - "banner", - "contentBlock" + "route" ] } ], @@ -624,188 +672,88 @@ } }, { - "id": "theme", - "name": "Theme", + "id": "pageTitle", + "name": "Page Title", "type": "Symbol", "localized": false, "required": true, "validations": [ - { - "in": [ - "Default" - ] - } ], "disabled": false, "omitted": false }, { - "id": "autoStart", - "name": "Auto Start", - "type": "Boolean", + "id": "description", + "name": "Description", + "type": "Text", "localized": false, - "required": false, - "validations": [], + "required": true, + "validations": [ + ], "disabled": false, "omitted": false }, { - "id": "wrapAround", - "name": "Wrap around", - "type": "Boolean", + "id": "socialThumbnail", + "name": "Social Thumbnail", + "type": "Symbol", "localized": false, "required": false, - "validations": [], + "validations": [ + ], "disabled": false, "omitted": false }, { - "id": "duration", - "name": "Duration", - "type": "Integer", + "id": "socialSiteName", + "name": "Social Site Name", + "type": "Symbol", "localized": false, "required": false, "validations": [ - { - "range": { - "min": 1 - } - } ], "disabled": false, "omitted": false }, { - "id": "slidesToShow", - "name": "Slides to show", - "type": "Number", + "id": "socialDescription", + "name": "Social Description", + "type": "Symbol", "localized": false, "required": false, "validations": [ - { - "range": { - "min": 1 - } - } ], "disabled": false, "omitted": false }, { - "id": "cellSpacing", - "name": "Cell spacing", - "type": "Integer", + "id": "socialTitle", + "name": "Social Title", + "type": "Symbol", "localized": false, "required": false, - "validations": [], + "validations": [ + ], "disabled": false, "omitted": false }, { - "id": "cellAlign", - "name": "Cell align", + "id": "socialUrl", + "name": "Social URL", "type": "Symbol", "localized": false, "required": false, "validations": [ { - "in": [ - "center", - "left", - "right" - ] + "regexp": { + "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" + } } ], "disabled": false, "omitted": false - }, - { - "id": "framePadding", - "name": "Frame padding", - "type": "Symbol", - "localized": false, - "required": false, - "validations": [], - "disabled": false, - "omitted": false - }, - { - "id": "vertical", - "name": "Vertical", - "type": "Boolean", - "localized": false, - "required": false, - "validations": [], - "disabled": false, - "omitted": false - }, - { - "id": "withoutControls", - "name": "Without controls", - "type": "Boolean", - "localized": false, - "required": false, - "validations": [], - "disabled": false, - "omitted": false - }, - { - "id": "extraStylesForContainer", - "name": "Extra styles for container", - "type": "Object", - "localized": false, - "required": false, - "validations": [], - "disabled": false, - "omitted": false - } - ], - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "b5f1djy59z3a" - } - }, - "id": "contentSlider", - "type": "ContentType", - "createdAt": "2018-08-06T07:26:55.622Z", - "updatedAt": "2019-04-11T06:41:00.117Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "publishedVersion": 31, - "publishedAt": "2019-04-11T06:41:00.117Z", - "firstPublishedAt": "2018-08-06T07:26:56.458Z", - "createdBy": { - "sys": { - "type": "Link", - "linkType": "User", - "id": "0TpNH8XniBpD1bwXTXbgc9" - } - }, - "updatedBy": { - "sys": { - "type": "Link", - "linkType": "User", - "id": "0TpNH8XniBpD1bwXTXbgc9" - } - }, - "publishedCounter": 16, - "version": 32, - "publishedBy": { - "sys": { - "type": "Link", - "linkType": "User", - "id": "0TpNH8XniBpD1bwXTXbgc9" - } } - } + ] }, { "sys": { @@ -813,13 +761,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "dropdownItem", + "id": "quote", "type": "ContentType", - "createdAt": "2019-03-21T07:36:16.523Z", - "updatedAt": "2019-03-21T07:36:29.755Z", + "createdAt": "2018-06-13T15:22:31.457Z", + "updatedAt": "2018-09-04T11:35:02.703Z", "environment": { "sys": { "id": "master", @@ -827,36 +775,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:29.755Z", - "firstPublishedAt": "2019-03-21T07:36:29.755Z", + "publishedVersion": 7, + "publishedAt": "2018-09-04T11:35:02.703Z", + "firstPublishedAt": "2018-06-13T15:22:33.959Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 4, + "version": 8, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } } }, "displayField": "name", - "name": "Dropdown Item", - "description": "", + "name": "Quote", + "description": "A block with quote text; and avatar image, name, department of quote speaker. Theme to use for the quote is required to be selected.", "fields": [ { "id": "name", @@ -865,201 +813,220 @@ "localized": false, "required": true, "validations": [ + { + "unique": true + } ], "disabled": false, "omitted": false }, { - "id": "title", - "name": "Title", - "type": "Symbol", + "id": "text", + "name": "Text", + "type": "Text", "localized": false, - "required": false, + "required": true, "validations": [ ], "disabled": false, "omitted": false }, { - "id": "text", - "name": "Text", - "type": "Text", + "id": "authorAvatar", + "name": "Author Avatar Image", + "type": "Link", "localized": false, "required": false, "validations": [ - ], - "disabled": false, - "omitted": false - } - ] - }, - { - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "wq71fdp6bsta" - } - }, - "id": "route", - "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.035Z", - "updatedAt": "2019-03-21T07:36:21.631Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:21.631Z", - "firstPublishedAt": "2019-03-21T07:36:21.631Z", - "createdBy": { - "sys": { - "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" - } - }, - "updatedBy": { - "sys": { - "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" - } + { + "linkMimetypeGroup": [ + "image" + ] + }, + { + "assetImageDimensions": { + "width": { + "min": null, + "max": 2400 + }, + "height": { + "min": null, + "max": 1800 + } + }, + "message": "Images larger than 2400 x 1800 px are prohibited for performance reasons." + }, + { + "assetFileSize": { + "max": 1048576 + }, + "message": "Images larger than 1MB are prohibited for performance reasons." + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" }, - "publishedCounter": 1, - "version": 2, - "publishedBy": { - "sys": { - "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" - } - } - }, - "displayField": "name", - "name": "Route", - "description": "A Route that can render a Viewport at its endpoint, and also include sub-routes with Viewports.", - "fields": [ { - "id": "name", - "name": "Name", + "id": "authorName", + "name": "Author Name", "type": "Symbol", "localized": false, "required": true, "validations": [ - { - "unique": true - } ], "disabled": false, "omitted": false }, { - "id": "url", - "name": "URL", + "id": "authorAffiliation", + "name": "Author Affiliation", "type": "Symbol", "localized": false, "required": false, "validations": [ - { - "regexp": { - "pattern": "^[\\w#!:.?+=&%@!\\-\\/]+$" - } - } ], "disabled": false, "omitted": false }, { - "id": "viewport", - "name": "Viewport", - "type": "Link", + "id": "baseTheme", + "name": "Quote Style", + "type": "Symbol", "localized": false, - "required": false, + "required": true, "validations": [ { - "linkContentType": [ - "viewport" - ] + "in": [ + "Default", + "Card" + ], + "message": "Wrong quote style provided." } ], "disabled": false, - "omitted": false, - "linkType": "Entry" + "omitted": false }, { - "id": "childRoutes", - "name": "Child Routes", - "type": "Array", + "id": "containerStyles", + "name": "Extra styles for container", + "type": "Object", "localized": false, "required": false, "validations": [ ], "disabled": false, - "omitted": false, - "items": { - "type": "Link", - "validations": [ - { - "linkContentType": [ - "route" - ] - } - ], - "linkType": "Entry" - } + "omitted": false }, { - "id": "pageTitle", - "name": "Page Title", - "type": "Symbol", + "id": "contentWrapperStyles", + "name": "Extra styles for content wrapper", + "type": "Object", "localized": false, - "required": true, + "required": false, "validations": [ ], "disabled": false, "omitted": false }, { - "id": "description", - "name": "Description", - "type": "Text", + "id": "contentStyles", + "name": "Extra styles for content", + "type": "Object", "localized": false, - "required": true, + "required": false, "validations": [ ], "disabled": false, "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "b5f1djy59z3a" + } + }, + "id": "video", + "type": "ContentType", + "createdAt": "2018-06-13T15:22:31.969Z", + "updatedAt": "2018-09-04T11:35:03.500Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2018-09-04T11:35:03.500Z", + "firstPublishedAt": "2018-06-13T15:22:33.328Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5eyjAZAPH48cRQzQMTCIxG" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5eyjAZAPH48cRQzQMTCIxG" + } }, + "publishedCounter": 4, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5eyjAZAPH48cRQzQMTCIxG" + } + } + }, + "displayField": "name", + "name": "Video", + "description": "External video source loaded in iframe", + "fields": [ { - "id": "socialThumbnail", - "name": "Social Thumbnail", + "id": "name", + "name": "Name", "type": "Symbol", "localized": false, - "required": false, + "required": true, "validations": [ + { + "unique": true + } ], "disabled": false, "omitted": false }, { - "id": "socialSiteName", - "name": "Social Site Name", + "id": "source", + "name": "Source", "type": "Symbol", "localized": false, - "required": false, + "required": true, "validations": [ + { + "regexp": { + "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" + }, + "message": "Invalid URL" + } ], "disabled": false, "omitted": false }, { - "id": "socialDescription", - "name": "Social Description", + "id": "title", + "name": "Title", "type": "Symbol", "localized": false, "required": false, @@ -1069,9 +1036,9 @@ "omitted": false }, { - "id": "socialTitle", - "name": "Social Title", - "type": "Symbol", + "id": "autoplay", + "name": "Autoplay", + "type": "Boolean", "localized": false, "required": false, "validations": [ @@ -1080,17 +1047,12 @@ "omitted": false }, { - "id": "socialUrl", - "name": "Social URL", - "type": "Symbol", + "id": "showRelatedVideoSuggestions", + "name": "Show Related Video Suggestions", + "type": "Boolean", "localized": false, "required": false, "validations": [ - { - "regexp": { - "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" - } - } ], "disabled": false, "omitted": false @@ -1103,13 +1065,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "quote", + "id": "accordionItem", "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.072Z", - "updatedAt": "2019-03-21T07:36:20.882Z", + "createdAt": "2018-06-14T11:46:36.849Z", + "updatedAt": "2018-09-04T11:35:04.326Z", "environment": { "sys": { "id": "master", @@ -1117,36 +1079,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:20.882Z", - "firstPublishedAt": "2019-03-21T07:36:20.882Z", + "publishedVersion": 5, + "publishedAt": "2018-09-04T11:35:04.326Z", + "firstPublishedAt": "2018-06-14T11:46:41.069Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 3, + "version": 6, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } } }, "displayField": "name", - "name": "Quote", - "description": "A block with quote text; and avatar image, name, department of quote speaker. Theme to use for the quote is required to be selected.", + "name": "AccordionItem", + "description": "The Label/Text Pair for an Accordion/FAQ Item", "fields": [ { "id": "name", @@ -1155,126 +1117,25 @@ "localized": false, "required": true, "validations": [ - { - "unique": true - } ], "disabled": false, "omitted": false }, { - "id": "text", - "name": "Text", - "type": "Text", + "id": "label", + "name": "Label", + "type": "Symbol", "localized": false, - "required": true, + "required": false, "validations": [ ], "disabled": false, "omitted": false }, { - "id": "authorAvatar", - "name": "Author Avatar Image", - "type": "Link", - "localized": false, - "required": false, - "validations": [ - { - "linkMimetypeGroup": [ - "image" - ] - }, - { - "assetImageDimensions": { - "width": { - "min": null, - "max": 2400 - }, - "height": { - "min": null, - "max": 1800 - } - }, - "message": "Images larger than 2400 x 1800 px are prohibited for performance reasons." - }, - { - "assetFileSize": { - "max": 1048576 - }, - "message": "Images larger than 1MB are prohibited for performance reasons." - } - ], - "disabled": false, - "omitted": false, - "linkType": "Asset" - }, - { - "id": "authorName", - "name": "Author Name", - "type": "Symbol", - "localized": false, - "required": true, - "validations": [ - ], - "disabled": false, - "omitted": false - }, - { - "id": "authorAffiliation", - "name": "Author Affiliation", - "type": "Symbol", - "localized": false, - "required": false, - "validations": [ - ], - "disabled": false, - "omitted": false - }, - { - "id": "baseTheme", - "name": "Quote Style", - "type": "Symbol", - "localized": false, - "required": true, - "validations": [ - { - "in": [ - "Default", - "Card" - ], - "message": "Wrong quote style provided." - } - ], - "disabled": false, - "omitted": false - }, - { - "id": "containerStyles", - "name": "Extra styles for container", - "type": "Object", - "localized": false, - "required": false, - "validations": [ - ], - "disabled": false, - "omitted": false - }, - { - "id": "contentWrapperStyles", - "name": "Extra styles for content wrapper", - "type": "Object", - "localized": false, - "required": false, - "validations": [ - ], - "disabled": false, - "omitted": false - }, - { - "id": "contentStyles", - "name": "Extra styles for content", - "type": "Object", + "id": "text", + "name": "Text", + "type": "Text", "localized": false, "required": false, "validations": [ @@ -1290,13 +1151,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "accordionItem", + "id": "accordion", "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.073Z", - "updatedAt": "2019-03-21T07:36:22.390Z", + "createdAt": "2018-06-14T11:46:36.956Z", + "updatedAt": "2018-11-09T13:30:01.064Z", "environment": { "sys": { "id": "master", @@ -1304,36 +1165,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:22.390Z", - "firstPublishedAt": "2019-03-21T07:36:22.390Z", + "publishedVersion": 9, + "publishedAt": "2018-11-09T13:30:01.064Z", + "firstPublishedAt": "2018-06-14T11:46:41.751Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5eyjAZAPH48cRQzQMTCIxG" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 5, + "version": 10, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "AccordionItem", - "description": "The Label/Text Pair for an Accordion/FAQ Item", + "name": "Accordion", + "description": "Accordion/FAQ", "fields": [ { "id": "name", @@ -1347,8 +1208,8 @@ "omitted": false }, { - "id": "label", - "name": "Label", + "id": "title", + "name": "Title", "type": "Symbol", "localized": false, "required": false, @@ -1358,8 +1219,8 @@ "omitted": false }, { - "id": "text", - "name": "Text", + "id": "description", + "name": "Description", "type": "Text", "localized": false, "required": false, @@ -1367,6 +1228,45 @@ ], "disabled": false, "omitted": false + }, + { + "id": "items", + "name": "Items", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "accordionItem" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Zurich", + "Default" + ] + } + ], + "disabled": false, + "omitted": false } ] }, @@ -1376,13 +1276,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "video", + "id": "navigationMenu", "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.096Z", - "updatedAt": "2019-03-21T07:36:23.798Z", + "createdAt": "2018-07-18T14:18:24.541Z", + "updatedAt": "2020-02-20T12:08:32.601Z", "environment": { "sys": { "id": "master", @@ -1390,36 +1290,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:23.798Z", - "firstPublishedAt": "2019-03-21T07:36:23.798Z", + "publishedVersion": 43, + "publishedAt": "2020-02-20T12:08:32.601Z", + "firstPublishedAt": "2018-07-18T14:18:25.117Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 22, + "version": 44, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "Video", - "description": "External video source loaded in iframe", + "name": "Navigation Menu", + "description": "Model that will render menus of links with optional sub-links", "fields": [ { "id": "name", @@ -1428,62 +1328,98 @@ "localized": false, "required": true, "validations": [ - { - "unique": true - } ], "disabled": false, "omitted": false }, { - "id": "source", - "name": "Source", + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "theme", + "name": "Theme", "type": "Symbol", "localized": false, "required": true, "validations": [ { - "regexp": { - "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" - }, - "message": "Invalid URL" + "in": [ + "General - light", + "General - dark", + "TCO19 - Header Menu", + "TCO19 - Footer Menu", + "TCO20 - Footer Menu", + "Default" + ] } ], "disabled": false, "omitted": false }, { - "id": "title", - "name": "Title", - "type": "Symbol", + "id": "items", + "name": "Items", + "type": "Array", "localized": false, - "required": false, + "required": true, "validations": [ ], "disabled": false, - "omitted": false + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "navigationMenuItem", + "route" + ] + } + ], + "linkType": "Entry" + } }, { - "id": "autoplay", - "name": "Autoplay", - "type": "Boolean", + "id": "baseUrl", + "name": "Base URL", + "type": "Symbol", "localized": false, "required": false, "validations": [ + { + "regexp": { + "pattern": "(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" + } + } ], "disabled": false, "omitted": false }, { - "id": "showRelatedVideoSuggestions", - "name": "Show Related Video Suggestions", - "type": "Boolean", + "id": "logo", + "name": "Logo", + "type": "Link", "localized": false, "required": false, "validations": [ + { + "linkMimetypeGroup": [ + "image" + ], + "message": "Only image files" + } ], "disabled": false, - "omitted": false + "omitted": false, + "linkType": "Asset" } ] }, @@ -1493,13 +1429,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, "id": "navigationMenuItem", "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.145Z", - "updatedAt": "2019-03-21T07:36:24.691Z", + "createdAt": "2018-07-18T14:31:27.431Z", + "updatedAt": "2019-06-28T08:17:08.238Z", "environment": { "sys": { "id": "master", @@ -1507,30 +1443,30 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:24.691Z", - "firstPublishedAt": "2019-03-21T07:36:24.691Z", + "publishedVersion": 59, + "publishedAt": "2019-06-28T08:17:08.238Z", + "firstPublishedAt": "2018-07-18T14:31:27.813Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 30, + "version": 60, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, @@ -1565,7 +1501,7 @@ "name": "Slug", "type": "Symbol", "localized": false, - "required": true, + "required": false, "validations": [ { "regexp": { @@ -1645,13 +1581,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "accordion", + "id": "appComponent", "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.161Z", - "updatedAt": "2019-03-21T07:36:23.096Z", + "createdAt": "2018-07-21T15:06:32.979Z", + "updatedAt": "2019-07-20T07:37:09.808Z", "environment": { "sys": { "id": "master", @@ -1659,36 +1595,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:23.096Z", - "firstPublishedAt": "2019-03-21T07:36:23.096Z", + "publishedVersion": 7, + "publishedAt": "2019-07-20T07:37:09.808Z", + "firstPublishedAt": "2018-07-21T15:06:33.395Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 4, + "version": 8, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "Accordion", - "description": "Accordion/FAQ", + "name": "App Component", + "description": "Model to embed app functionality inside viewports", "fields": [ { "id": "name", @@ -1702,49 +1638,21 @@ "omitted": false }, { - "id": "title", - "name": "Title", + "id": "type", + "name": "Type", "type": "Symbol", "localized": false, - "required": false, - "validations": [ - ], - "disabled": false, - "omitted": false - }, - { - "id": "description", - "name": "Description", - "type": "Text", - "localized": false, - "required": false, + "required": true, "validations": [ + { + "in": [ + "TCO-Leaderboard" + ] + } ], "disabled": false, "omitted": false }, - { - "id": "items", - "name": "Items", - "type": "Array", - "localized": false, - "required": false, - "validations": [ - ], - "disabled": false, - "omitted": false, - "items": { - "type": "Link", - "validations": [ - { - "linkContentType": [ - "accordionItem" - ] - } - ], - "linkType": "Entry" - } - }, { "id": "theme", "name": "Theme", @@ -1754,13 +1662,24 @@ "validations": [ { "in": [ - "Zurich", - "Default" + "Default", + "TCO20" ] } ], "disabled": false, "omitted": false + }, + { + "id": "props", + "name": "Props", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false } ] }, @@ -1770,13 +1689,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "navigationMenu", + "id": "countdown", "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.619Z", - "updatedAt": "2019-03-27T07:58:43.990Z", + "createdAt": "2018-07-23T05:02:35.824Z", + "updatedAt": "2018-10-24T06:39:41.682Z", "environment": { "sys": { "id": "master", @@ -1784,36 +1703,36 @@ "linkType": "Environment" } }, - "publishedVersion": 3, - "publishedAt": "2019-03-27T07:58:43.990Z", - "firstPublishedAt": "2019-03-21T07:36:25.447Z", + "publishedVersion": 11, + "publishedAt": "2018-10-24T06:39:41.682Z", + "firstPublishedAt": "2018-07-23T05:02:36.274Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 2, - "version": 4, + "publishedCounter": 6, + "version": 12, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "Navigation Menu", - "description": "Model that will render menus of links with optional sub-links", + "name": "Countdown", + "description": "Generic Countdown model", "fields": [ { "id": "name", @@ -1838,57 +1757,23 @@ "omitted": false }, { - "id": "theme", - "name": "Theme", - "type": "Symbol", + "id": "endDate", + "name": "End Date", + "type": "Date", "localized": false, "required": true, "validations": [ - { - "in": [ - "TCO19 - Header Menu", - "TCO19 - Footer Menu", - "Default" - ] - } ], "disabled": false, "omitted": false }, { - "id": "items", - "name": "Items", - "type": "Array", - "localized": false, - "required": true, - "validations": [ - ], - "disabled": false, - "omitted": false, - "items": { - "type": "Link", - "validations": [ - { - "linkContentType": [ - "navigationMenuItem" - ] - } - ], - "linkType": "Entry" - } - }, - { - "id": "baseUrl", - "name": "Base URL", - "type": "Symbol", + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", "localized": false, "required": false, "validations": [ - { - "regexp": { - "pattern": "(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" - } - } ], "disabled": false, "omitted": false @@ -1901,13 +1786,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "appComponent", + "id": "tabs", "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.682Z", - "updatedAt": "2019-03-21T07:36:26.164Z", + "createdAt": "2018-07-25T11:32:08.806Z", + "updatedAt": "2020-02-09T08:02:49.904Z", "environment": { "sys": { "id": "master", @@ -1915,36 +1800,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:26.164Z", - "firstPublishedAt": "2019-03-21T07:36:26.164Z", + "publishedVersion": 25, + "publishedAt": "2020-02-09T08:02:49.904Z", + "firstPublishedAt": "2018-07-25T11:32:09.272Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 13, + "version": 26, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "App Component", - "description": "Model to embed app functionality inside viewports", + "name": "Tabs", + "description": "Generic tabs component", "fields": [ { "id": "name", @@ -1958,125 +1843,59 @@ "omitted": false }, { - "id": "type", - "name": "Type", - "type": "Symbol", + "id": "tabsList", + "name": "TabsList", + "type": "Array", "localized": false, "required": true, - "validations": [ - { - "in": [ - "TCO-Leaderboard" - ] - } - ], - "disabled": false, - "omitted": false - }, - { - "id": "props", - "name": "Props", - "type": "Object", - "localized": false, - "required": false, "validations": [ ], "disabled": false, - "omitted": false - } - ] - }, - { - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "wq71fdp6bsta" - } - }, - "id": "countdown", - "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.707Z", - "updatedAt": "2019-03-21T07:36:26.890Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:26.890Z", - "firstPublishedAt": "2019-03-21T07:36:26.890Z", - "createdBy": { - "sys": { - "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" - } - }, - "updatedBy": { - "sys": { - "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" - } - }, - "publishedCounter": 1, - "version": 2, - "publishedBy": { - "sys": { + "omitted": false, + "items": { "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "validations": [ + { + "linkContentType": [ + "tabsItem" + ] + } + ], + "linkType": "Entry" } - } - }, - "displayField": "name", - "name": "Countdown", - "description": "Generic Countdown model", - "fields": [ - { - "id": "name", - "name": "Name", - "type": "Symbol", - "localized": false, - "required": true, - "validations": [ - ], - "disabled": false, - "omitted": false }, { - "id": "title", - "name": "Title", + "id": "theme", + "name": "Theme", "type": "Symbol", "localized": false, "required": false, "validations": [ + { + "in": [ + "Default", + "Zurich", + "Underline", + "Pills", + "Vertical" + ] + } ], "disabled": false, "omitted": false }, { - "id": "endDate", - "name": "End Date", - "type": "Date", - "localized": false, - "required": true, - "validations": [ - ], - "disabled": false, - "omitted": false - }, - { - "id": "extraStylesForContainer", - "name": "Extra styles for container", - "type": "Object", + "id": "selected", + "name": "Selected", + "type": "Integer", "localized": false, "required": false, "validations": [ + { + "range": { + "min": 0 + } + } ], "disabled": false, "omitted": false @@ -2089,13 +1908,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, "id": "tabsItem", "type": "ContentType", - "createdAt": "2019-03-21T07:36:17.730Z", - "updatedAt": "2019-03-21T07:36:28.308Z", + "createdAt": "2018-07-25T11:40:02.668Z", + "updatedAt": "2019-06-11T09:01:16.643Z", "environment": { "sys": { "id": "master", @@ -2103,30 +1922,30 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:28.308Z", - "firstPublishedAt": "2019-03-21T07:36:28.308Z", + "publishedVersion": 27, + "publishedAt": "2019-06-11T09:01:16.643Z", + "firstPublishedAt": "2018-07-25T11:40:03.141Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 14, + "version": 28, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, @@ -2173,7 +1992,8 @@ "linkContentType": [ "accordion", "appComponent", - "contentBlock" + "contentBlock", + "viewport" ] } ], @@ -2188,13 +2008,13 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "tabs", + "id": "contentSlider", "type": "ContentType", - "createdAt": "2019-03-21T07:36:19.303Z", - "updatedAt": "2019-03-21T07:36:27.578Z", + "createdAt": "2018-08-06T07:26:55.622Z", + "updatedAt": "2020-03-13T06:32:52.610Z", "environment": { "sys": { "id": "master", @@ -2202,36 +2022,36 @@ "linkType": "Environment" } }, - "publishedVersion": 1, - "publishedAt": "2019-03-21T07:36:27.578Z", - "firstPublishedAt": "2019-03-21T07:36:27.578Z", + "publishedVersion": 43, + "publishedAt": "2020-03-13T06:32:52.610Z", + "firstPublishedAt": "2018-08-06T07:26:56.458Z", "createdBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "publishedCounter": 1, - "version": 2, + "publishedCounter": 22, + "version": 44, "publishedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } } }, "displayField": "name", - "name": "Tabs", - "description": "Generic tabs component", + "name": "Content Slider", + "description": "Slide/cycle content", "fields": [ { "id": "name", @@ -2245,8 +2065,8 @@ "omitted": false }, { - "id": "tabsList", - "name": "TabsList", + "id": "items", + "name": "Items", "type": "Array", "localized": false, "required": true, @@ -2259,7 +2079,9 @@ "validations": [ { "linkContentType": [ - "tabsItem" + "banner", + "contentBlock", + "viewport" ] } ], @@ -2271,12 +2093,11 @@ "name": "Theme", "type": "Symbol", "localized": false, - "required": false, + "required": true, "validations": [ { "in": [ - "Default", - "Zurich" + "Default" ] } ], @@ -2284,20 +2105,166 @@ "omitted": false }, { - "id": "selected", - "name": "Selected", + "id": "autoStart", + "name": "Auto Start", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "wrapAround", + "name": "Wrap around", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "duration", + "name": "Duration", "type": "Integer", "localized": false, "required": false, "validations": [ { "range": { - "min": 0 + "min": 1 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "slidesToShow", + "name": "Slides to show", + "type": "Number", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 1 } } ], "disabled": false, "omitted": false + }, + { + "id": "cellSpacing", + "name": "Cell spacing", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "cellAlign", + "name": "Cell align", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "center", + "left", + "right" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "framePadding", + "name": "Frame padding", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "vertical", + "name": "Vertical", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "withoutControls", + "name": "Without controls", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "heightMode", + "name": "Height Mode", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "current", + "first", + "max" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "arrowTheme", + "name": "Arrow Theme", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Gray", + "White" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false } ] }, @@ -2307,132 +2274,6794 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, - "id": "modal", + "id": "dropdownItem", + "type": "ContentType", + "createdAt": "2019-01-18T09:41:52.410Z", + "updatedAt": "2019-09-26T08:12:39.660Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2019-01-18T10:15:36.184Z", + "firstPublishedAt": "2019-01-18T09:41:52.942Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 3, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Dropdown Item", + "description": "", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "text", + "name": "Text", + "type": "Text", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "b5f1djy59z3a" + } + }, + "id": "dropdown", "type": "ContentType", - "createdAt": "2019-03-27T08:00:20.256Z", - "updatedAt": "2019-03-27T08:02:23.435Z", + "createdAt": "2019-01-18T09:44:11.275Z", + "updatedAt": "2019-09-26T08:12:39.665Z", "environment": { "sys": { - "id": "master", + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2019-01-18T11:00:13.955Z", + "firstPublishedAt": "2019-01-18T09:44:11.678Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 3, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Dropdown", + "description": "", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "items", + "name": "Items", + "type": "Array", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "dropdownItem" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContentWrapper", + "name": "Extra styles for content wrapper", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "b5f1djy59z3a" + } + }, + "id": "modal", + "type": "ContentType", + "createdAt": "2019-03-26T09:53:50.426Z", + "updatedAt": "2019-09-26T08:12:39.199Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2019-03-26T09:54:29.286Z", + "firstPublishedAt": "2019-03-26T09:53:51.048Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Modal", + "description": "Wraps the TC themeable modal window to the modal content type.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "content", + "name": "Content", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkContentType": [ + "banner", + "contentBlock", + "viewport" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Default" + ] + } + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "b5f1djy59z3a" + } + }, + "id": "memberCard", + "type": "ContentType", + "createdAt": "2019-06-11T08:53:53.665Z", + "updatedAt": "2019-09-26T08:12:39.148Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2019-07-30T19:01:07.116Z", + "firstPublishedAt": "2019-06-11T08:53:54.331Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 16, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Member Card", + "description": "A card looking component representing member/speaker/person.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "memberHandle", + "name": "Member Handle", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "memberName", + "name": "Member Name", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "trackIcon", + "name": "Track Icon", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "trackColor", + "name": "Track Color", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "image", + "name": "Image", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "country", + "name": "Country", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "url", + "name": "URL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Default", + "Speaker Card" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra Styles for Container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "b5f1djy59z3a" + } + }, + "id": "shape", + "type": "ContentType", + "createdAt": "2019-07-12T09:30:04.316Z", + "updatedAt": "2019-09-26T08:12:39.134Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2019-07-31T08:56:28.824Z", + "firstPublishedAt": "2019-07-12T09:30:04.999Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 6, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Shape", + "description": "A generic component that renders SVG based shapes.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "shapeSvg", + "name": "Shape SVG", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "inline", + "name": "Inline", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "backgroundColor", + "name": "Background color", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "height", + "name": "Height", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra Styles for Container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "b5f1djy59z3a" + } + }, + "id": "image", + "type": "ContentType", + "createdAt": "2019-07-12T10:42:42.336Z", + "updatedAt": "2019-11-03T14:52:15.411Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2019-11-03T14:52:15.411Z", + "firstPublishedAt": "2019-07-12T10:42:42.738Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 11, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Image", + "description": "Component that renders images", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "source", + "name": "Source", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "alt", + "name": "Alt Text", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "clipSvg", + "name": "Clip SVG", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "extraStylesForContainer", + "name": "Extra Styles for Container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForImage", + "name": "Extra Styles For Image", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "animationOnScroll", + "name": "Animation On Scroll", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "animationOnScroll" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "b5f1djy59z3a" + } + }, + "id": "animationOnScroll", + "type": "ContentType", + "createdAt": "2019-11-03T14:05:38.431Z", + "updatedAt": "2019-11-04T11:42:02.504Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2019-11-04T11:42:02.504Z", + "firstPublishedAt": "2019-11-03T14:05:38.993Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 4, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Animation On Scroll", + "description": "Defines animation applied to DOM component on scroll.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "animateOnScroll", + "name": "Animate On Scroll", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "in": [ + "fade", + "fade-up", + "fade-down", + "fade-left", + "fade-right", + "fade-up-right", + "fade-up-left", + "fade-down-right", + "fade-down-left", + "flip-up", + "flip-down", + "flip-left", + "flip-right", + "slide-up", + "slide-down", + "slide-left", + "slide-right", + "zoom-in", + "zoom-in-up", + "zoom-in-down", + "zoom-in-left", + "zoom-in-right", + "zoom-out", + "zoom-out-up", + "zoom-out-down", + "zoom-out-left", + "zoom-out-right" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "animateOnScrollDelay", + "name": "Animate On Scroll Delay", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 0, + "max": 3000 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "animateOnScrollDuration", + "name": "Animate On Scroll Duration", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 0, + "max": 3000 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "animateOnScrollOnce", + "name": "Animate On Scroll Once", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "animateOnScrollEasing", + "name": "Animate On Scroll Easing", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "linear", + "ease", + "ease-in", + "ease-out", + "ease-in-out", + "ease-in-back", + "ease-out-back", + "ease-in-sine", + "ease-out-sine", + "ease-in-out-sine", + "ease-in-quad", + "ease-out-quad", + "ease-in-out-quad", + "ease-in-cubic", + "ease-out-cubic", + "ease-in-out-cubic", + "ease-in-quart", + "ease-out-quart", + "ease-in-out-quart" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "animateOnScrollMirror", + "name": "Animate On Scroll Mirror", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "animateOnScrollAnchor", + "name": "Animate On Scroll Anchor", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "top-bottom", + "top-center", + "top-top", + "center-bottom", + "center-center", + "center-top", + "bottom-bottom", + "bottom-center", + "bottom-top" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "animateOnScrollOffset", + "name": "Animate On Scroll Offset", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + } + ], + "editorInterfaces": [ + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 24, + "createdAt": "2018-02-22T12:31:51.471Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-12-10T10:06:36.727Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "dashboardAnnouncement", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "settings": { + "helpText": "Announcement title. This is the title to show inside Contentful CMS, and, if Public Title value is not provided, in the dashboard announcement itself" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "publicTitle", + "settings": { + "helpText": "Optional. The actual title to show in the dashboard announcement itself. If not provided, the Title value will be used." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "startDate", + "settings": { + "ampm": "24", + "format": "timeZ", + "helpText": "The date and time after which the announcement should be shown. The dashboard will render only one of the published announcements a time. It will select the one with the most recent start date among all published announcement with start and end dates including the current moment." + }, + "widgetId": "datePicker" + }, + { + "fieldId": "endDate", + "settings": { + "ampm": "24", + "format": "timeZ", + "helpText": "The date and time after which the announcement should not be shown." + }, + "widgetId": "datePicker" + }, + { + "fieldId": "type", + "settings": { + "helpText": "Optional. The text to show in the red tag on the announcement. If not provided, the tag won't be rendered." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "text", + "settings": { + "helpText": "Optional. Announcement text." + }, + "widgetId": "markdown" + }, + { + "fieldId": "fontColor", + "settings": { + "helpText": "Optional. The font color to use in the announcement (SVG name, or HEX code). Defaults to the Topcoder black." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "maxTextWidth", + "settings": { + "helpText": "Optional. The maximal width of title / text blocks in the announcement. Can be in px (recommended) or %." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "backgroundImage", + "settings": { + "helpText": "Optional. Background image. Maximal allowed size is 2048 x 1520 px." + }, + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "backgroundImagePosition", + "settings": { + "helpText": "Optional. The value for background-position CSS property of the background image. Defaults to 50% 50%" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "readMore", + "settings": { + "helpText": "Optional. Read more URL. If not provided, the \"Read more\" button won't be rendered." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "readMoreLabel", + "settings": { + "helpText": "Optional. A custom label for the \"Read More\" button. Note that the button is rendered only if its URL is provided via the Read More URL field." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "youTubeVideoUrl", + "settings": { + "helpText": "Optional. URL of the video to play in the announcement block." + }, + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 43, + "createdAt": "2018-05-01T21:49:28.123Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-11-03T14:12:52.664Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "viewport", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "settings": { + "helpText": "Entry name inside CMS." + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "content", + "settings": { + "helpText": "The list of entries to show inside the viewport.", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "gridColumns", + "settings": { + "helpText": "Number of grid columns. Defaults to 3 if not explicitly set." + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "gridGap", + "settings": { + "helpText": "Specifies the gaps (gutters) between rows and columns of the grid. Defaults to 10px if not explicitly set." + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "animationOnScroll", + "settings": { + "helpText": "Select animation to animate this component on scroll." + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 57, + "createdAt": "2018-05-13T20:19:16.031Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-07-19T19:45:46.530Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "banner", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "settings": { + "helpText": "Banner name. It will be shown only in CMS, and not rendered at the banner itself." + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "text", + "settings": { + "helpText": "Text to render at the banner." + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "backgroundImage", + "settings": { + "helpText": "Background image." + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "baseTheme", + "settings": { + "helpText": "Base style of the banner." + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "containerStyles", + "settings": { + "helpText": "Optional. Additional styles for banner container (root) element." + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentWrapperStyles", + "settings": { + "helpText": "Optional. Additional styles for the content wrapper element. This element takes care about positioning of textual content, and its background." + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentStyles", + "settings": { + "helpText": "Optional. Additional styles for the textual content." + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 41, + "createdAt": "2018-05-25T13:14:52.634Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-11-03T14:52:54.446Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "contentBlock", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "text", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "image", + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "alt", + "settings": { + "helpText": "Alternate text for the image. Name field will be used if this is not provided." + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "baseTheme", + "settings": { + "helpText": "Content block theme" + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContentWrapper", + "settings": { + "helpText": "For blue card use: {\"background-color\": \"#2984BD\"}" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContent", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "animationOnScroll", + "settings": { + "helpText": "Select the animation type that will be applied on scroll." + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:32.172Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:38.494Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFLeaderboardChampion", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "handle", + "settings": { + "helpText": "The handle name" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "image", + "settings": { + "helpText": "The image of champion" + }, + "widgetId": "assetLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:33.484Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:43.549Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFPromoLink", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "cssStyle", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:32.905Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:43.600Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFLeaderboardData", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "settings": { + "helpText": "The title of Leaderboard. It is strongly recommended to use track name with upper case" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "settings": { + "helpText": "Upper Case Value, If no track, set TRACK as default value" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "champion", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "members", + "settings": { + "helpText": "The members of leaderboard", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 12, + "createdAt": "2018-06-07T15:42:26.414Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:45.660Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hallOfFameVersion", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "versionId", + "settings": { + "helpText": "Year number, eg: 18, 17" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "promo", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "leaderboards", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "quickStories", + "widgetId": "entryLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:34.305Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:41.538Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hallOfFame", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "settings": { + "helpText": "Lower Case Value" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "versions", + "settings": { + "helpText": "Event's versions", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "allTimeChampions", + "settings": { + "helpText": "All Time Champions Data" + }, + "widgetId": "entryLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:35.076Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:41.432Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFQuickStory", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "image", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "text", + "widgetId": "markdown" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:28.112Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:37.538Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFAllTimeChampions", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "settings": { + "helpText": "This title of All Time Champions" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "icon", + "settings": { + "helpText": "Trophy icon" + }, + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "list", + "settings": { + "helpText": "Champions List of Tracks", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:27.380Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:45.928Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFStories", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "settings": { + "helpText": "The title of Stories" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "list", + "settings": { + "helpText": "The list of stories", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:29.688Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:45.991Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFPromoStat", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "value", + "widgetId": "singleLine" + }, + { + "fieldId": "description", + "widgetId": "singleLine" + }, + { + "fieldId": "icon", + "widgetId": "assetLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:29.073Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:37.514Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFMembers", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "handle", + "settings": { + "helpText": "Handle name" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "value", + "settings": { + "helpText": "Default value is blank. This value is currently use for all time champion." + }, + "widgetId": "numberEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:31.329Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:36.104Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFPromo", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "bannerImage", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "title", + "settings": { + "helpText": "Recommend use title of HoF + verionId of HoF, eg TCO17" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "description", + "widgetId": "markdown" + }, + { + "fieldId": "links", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "statistics", + "settings": { + "helpText": "The event statistics data", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "attributes", + "settings": { + "helpText": "Use for event informations. eg Date, Location", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-07T15:42:30.685Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:40.174Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "hoFLeaderboard", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "settings": { + "helpText": "The title of Leaderboard" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "data", + "settings": { + "helpText": "Champions List of Tracks", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 12, + "createdAt": "2018-06-13T15:22:37.895Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-05-03T08:47:15.848Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "route", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "settings": { + "helpText": "This is the identifier that will be passed to the component, it will not be displayed." + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "url", + "settings": { + "helpText": "The URL segment represented by the route. Ex. /test/" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "naviMenuLinkText", + "settings": { + "helpText": "Text of the link in Navigation Menus. Will default to `name` if not set otherwise." + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "excludeFromNavigationMenus", + "settings": { + "helpText": "If YES this route won't be rendered in navigation menus", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "viewport", + "settings": { + "helpText": "A Viewport to be rendered at the provided URL" + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "childRoutes", + "settings": { + "helpText": "Additional sub-routes which will available at /URL/childURL/", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "pageTitle", + "settings": { + "helpText": "Page Title Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "settings": { + "helpText": "Page Description Meta Tag" + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialThumbnail", + "settings": { + "helpText": "Twitter/Facebook Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialSiteName", + "settings": { + "helpText": "Twitter/Facebook Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialDescription", + "settings": { + "helpText": "Twitter/Facebook Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialTitle", + "settings": { + "helpText": "Twitter/Facebook Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialUrl", + "settings": { + "helpText": "Twitter/Facebook Meta Tag" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-13T15:22:34.162Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:46.286Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "quote", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "settings": { + "helpText": "Quote name. It will be shown only in CMS, and not rendered at the quote itself." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "text", + "settings": { + "helpText": "Text to render at the banner." + }, + "widgetId": "markdown" + }, + { + "fieldId": "authorAvatar", + "settings": { + "helpText": "Background image." + }, + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "authorName", + "widgetId": "singleLine" + }, + { + "fieldId": "authorAffiliation", + "widgetId": "singleLine" + }, + { + "fieldId": "baseTheme", + "settings": { + "helpText": "Base style of the quote." + }, + "widgetId": "dropdown" + }, + { + "fieldId": "containerStyles", + "settings": { + "helpText": "Optional. Additional styles for banner container (root) element." + }, + "widgetId": "objectEditor" + }, + { + "fieldId": "contentWrapperStyles", + "settings": { + "helpText": "Optional. Additional styles for the content wrapper element. This element takes care about positioning of textual content, and its background." + }, + "widgetId": "objectEditor" + }, + { + "fieldId": "contentStyles", + "settings": { + "helpText": "Optional. Additional styles for the textual content." + }, + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-13T15:22:33.497Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:45.836Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "video", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "settings": { + "helpText": "Video name. It will be shown only in CMS, and not rendered at the video itself." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "source", + "settings": { + "helpText": "Source link of the video" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "autoplay", + "settings": { + "helpText": "Start the video automatically?", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean" + }, + { + "fieldId": "showRelatedVideoSuggestions", + "settings": { + "helpText": "Disable suggestions of relevant videos after the video?", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-14T11:46:41.228Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:41.505Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "accordionItem", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine" + }, + { + "fieldId": "label", + "widgetId": "singleLine" + }, + { + "fieldId": "text", + "widgetId": "markdown" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-14T11:46:41.864Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T13:30:01.834Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "accordion", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine" + }, + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "description", + "widgetId": "markdown" + }, + { + "fieldId": "items", + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "theme", + "widgetId": "dropdown" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:55.058Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:43.558Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageTipQuote", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "text", + "widgetId": "markdown" + }, + { + "fieldId": "memberHandle", + "widgetId": "singleLine" + }, + { + "fieldId": "memberSince", + "widgetId": "numberEditor" + }, + { + "fieldId": "memberPhoto", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "memberProfileLink", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:54.393Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:48.143Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHowToCompeteStep", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "text", + "widgetId": "markdown" + }, + { + "fieldId": "icon", + "widgetId": "assetLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:55.780Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:43.545Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageTipsQuotes", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "description", + "widgetId": "markdown" + }, + { + "fieldId": "tipsQuotes", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:57.289Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:38.550Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageTutorialCard", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "shortDescription", + "widgetId": "singleLine" + }, + { + "fieldId": "linkUrl", + "widgetId": "singleLine" + }, + { + "fieldId": "image", + "widgetId": "assetLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:45.548Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:46.284Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepagePolicy", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "shortDescription", + "widgetId": "singleLine" + }, + { + "fieldId": "icon", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "linkUrl", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:56.590Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:45.684Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageCompetitionTypes", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "description", + "widgetId": "markdown" + }, + { + "fieldId": "tracks", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 20, + "createdAt": "2018-06-21T11:28:50.232Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-02-28T07:42:11.990Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepage", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "track", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "introTitle", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "introText", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "primaryButtonText", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "primaryButtonUrl", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "introFooterText", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "videoOrImage", + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "competitionTypes", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tcoLeaderboard", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tipsQuotes", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "importantPolicies", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tutorials", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:48.698Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:43.585Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHowToCompeteTimeLine", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "time", + "widgetId": "singleLine" + }, + { + "fieldId": "description", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:46.249Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:40.214Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageLeaderboard", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "stageTitle", + "widgetId": "singleLine" + }, + { + "fieldId": "stages", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "tcoLink", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-06-21T11:28:49.537Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:37.468Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageImportantPolicies", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "sectionTitle", + "widgetId": "singleLine" + }, + { + "fieldId": "description", + "widgetId": "markdown" + }, + { + "fieldId": "policies", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "learnMore", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:46.944Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:41.549Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageStage", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "champions", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:47.647Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:43.552Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageChampion", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "handle", + "settings": { + "helpText": "Handle name" + }, + "widgetId": "singleLine" + }, + { + "fieldId": "photo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "challenges", + "widgetId": "numberEditor" + }, + { + "fieldId": "points", + "widgetId": "numberEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:53.192Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:39.439Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageTrackDescription", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "trackName", + "widgetId": "singleLine" + }, + { + "fieldId": "abbreviation", + "widgetId": "singleLine" + }, + { + "fieldId": "description", + "widgetId": "singleLine" + }, + { + "fieldId": "estimatedDuration", + "widgetId": "singleLine" + }, + { + "fieldId": "viewChallengesLink", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-06-21T11:28:52.492Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:43.658Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHowToCompeteCollapsibleContent", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "text", + "widgetId": "markdown" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-06-21T11:28:51.785Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:35.619Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHomepageTutorials", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "description", + "widgetId": "markdown" + }, + { + "fieldId": "tutorials", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "learnMore", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 14, + "createdAt": "2018-06-21T11:28:51.052Z", + "createdBy": { + "sys": { + "id": "00ch0VzpaGI4Xzp6ndR09Y", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:33.507Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "trackHowToCompete", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "introTitle", + "widgetId": "singleLine" + }, + { + "fieldId": "introText", + "widgetId": "markdown" + }, + { + "fieldId": "videoOrImage", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "timeTable", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "stepByStep", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "howToExtras", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "faq", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 22, + "createdAt": "2018-07-17T06:08:18.067Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:35.395Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "blogPost", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "slug", + "widgetId": "slugEditor" + }, + { + "fieldId": "heroImage", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "description", + "widgetId": "markdown" + }, + { + "fieldId": "body", + "widgetId": "markdown" + }, + { + "fieldId": "author", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "blog", + "settings": { + "helpText": "Select on which blogs the post will appear" + }, + "widgetId": "checkbox" + }, + { + "fieldId": "tags", + "widgetId": "tagEditor" + }, + { + "fieldId": "theme", + "widgetId": "dropdown" + }, + { + "fieldId": "relatedPosts", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor" + }, + { + "fieldId": "extraStylesForContentWrapper", + "widgetId": "objectEditor" + }, + { + "fieldId": "extraStylesForContent", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-07-18T13:03:26.274Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:35:37.513Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "person", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine" + }, + { + "fieldId": "email", + "widgetId": "singleLine" + }, + { + "fieldId": "tcHandle", + "widgetId": "singleLine" + }, + { + "fieldId": "avatar", + "widgetId": "assetLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 44, + "createdAt": "2018-07-18T14:18:25.278Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2020-02-20T12:08:33.799Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "navigationMenu", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "items", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "baseUrl", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "logo", + "settings": { + "helpText": "Menu navigation logo on the left max 54px x 54px. If not set defaults to standard TC logo" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 60, + "createdAt": "2018-07-18T14:31:28.050Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-06-28T08:17:09.963Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "navigationMenuItem", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "linkText", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "slug", + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "url", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "viewport", + "settings": { + "helpText": "Pick a viewport to link" + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "submenu", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "inNewTab", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-07-21T15:06:33.584Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-07-20T07:37:11.908Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "appComponent", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "type", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "props", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 12, + "createdAt": "2018-07-23T05:02:36.490Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-10-24T06:39:42.403Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "countdown", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine" + }, + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "endDate", + "settings": { + "ampm": "24", + "format": "timeZ" + }, + "widgetId": "datePicker" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 26, + "createdAt": "2018-07-25T11:32:09.396Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2020-02-09T08:02:50.885Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "tabs", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tabsList", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "selected", + "settings": { + "helpText": "Defaults to 0" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 28, + "createdAt": "2018-07-25T11:40:03.377Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-06-11T09:01:17.414Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "tabsItem", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tab", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "panel", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 44, + "createdAt": "2018-08-06T07:26:56.660Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2020-03-13T06:32:54.060Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "contentSlider", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "items", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "autoStart", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "wrapAround", + "settings": { + "helpText": "Defaults to `Yes` if not set otherwise", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "duration", + "settings": { + "helpText": "Slide duration in seconds" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "slidesToShow", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "cellSpacing", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "cellAlign", + "settings": { + "helpText": "Defaults to 'center' if not set otherwise" + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "framePadding", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "vertical", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "withoutControls", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "heightMode", + "settings": { + "helpText": "Defaults to `current` if not else specified" + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "arrowTheme", + "settings": { + "helpText": "Defaults to `Gray` if not else specified" + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 30, + "createdAt": "2018-08-08T14:03:50.464Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-07-01T09:18:34.630Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "challengesBlock", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "settings": { + "helpText": "Section title at the top of the componet" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "challengeTitleContains", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "challengeType", + "settings": { + "helpText": "Pull challenges that are selected types" + }, + "widgetId": "checkbox", + "widgetNamespace": "builtin" + }, + { + "fieldId": "technologies", + "settings": { + "helpText": "Insert technology and hit \"Enter\" to include it in search query" + }, + "widgetId": "tagEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "completedChallenges", + "settings": { + "helpText": "Defaults to \"No\". If \"Yes\" is selected, the list will include completed challenges too", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "limit", + "settings": { + "helpText": "Limit challenges that will be displayed. Defaults to 10 if not set otherwise" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "buttonText", + "settings": { + "helpText": "Text of button bellow the section" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "buttonUrl", + "settings": { + "helpText": "Link for the button" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-09-04T11:34:53.656Z", + "createdBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-09-04T11:52:34.361Z", + "updatedBy": { + "sys": { + "id": "5eyjAZAPH48cRQzQMTCIxG", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "blogFeed", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine" + }, + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "rssFeedUrl", + "widgetId": "urlEditor" + }, + { + "fieldId": "numberOfPosts", + "widgetId": "numberEditor" + }, + { + "fieldId": "theme", + "widgetId": "dropdown" + }, + { + "fieldId": "containerStyles", + "widgetId": "objectEditor" + }, + { + "fieldId": "cardsWrapperStyles", + "widgetId": "objectEditor" + }, + { + "fieldId": "cardStyles", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:39.448Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:41.572Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "countdownTimer", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "eventStartDateTime", + "widgetId": "datePicker" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:38.160Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:42.045Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "finalistDetails", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "eventStartDateTime", + "widgetId": "datePicker" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "finalistDetails", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:40.643Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:44.227Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "message", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "eventStartDateTime", + "widgetId": "datePicker" + }, + { + "fieldId": "message", + "widgetId": "singleLine" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:38.835Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:42.095Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "finalists", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "eventStartDateTime", + "widgetId": "datePicker" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:27.279Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:44.004Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "home", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "eventStartDateTime", + "widgetId": "datePicker" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:37.429Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:42.042Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "winners", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "eventStartDateTime", + "widgetId": "datePicker" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "winnersImages", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "prizes", + "widgetId": "listInput" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:30.857Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:44.529Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "oneOnOne", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "eventEndsIn", + "widgetId": "datePicker" + }, + { + "fieldId": "challenger", + "widgetId": "objectEditor" + }, + { + "fieldId": "challengee", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:29.640Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:43.849Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "prizeOverview", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "eventEndsIn", + "widgetId": "datePicker" + }, + { + "fieldId": "prizes", + "widgetId": "listInput" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:27.943Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:44.064Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "roundEnded", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "eventEndsIn", + "widgetId": "datePicker" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2018-11-09T09:07:32.143Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:47:25.046Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "liveSteamPage", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "eventEndsIn", + "widgetId": "datePicker" + }, + { + "fieldId": "liveStreamUrl", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-11-09T09:07:35.875Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:46:56.981Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "tcoTrackPages", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "trackName", + "widgetId": "singleLine" + }, + { + "fieldId": "pages", + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T09:07:36.741Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:16:15.144Z", + "updatedBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "tcoTracks", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "tracks", + "widgetId": "entryLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:33.446Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:44.548Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "sponsorListing", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "eventEndsIn", + "widgetId": "datePicker" + }, + { + "fieldId": "sponsorDescription", + "widgetId": "markdown" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:35.233Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:43.921Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "getReady", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "eventEndsIn", + "widgetId": "datePicker" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2018-11-09T09:07:34.128Z", + "createdBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T09:07:42.170Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "problemStatement", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "pageType", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + }, + { + "fieldId": "mainSponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "otherSponsors", + "widgetId": "assetLinksEditor" + }, + { + "fieldId": "finalists", + "widgetId": "objectEditor" + }, + { + "fieldId": "eventEndsIn", + "widgetId": "datePicker" + }, + { + "fieldId": "problemStatementTitle", + "widgetId": "singleLine" + }, + { + "fieldId": "problemStatementDescription", + "widgetId": "markdown" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 8, + "createdAt": "2018-11-09T17:58:39.468Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-14T05:47:37.271Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "header", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "track", + "widgetId": "singleLine" + }, + { + "fieldId": "round", + "widgetId": "singleLine" + }, + { + "fieldId": "logo", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "primaryColor", + "widgetId": "singleLine" + }, + { + "fieldId": "eventDateTime", + "widgetId": "datePicker" + }, + { + "fieldId": "challengeId", + "widgetId": "singleLine" + }, + { + "fieldId": "showScoreboard", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T17:58:38.095Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:44:11.309Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "sponsors", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "primarySponsor", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "secondarySponsors", + "widgetId": "assetLinksEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T17:58:35.140Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:53:05.247Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "pageWelcome", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "header", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T17:58:36.732Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:43:17.643Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "footer", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "tickerType", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerSeparator", + "widgetId": "assetLinkEditor" + }, + { + "fieldId": "tickerMessages", + "widgetId": "listInput" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T17:58:17.173Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:51:18.562Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "pagePrizeOverview", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "header", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "finalists", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "footer", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "prizes", + "widgetId": "listInput" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T17:58:18.621Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:51:08.192Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "pageOneOnOne", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "header", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "finalists", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "footer", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "challenger", + "widgetId": "objectEditor" + }, + { + "fieldId": "challengee", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T17:58:21.271Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:51:44.243Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "pageRoundSponsor", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "header", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "finalists", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "footer", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsorDescription", + "widgetId": "markdown" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T17:58:15.708Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:51:36.509Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "pageRoundEnded", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "header", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "finalists", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "footer", + "widgetId": "entryLinkEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2018-11-09T17:58:19.903Z", + "createdBy": { + "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2018-11-09T18:50:51.625Z", + "updatedBy": { + "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "pageLiveStream", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "url", + "widgetId": "singleLine" + }, + { + "fieldId": "header", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "finalists", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "footer", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "liveStreamUrl", + "widgetId": "singleLine" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "b5f1djy59z3a", "type": "Link", - "linkType": "Environment" + "linkType": "Space" } }, - "publishedVersion": 3, - "publishedAt": "2019-03-27T08:02:23.435Z", - "firstPublishedAt": "2019-03-27T08:00:20.641Z", + "version": 6, + "createdAt": "2018-11-09T17:58:22.663Z", "createdBy": { "sys": { + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "linkType": "User" } }, + "updatedAt": "2018-11-09T18:51:28.187Z", "updatedBy": { "sys": { + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "linkType": "User" } }, - "publishedCounter": 2, - "version": 4, - "publishedBy": { + "contentType": { "sys": { + "id": "pageProblemStatement", "type": "Link", - "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" } } }, - "displayField": "name", - "name": "Modal", - "description": "Wraps the TC themeable modal window to the modal content type.", - "fields": [ + "controls": [ { - "id": "name", - "name": "Name", - "type": "Symbol", - "localized": false, - "required": true, - "validations": [ - ], - "disabled": false, - "omitted": false + "fieldId": "title", + "widgetId": "singleLine" }, { - "id": "content", - "name": "Content", - "type": "Link", - "localized": false, - "required": true, - "validations": [ - { - "linkContentType": [ - "banner", - "contentBlock", - "viewport" - ] - } - ], - "disabled": false, - "omitted": false, - "linkType": "Entry" + "fieldId": "url", + "widgetId": "singleLine" }, { - "id": "theme", - "name": "Theme", - "type": "Symbol", - "localized": false, - "required": false, - "validations": [ - { - "in": [ - "Default" - ] - } - ], - "disabled": false, - "omitted": false + "fieldId": "header", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "finalists", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "footer", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "problemStatementTitle", + "widgetId": "singleLine" + }, + { + "fieldId": "problemStatementDescription", + "widgetId": "markdown" } ] - } - ], - "editorInterfaces": [ + }, { "sys": { "id": "default", "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:20.034Z", + "version": 6, + "createdAt": "2018-11-09T17:58:24.066Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:35.203Z", + "updatedAt": "2018-11-09T18:50:41.515Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "banner", + "id": "pageGetReady", "type": "Link", "linkType": "ContentType" } @@ -2447,53 +9076,28 @@ }, "controls": [ { - "fieldId": "name", - "settings": { - "helpText": "Banner name. It will be shown only in CMS, and not rendered at the banner itself." - }, + "fieldId": "title", "widgetId": "singleLine" }, { - "fieldId": "text", - "settings": { - "helpText": "Text to render at the banner." - }, - "widgetId": "markdown" - }, - { - "fieldId": "backgroundImage", - "settings": { - "helpText": "Background image." - }, - "widgetId": "assetLinkEditor" + "fieldId": "url", + "widgetId": "singleLine" }, { - "fieldId": "baseTheme", - "settings": { - "helpText": "Base style of the banner." - }, - "widgetId": "dropdown" + "fieldId": "header", + "widgetId": "entryLinkEditor" }, { - "fieldId": "containerStyles", - "settings": { - "helpText": "Optional. Additional styles for banner container (root) element." - }, - "widgetId": "objectEditor" + "fieldId": "finalists", + "widgetId": "entryLinkEditor" }, { - "fieldId": "contentWrapperStyles", - "settings": { - "helpText": "Optional. Additional styles for the content wrapper element. This element takes care about positioning of textual content, and its background." - }, - "widgetId": "objectEditor" + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" }, { - "fieldId": "contentStyles", - "settings": { - "helpText": "Optional. Additional styles for the textual content." - }, - "widgetId": "objectEditor" + "fieldId": "footer", + "widgetId": "entryLinkEditor" } ] }, @@ -2503,31 +9107,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:31.973Z", + "version": 6, + "createdAt": "2018-11-09T17:58:27.021Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:33.074Z", + "updatedAt": "2018-11-09T18:45:51.919Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "viewport", + "id": "componentWinners", "type": "Link", "linkType": "ContentType" } @@ -2542,41 +9146,12 @@ }, "controls": [ { - "fieldId": "name", - "settings": { - "helpText": "Entry name inside CMS." - }, + "fieldId": "title", "widgetId": "singleLine" }, { - "fieldId": "content", - "settings": { - "helpText": "The list of entries to show inside the viewport.", - "bulkEditing": false - }, - "widgetId": "entryLinksEditor" - }, - { - "fieldId": "theme", - "widgetId": "dropdown" - }, - { - "fieldId": "gridColumns", - "settings": { - "helpText": "Number of grid columns. Defaults to 3 if not explicitly set." - }, - "widgetId": "numberEditor" - }, - { - "fieldId": "gridGap", - "settings": { - "helpText": "Specifies the gaps (gutters) between rows and columns of the grid. Defaults to 10px if not explicitly set." - }, - "widgetId": "numberEditor" - }, - { - "fieldId": "extraStylesForContainer", - "widgetId": "objectEditor" + "fieldId": "winners", + "widgetId": "assetLinksEditor" } ] }, @@ -2586,31 +9161,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:31.289Z", + "version": 6, + "createdAt": "2018-11-09T17:58:28.320Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:33.057Z", + "updatedAt": "2018-11-09T18:50:21.952Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "contentBlock", + "id": "pageFinalistDetails", "type": "Link", "linkType": "ContentType" } @@ -2625,34 +9200,31 @@ }, "controls": [ { - "fieldId": "name", + "fieldId": "title", "widgetId": "singleLine" }, { - "fieldId": "text", - "widgetId": "markdown" + "fieldId": "url", + "widgetId": "singleLine" }, { - "fieldId": "image", - "widgetId": "assetLinkEditor" + "fieldId": "header", + "widgetId": "entryLinkEditor" }, { - "fieldId": "baseTheme", - "settings": { - "helpText": "Content block theme" - }, - "widgetId": "dropdown" + "fieldId": "finalists", + "widgetId": "entryLinkEditor" }, { - "fieldId": "extraStylesForContainer", - "widgetId": "objectEditor" + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" }, { - "fieldId": "extraStylesForContentWrapper", - "widgetId": "objectEditor" + "fieldId": "footer", + "widgetId": "entryLinkEditor" }, { - "fieldId": "extraStylesForContent", + "fieldId": "finalistDetails", "widgetId": "objectEditor" } ] @@ -2663,31 +9235,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:30.592Z", + "version": 6, + "createdAt": "2018-11-09T17:58:25.561Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:33.076Z", + "updatedAt": "2018-11-09T18:53:12.676Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "dropdown", + "id": "pageWinners", "type": "Link", "linkType": "ContentType" } @@ -2702,23 +9274,36 @@ }, "controls": [ { - "fieldId": "name", + "fieldId": "title", "widgetId": "singleLine" }, { - "fieldId": "items", - "settings": { - "bulkEditing": false - }, - "widgetId": "entryLinksEditor" + "fieldId": "url", + "widgetId": "singleLine" }, { - "fieldId": "extraStylesForContainer", - "widgetId": "objectEditor" + "fieldId": "header", + "widgetId": "entryLinkEditor" }, { - "fieldId": "extraStylesForContentWrapper", - "widgetId": "objectEditor" + "fieldId": "finalists", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "footer", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "winnerImages", + "widgetId": "entryLinkEditor" + }, + { + "fieldId": "prizes", + "widgetId": "listInput" } ] }, @@ -2728,31 +9313,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:29.180Z", + "version": 6, + "createdAt": "2018-11-09T17:58:31.009Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:35.212Z", + "updatedAt": "2018-11-09T18:50:33.090Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "contentSlider", + "id": "pageFinalists", "type": "Link", "linkType": "ContentType" } @@ -2767,44 +9352,28 @@ }, "controls": [ { - "fieldId": "name", - "widgetId": "singleLine", - "widgetNamespace": "builtin" + "fieldId": "title", + "widgetId": "singleLine" }, { - "fieldId": "items", - "settings": { - "bulkEditing": false - }, - "widgetId": "entryLinksEditor", - "widgetNamespace": "builtin" + "fieldId": "url", + "widgetId": "singleLine" }, { - "fieldId": "theme", - "widgetId": "dropdown", - "widgetNamespace": "builtin" + "fieldId": "header", + "widgetId": "entryLinkEditor" }, { - "fieldId": "autoStart", - "settings": { - "trueLabel": "Yes", - "falseLabel": "No" - }, - "widgetId": "boolean", - "widgetNamespace": "builtin" + "fieldId": "finalists", + "widgetId": "entryLinkEditor" }, { - "fieldId": "duration", - "settings": { - "helpText": "Slide duration in seconds" - }, - "widgetId": "numberEditor", - "widgetNamespace": "builtin" + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" }, { - "fieldId": "extraStylesForContainer", - "widgetId": "objectEditor", - "widgetNamespace": "builtin" + "fieldId": "footer", + "widgetId": "entryLinkEditor" } ] }, @@ -2814,31 +9383,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:29.881Z", + "version": 6, + "createdAt": "2018-11-09T17:58:29.751Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:33.070Z", + "updatedAt": "2018-11-09T18:42:48.129Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "dropdownItem", + "id": "componentFinalists", "type": "Link", "linkType": "ContentType" } @@ -2852,17 +9421,13 @@ } }, "controls": [ - { - "fieldId": "name", - "widgetId": "singleLine" - }, { "fieldId": "title", "widgetId": "singleLine" }, { - "fieldId": "text", - "widgetId": "markdown" + "fieldId": "finalists", + "widgetId": "objectEditor" } ] }, @@ -2872,31 +9437,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:21.840Z", + "version": 6, + "createdAt": "2018-11-09T17:58:32.422Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:35.201Z", + "updatedAt": "2018-11-09T18:49:09.012Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "route", + "id": "pageCountdownTimer", "type": "Link", "linkType": "ContentType" } @@ -2911,82 +9476,24 @@ }, "controls": [ { - "fieldId": "name", - "settings": { - "helpText": "This is the identifier that will be passed to the component, it will not be displayed." - }, + "fieldId": "title", "widgetId": "singleLine" }, { "fieldId": "url", - "settings": { - "helpText": "The URL segment represented by the route. Ex. /test/" - }, "widgetId": "singleLine" }, { - "fieldId": "viewport", - "settings": { - "helpText": "A Viewport to be rendered at the provided URL" - }, + "fieldId": "header", "widgetId": "entryLinkEditor" }, { - "fieldId": "childRoutes", - "settings": { - "helpText": "Additional sub-routes which will available at /URL/childURL/", - "bulkEditing": false - }, - "widgetId": "entryLinksEditor" - }, - { - "fieldId": "pageTitle", - "settings": { - "helpText": "Page Title Meta Tag" - }, - "widgetId": "singleLine" - }, - { - "fieldId": "description", - "settings": { - "helpText": "Page Description Meta Tag" - }, - "widgetId": "markdown" - }, - { - "fieldId": "socialThumbnail", - "settings": { - "helpText": "Twitter/Facebook Meta Tag" - }, - "widgetId": "singleLine" - }, - { - "fieldId": "socialSiteName", - "settings": { - "helpText": "Twitter/Facebook Meta Tag" - }, - "widgetId": "singleLine" - }, - { - "fieldId": "socialDescription", - "settings": { - "helpText": "Twitter/Facebook Meta Tag" - }, - "widgetId": "singleLine" - }, - { - "fieldId": "socialTitle", - "settings": { - "helpText": "Twitter/Facebook Meta Tag" - }, - "widgetId": "singleLine" + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" }, { - "fieldId": "socialUrl", - "settings": { - "helpText": "Twitter/Facebook Meta Tag" - }, - "widgetId": "urlEditor" + "fieldId": "footer", + "widgetId": "entryLinkEditor" } ] }, @@ -2996,31 +9503,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:21.056Z", + "version": 8, + "createdAt": "2018-11-09T17:58:33.777Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "36flhfbBFH1i76JIbl2w7I", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:35.225Z", + "updatedAt": "2018-11-14T00:02:07.366Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "5nSoJ2Ikv9WK5zFIaT5TFY", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "quote", + "id": "pageMessage", "type": "Link", "linkType": "ContentType" } @@ -3035,61 +9542,32 @@ }, "controls": [ { - "fieldId": "name", - "settings": { - "helpText": "Quote name. It will be shown only in CMS, and not rendered at the quote itself." - }, + "fieldId": "title", "widgetId": "singleLine" }, { - "fieldId": "text", - "settings": { - "helpText": "Text to render at the banner." - }, - "widgetId": "markdown" - }, - { - "fieldId": "authorAvatar", - "settings": { - "helpText": "Background image." - }, - "widgetId": "assetLinkEditor" - }, - { - "fieldId": "authorName", + "fieldId": "url", "widgetId": "singleLine" }, { - "fieldId": "authorAffiliation", - "widgetId": "singleLine" + "fieldId": "header", + "widgetId": "entryLinkEditor" }, { - "fieldId": "baseTheme", - "settings": { - "helpText": "Base style of the quote." - }, - "widgetId": "dropdown" + "fieldId": "message", + "widgetId": "singleLine" }, { - "fieldId": "containerStyles", - "settings": { - "helpText": "Optional. Additional styles for banner container (root) element." - }, - "widgetId": "objectEditor" + "fieldId": "sponsor", + "widgetId": "entryLinkEditor" }, { - "fieldId": "contentWrapperStyles", - "settings": { - "helpText": "Optional. Additional styles for the content wrapper element. This element takes care about positioning of textual content, and its background." - }, - "widgetId": "objectEditor" + "fieldId": "footer", + "widgetId": "entryLinkEditor" }, { - "fieldId": "contentStyles", - "settings": { - "helpText": "Optional. Additional styles for the textual content." - }, - "widgetId": "objectEditor" + "fieldId": "html", + "widgetId": "markdown" } ] }, @@ -3099,31 +9577,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:22.509Z", + "version": 6, + "createdAt": "2019-01-18T09:41:53.099Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:35.197Z", + "updatedAt": "2019-01-18T10:15:36.943Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "accordionItem", + "id": "dropdownItem", "type": "Link", "linkType": "ContentType" } @@ -3142,7 +9620,7 @@ "widgetId": "singleLine" }, { - "fieldId": "label", + "fieldId": "title", "widgetId": "singleLine" }, { @@ -3157,31 +9635,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:24.061Z", + "version": 6, + "createdAt": "2019-01-18T09:44:11.817Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:35.184Z", + "updatedAt": "2019-01-18T11:00:14.739Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "video", + "id": "dropdown", "type": "Link", "linkType": "ContentType" } @@ -3197,39 +9675,22 @@ "controls": [ { "fieldId": "name", - "settings": { - "helpText": "Video name. It will be shown only in CMS, and not rendered at the video itself." - }, "widgetId": "singleLine" }, { - "fieldId": "source", + "fieldId": "items", "settings": { - "helpText": "Source link of the video" + "bulkEditing": false }, - "widgetId": "singleLine" - }, - { - "fieldId": "title", - "widgetId": "singleLine" + "widgetId": "entryLinksEditor" }, { - "fieldId": "autoplay", - "settings": { - "helpText": "Start the video automatically?", - "trueLabel": "Yes", - "falseLabel": "No" - }, - "widgetId": "boolean" + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor" }, { - "fieldId": "showRelatedVideoSuggestions", - "settings": { - "helpText": "Disable suggestions of relevant videos after the video?", - "trueLabel": "Yes", - "falseLabel": "No" - }, - "widgetId": "boolean" + "fieldId": "extraStylesForContentWrapper", + "widgetId": "objectEditor" } ] }, @@ -3239,31 +9700,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:24.814Z", + "version": 4, + "createdAt": "2019-03-26T09:53:51.198Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:33.088Z", + "updatedAt": "2019-03-26T09:54:30.171Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "navigationMenuItem", + "id": "modal", "type": "Link", "linkType": "ContentType" } @@ -3279,38 +9740,18 @@ "controls": [ { "fieldId": "name", - "widgetId": "singleLine" - }, - { - "fieldId": "linkText", - "widgetId": "singleLine" - }, - { - "fieldId": "slug", - "widgetId": "slugEditor" - }, - { - "fieldId": "url", - "widgetId": "singleLine" - }, - { - "fieldId": "viewport", - "settings": { - "helpText": "Pick a viewport to link" - }, - "widgetId": "entryLinkEditor" + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { - "fieldId": "submenu", - "widgetId": "entryLinkEditor" + "fieldId": "content", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" }, { - "fieldId": "inNewTab", - "settings": { - "trueLabel": "Yes", - "falseLabel": "No" - }, - "widgetId": "boolean" + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" } ] }, @@ -3320,31 +9761,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:23.216Z", + "version": 32, + "createdAt": "2019-06-11T08:53:54.488Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:33.090Z", + "updatedAt": "2019-07-30T19:01:07.975Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "accordion", + "id": "memberCard", "type": "Link", "linkType": "ContentType" } @@ -3360,23 +9801,70 @@ "controls": [ { "fieldId": "name", - "widgetId": "singleLine" + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { - "fieldId": "title", - "widgetId": "singleLine" + "fieldId": "memberHandle", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "memberName", + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { "fieldId": "description", - "widgetId": "markdown" + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { - "fieldId": "items", - "widgetId": "entryLinksEditor" + "fieldId": "trackIcon", + "settings": { + "helpText": "Recommended size: 30px x 30px; TC colors for icon area: Green - #5CC900; Blue - #15ACEC; Orange - #FD7D00" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "trackColor", + "widgetId": "colourpicker", + "widgetNamespace": "extension" + }, + { + "fieldId": "image", + "settings": { + "helpText": "Member image. Recommended size: 305px x 219px" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "country", + "widgetId": "cf-contentful-ui-country-select", + "widgetNamespace": "extension" + }, + { + "fieldId": "url", + "settings": { + "helpText": "The address for linking" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { "fieldId": "theme", - "widgetId": "dropdown" + "settings": { + "helpText": "Default theme is applied if not otherwise specified" + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" } ] }, @@ -3386,31 +9874,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 4, - "createdAt": "2019-03-21T07:36:25.592Z", + "version": 34, + "createdAt": "2019-06-23T08:09:05.380Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-27T07:58:44.650Z", + "updatedAt": "2019-08-02T07:20:45.631Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "navigationMenu", + "id": "article", "type": "Link", "linkType": "ContentType" } @@ -3425,22 +9913,69 @@ }, "controls": [ { - "fieldId": "name", + "fieldId": "title", "widgetId": "singleLine", "widgetNamespace": "builtin" }, { - "fieldId": "title", + "fieldId": "type", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "trackCategory", + "settings": { + "helpText": "1+ required" + }, + "widgetId": "checkbox", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentCategory", + "settings": { + "helpText": "1+ required" + }, + "widgetId": "tagEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "creationDate", + "settings": { + "ampm": "24", + "format": "timeZ", + "helpText": "Creation date of content" + }, + "widgetId": "datePicker", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentUrl", + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "readTime", + "settings": { + "helpText": "Suggested format: 5 min read" + }, "widgetId": "singleLine", "widgetNamespace": "builtin" }, { - "fieldId": "theme", - "widgetId": "dropdown", + "fieldId": "content", + "widgetId": "markdown", "widgetNamespace": "builtin" }, { - "fieldId": "items", + "fieldId": "featuredImage", + "settings": { + "helpText": "Featured Image of article in index/search pages." + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentAuthor", "settings": { "bulkEditing": false }, @@ -3448,67 +9983,63 @@ "widgetNamespace": "builtin" }, { - "fieldId": "baseUrl", - "widgetId": "singleLine", + "fieldId": "tags", + "settings": { + "helpText": "1+ required" + }, + "widgetId": "tagEditor", "widgetNamespace": "builtin" - } - ] - }, - { - "sys": { - "id": "default", - "type": "EditorInterface", - "space": { - "sys": { - "id": "wq71fdp6bsta", - "type": "Link", - "linkType": "Space" - } }, - "version": 2, - "createdAt": "2019-03-21T07:36:26.328Z", - "createdBy": { - "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", - "type": "Link", - "linkType": "User" - } + { + "fieldId": "upvotes", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" }, - "updatedAt": "2019-03-21T07:36:33.094Z", - "updatedBy": { - "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", - "type": "Link", - "linkType": "User" - } + { + "fieldId": "downvotes", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" }, - "contentType": { - "sys": { - "id": "appComponent", - "type": "Link", - "linkType": "ContentType" - } + { + "fieldId": "recommended", + "settings": { + "helpText": "Recommended for you resources", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" }, - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - } - }, - "controls": [ { - "fieldId": "name", - "widgetId": "singleLine" + "fieldId": "journeyPrevious", + "settings": { + "helpText": "Making members see what’s previous article if selected" + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" }, { - "fieldId": "type", - "widgetId": "dropdown" + "fieldId": "journeyNext", + "settings": { + "helpText": "Making members see what’s next article if selected" + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" }, { - "fieldId": "props", - "widgetId": "objectEditor" + "fieldId": "extraStylesForContainer", + "settings": { + "helpText": "Extra CSS styles for container" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "commentsCount", + "settings": { + "helpText": "This is lockup field used internally to represent comments count on article cards. Please, do not change it!" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" } ] }, @@ -3518,31 +10049,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:27.013Z", + "version": 12, + "createdAt": "2019-07-12T09:30:05.149Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:35.277Z", + "updatedAt": "2019-07-31T08:56:29.985Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "countdown", + "id": "shape", "type": "Link", "linkType": "ContentType" } @@ -3558,23 +10089,47 @@ "controls": [ { "fieldId": "name", - "widgetId": "singleLine" + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { - "fieldId": "title", - "widgetId": "singleLine" + "fieldId": "shapeSvg", + "settings": { + "helpText": "Select the shape SVG file to be applied to the component. Most used \"shape-white.svg\"" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" }, { - "fieldId": "endDate", + "fieldId": "inline", "settings": { - "ampm": "24", - "format": "timeZ" + "helpText": "Embed the shape as inline SVG element. Defaults to \"No\" which means the shape is applied as background image to the element.", + "trueLabel": "Yes", + "falseLabel": "No" }, - "widgetId": "datePicker" + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "backgroundColor", + "widgetId": "colourpicker", + "widgetNamespace": "extension" + }, + { + "fieldId": "height", + "settings": { + "helpText": "Shapes need some height defined. Defaults to 100px if not set otherwise" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { "fieldId": "extraStylesForContainer", - "widgetId": "objectEditor" + "settings": { + "helpText": "Define extra CSS inline styles that will overwrite defaults" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" } ] }, @@ -3584,31 +10139,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:28.466Z", + "version": 22, + "createdAt": "2019-07-12T10:42:42.935Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:33.091Z", + "updatedAt": "2019-11-03T14:52:16.741Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "tabsItem", + "id": "image", "type": "Link", "linkType": "ContentType" } @@ -3624,18 +10179,53 @@ "controls": [ { "fieldId": "name", - "widgetId": "singleLine" + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { - "fieldId": "tab", - "widgetId": "markdown" + "fieldId": "source", + "settings": { + "helpText": "The image source" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" }, { - "fieldId": "panel", + "fieldId": "alt", "settings": { - "bulkEditing": false + "helpText": "Alternate text for the image. Name field will be used if this is not provided." }, - "widgetId": "entryLinksEditor" + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "clipSvg", + "settings": { + "helpText": "A SVG file that define \"clip-path\" to be applied on the image. Contentful can't display it thus do not get confused just publish it after upload." + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "settings": { + "helpText": "Inline CSS styles to apply on container" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForImage", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "animationOnScroll", + "settings": { + "helpText": "Select the animation type that will be applied on scroll." + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" } ] }, @@ -3645,31 +10235,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 2, - "createdAt": "2019-03-21T07:36:27.735Z", + "version": 4, + "createdAt": "2019-08-02T07:02:28.047Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-21T07:36:35.334Z", + "updatedAt": "2019-08-02T07:11:10.141Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "tabs", + "id": "articleCard", "type": "Link", "linkType": "ContentType" } @@ -3685,25 +10275,40 @@ "controls": [ { "fieldId": "name", - "widgetId": "singleLine" + "widgetId": "singleLine", + "widgetNamespace": "builtin" }, { - "fieldId": "tabsList", + "fieldId": "article", "settings": { - "bulkEditing": false + "helpText": "The article this card would present." }, - "widgetId": "entryLinksEditor" + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" }, { "fieldId": "theme", - "widgetId": "dropdown" + "settings": { + "helpText": "Select the desired card look theme." + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" }, { - "fieldId": "selected", + "fieldId": "extraStylesForContainer", "settings": { - "helpText": "Defaults to 0" + "helpText": "Extra CSS styles to applied on container" }, - "widgetId": "numberEditor" + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContentWrapper", + "settings": { + "helpText": "Extra CSS styles to be applied on content wrapper" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" } ] }, @@ -3713,31 +10318,31 @@ "type": "EditorInterface", "space": { "sys": { - "id": "wq71fdp6bsta", + "id": "b5f1djy59z3a", "type": "Link", "linkType": "Space" } }, - "version": 4, - "createdAt": "2019-03-27T08:00:20.774Z", + "version": 7, + "createdAt": "2019-11-03T14:05:39.154Z", "createdBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, - "updatedAt": "2019-03-27T08:02:24.222Z", + "updatedAt": "2019-11-04T11:42:04.997Z", "updatedBy": { "sys": { - "id": "3AgNh19OUPk7sHGj5bMnTG", + "id": "0TpNH8XniBpD1bwXTXbgc9", "type": "Link", "linkType": "User" } }, "contentType": { "sys": { - "id": "modal", + "id": "animationOnScroll", "type": "Link", "linkType": "ContentType" } @@ -3757,14 +10362,47 @@ "widgetNamespace": "builtin" }, { - "fieldId": "content", - "widgetId": "entryLinkEditor", + "fieldId": "animateOnScroll", + "widgetId": "dropdown", "widgetNamespace": "builtin" }, { - "fieldId": "theme", + "fieldId": "animateOnScrollDelay", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "animateOnScrollDuration", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "animateOnScrollOnce", + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "animateOnScrollEasing", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "animateOnScrollMirror", + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "animateOnScrollAnchor", "widgetId": "dropdown", "widgetNamespace": "builtin" + }, + { + "fieldId": "animateOnScrollOffset", + "settings": { + "helpText": "Offset (in px) from the original trigger point. Defaults to 120px." + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" } ] } @@ -3780,13 +10418,13 @@ "optional": false, "sys": { "type": "Locale", - "id": "5vbMwCFUDOoyWW65ShfveI", - "version": 1, + "id": "2Bbh5SuC97fHov8K00lMGU", + "version": 8, "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "wq71fdp6bsta" + "id": "b5f1djy59z3a" } }, "environment": { @@ -3800,19 +10438,21 @@ "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "5nSoJ2Ikv9WK5zFIaT5TFY" } }, - "createdAt": "2019-03-21T07:34:38Z", + "createdAt": "2018-02-15T18:52:45Z", "updatedBy": { "sys": { "type": "Link", "linkType": "User", - "id": "3AgNh19OUPk7sHGj5bMnTG" + "id": "0TpNH8XniBpD1bwXTXbgc9" } }, - "updatedAt": "2019-03-21T07:34:38Z" + "updatedAt": "2019-09-26T08:12:37Z" } } + ], + "webhooks": [ ] -} +} \ No newline at end of file diff --git a/config/contentful/thrive-core.json b/config/contentful/thrive-core.json new file mode 100644 index 0000000000..abd5539214 --- /dev/null +++ b/config/contentful/thrive-core.json @@ -0,0 +1,5526 @@ +{ + "contentTypes": [ + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "viewport", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.150Z", + "updatedAt": "2019-08-19T06:16:36.567Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2019-08-19T06:16:36.567Z", + "firstPublishedAt": "2019-08-19T06:10:25.988Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Viewport", + "description": "An auxiliary container that helps to integrate arbitrary entries into static pages.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "content", + "name": "Content", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + ], + "linkType": "Entry" + } + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Column", + "Row with Max-Width", + "Grid" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "gridColumns", + "name": "Grid columns", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 1 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "gridGap", + "name": "Grid gap", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 0 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "contentBlock", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.154Z", + "updatedAt": "2020-03-02T14:13:22.215Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2020-03-02T14:13:22.215Z", + "firstPublishedAt": "2019-08-19T06:10:24.638Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 3, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Content Block", + "description": "The data model for content block component", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "text", + "name": "Text", + "type": "Text", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "image", + "name": "Image", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + }, + { + "assetImageDimensions": { + "width": { + "min": null, + "max": 2048 + }, + "height": { + "min": null, + "max": 2048 + } + }, + "message": "The image is too large (2048 x 2048 is the max allowed size)." + }, + { + "assetFileSize": { + "max": 1048576 + }, + "message": "The image file is too large (1MB is the max allowed size)." + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "baseTheme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "in": [ + "General", + "Default", + "Veteran", + "Row Item", + "Card", + "Blob Card", + "TCO19", + "TCO20" + ], + "message": "Unknown theme" + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContentWrapper", + "name": "Extra styles for content wrapper", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContent", + "name": "Extra styles for content", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "banner", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.163Z", + "updatedAt": "2019-08-19T06:16:35.995Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2019-08-19T06:16:35.995Z", + "firstPublishedAt": "2019-08-19T06:10:25.189Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Banner", + "description": "A block with background image; and a small area intended for brief textual content. The textual area is positioned in a fixed position relative to the block sides, and it has its own background for readability.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "text", + "name": "Text", + "type": "Text", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "backgroundImage", + "name": "Background Image", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + }, + { + "assetImageDimensions": { + "width": { + "min": null, + "max": 2400 + }, + "height": { + "min": null, + "max": 1800 + } + }, + "message": "Images larger than 2400 x 1800 px are prohibited for performance reasons." + }, + { + "assetFileSize": { + "max": 1048576 + }, + "message": "Images larger than 1MB are prohibited for performance reasons." + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "baseTheme", + "name": "Banner Style", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "in": [ + "General", + "Default", + "Default Sub-Community", + "Simple Title above Background", + "TopGear", + "TCO19", + "TCO19-left", + "TCO19-right", + "Veterans" + ], + "message": "Wrong banner style provided." + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "containerStyles", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "contentWrapperStyles", + "name": "Extra styles for content wrapper", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "contentStyles", + "name": "Extra styles for content", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "articleCard", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.604Z", + "updatedAt": "2019-08-27T04:27:48.077Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2019-08-27T04:27:48.077Z", + "firstPublishedAt": "2019-08-19T06:10:10.889Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Article Card", + "description": "A card looking component that represents articles for search, index and other pages.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "article", + "name": "Article", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkContentType": [ + "article" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "in": [ + "Article large", + "Article small", + "Video", + "Forum post", + "Recommended" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContentWrapper", + "name": "Extra styles for content wrapper", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "modal", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.706Z", + "updatedAt": "2019-08-19T06:16:25.584Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2019-08-19T06:16:25.584Z", + "firstPublishedAt": "2019-08-19T06:10:15.275Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Modal", + "description": "Wraps the TC themeable modal window to the modal content type.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "content", + "name": "Content", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkContentType": [ + "banner", + "contentBlock", + "viewport" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Default" + ] + } + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "image", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.742Z", + "updatedAt": "2019-08-19T06:10:11.659Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 1, + "publishedAt": "2019-08-19T06:10:11.659Z", + "firstPublishedAt": "2019-08-19T06:10:11.659Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 1, + "version": 2, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Image", + "description": "Component that renders images", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "source", + "name": "Source", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "clipSvg", + "name": "Clip SVG", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "extraStylesForContainer", + "name": "Extra Styles for Container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForImage", + "name": "Extra Styles For Image", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "shape", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.755Z", + "updatedAt": "2019-08-25T08:57:27.109Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2019-08-25T08:57:27.109Z", + "firstPublishedAt": "2019-08-19T06:10:12.854Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 3, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Shape", + "description": "A generic component that renders SVG based shapes.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "shapeSvg", + "name": "Shape SVG", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "inline", + "name": "Inline", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "backgroundColor", + "name": "Background color", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "height", + "name": "Height", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra Styles for Container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "memberCard", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.845Z", + "updatedAt": "2019-08-19T07:29:31.247Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2019-08-19T07:29:31.247Z", + "firstPublishedAt": "2019-08-19T06:10:14.408Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 3, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Member Card", + "description": "A card looking component representing member/speaker/person.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "memberHandle", + "name": "Member Handle", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "memberName", + "name": "Member Name", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "trackIcon", + "name": "Track Icon", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "trackColor", + "name": "Track Color", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "image", + "name": "Image", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "country", + "name": "Country", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "url", + "name": "URL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "regexp": { + "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Default", + "Speaker Card" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra Styles for Container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "article", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:00.897Z", + "updatedAt": "2019-10-19T16:25:24.672Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2019-10-19T16:25:24.672Z", + "firstPublishedAt": "2019-08-19T06:10:13.680Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 19, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "title", + "name": "Article", + "description": "A generic container for educational resources/pages.", + "fields": [ + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + }, + { + "prohibitRegexp": { + "pattern": "[\\/|]", + "flags": "g" + }, + "message": "The characters “/”,\"|\" are prohibited." + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "type", + "name": "Type", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "in": [ + "Article", + "Video", + "Forum post" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "trackCategory", + "name": "Track Category", + "type": "Array", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + { + "in": [ + "Design", + "Development", + "Data Science", + "QA", + "Competitive Programming", + "Topcoder" + ] + } + ] + } + }, + { + "id": "contentCategory", + "name": "Content Category", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "contentCategory" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "tags", + "name": "Tags", + "type": "Array", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + ] + } + }, + { + "id": "creationDate", + "name": "Creation Date", + "type": "Date", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "readTime", + "name": "Read Time", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "content", + "name": "Content", + "type": "Text", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "featuredImage", + "name": "Featured Image", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + }, + { + "assetImageDimensions": { + "width": { + "min": 760, + "max": null + }, + "height": { + "min": 555, + "max": null + } + }, + "message": "Image has to be min 760px x 555px" + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + }, + { + "id": "contentAuthor", + "name": "Content Author", + "type": "Array", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "person" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "upvotes", + "name": "Upvotes", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 0 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "downvotes", + "name": "Downvotes", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 0 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "recommended", + "name": "Recommended", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + { + "size": { + "max": 3 + } + } + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "article" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "journeyPrevious", + "name": "Journey Previous", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "article" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "journeyNext", + "name": "Journey Next", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "article" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "commentsCount", + "name": "Comments count", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 0 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "externalArticle", + "name": "External Article", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "contentUrl", + "name": "Content URL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "dropdown", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:01.006Z", + "updatedAt": "2019-08-19T06:16:26.236Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2019-08-19T06:16:26.236Z", + "firstPublishedAt": "2019-08-19T06:10:16.039Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Dropdown", + "description": "", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "items", + "name": "Items", + "type": "Array", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "dropdownItem" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContentWrapper", + "name": "Extra styles for content wrapper", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "dropdownItem", + "type": "ContentType", + "createdAt": "2019-08-19T06:10:01.099Z", + "updatedAt": "2019-08-19T06:16:26.795Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2019-08-19T06:16:26.795Z", + "firstPublishedAt": "2019-08-19T06:10:16.848Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Dropdown Item", + "description": "", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "text", + "name": "Text", + "type": "Text", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "countdown", + "type": "ContentType", + "createdAt": "2019-08-19T06:34:39.519Z", + "updatedAt": "2019-08-19T06:34:40.173Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 1, + "publishedAt": "2019-08-19T06:34:40.173Z", + "firstPublishedAt": "2019-08-19T06:34:40.173Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 1, + "version": 2, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Countdown", + "description": "Generic Countdown model", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "endDate", + "name": "End Date", + "type": "Date", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "contentSlider", + "type": "ContentType", + "createdAt": "2019-08-19T06:42:45.720Z", + "updatedAt": "2019-08-19T06:42:46.507Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 1, + "publishedAt": "2019-08-19T06:42:46.507Z", + "firstPublishedAt": "2019-08-19T06:42:46.507Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 1, + "version": 2, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Content Slider", + "description": "Slide/cycle content", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "items", + "name": "Items", + "type": "Array", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "banner", + "contentBlock" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "in": [ + "Default" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "autoStart", + "name": "Auto Start", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "wrapAround", + "name": "Wrap around", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "duration", + "name": "Duration", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 1 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "slidesToShow", + "name": "Slides to show", + "type": "Number", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 1 + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "cellSpacing", + "name": "Cell spacing", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "cellAlign", + "name": "Cell align", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "center", + "left", + "right" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "framePadding", + "name": "Frame padding", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "vertical", + "name": "Vertical", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "withoutControls", + "name": "Without controls", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "extraStylesForContainer", + "name": "Extra styles for container", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "navigationMenu", + "type": "ContentType", + "createdAt": "2019-08-19T06:47:54.817Z", + "updatedAt": "2019-08-19T07:12:36.973Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2019-08-19T07:12:36.973Z", + "firstPublishedAt": "2019-08-19T06:47:55.428Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 3, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Navigation Menu", + "description": "Model that will render menus of links with optional sub-links", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "in": [ + "General", + "TCO19 - Header Menu", + "TCO19 - Footer Menu", + "TCO20 - Footer Menu", + "Default" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "items", + "name": "Items", + "type": "Array", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "navigationMenuItem", + "route" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "baseUrl", + "name": "Base URL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "regexp": { + "pattern": "(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$", + "flags": null + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "logo", + "name": "Logo", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "navigationMenuItem", + "type": "ContentType", + "createdAt": "2019-08-19T06:51:37.546Z", + "updatedAt": "2019-08-19T06:51:37.961Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 1, + "publishedAt": "2019-08-19T06:51:37.961Z", + "firstPublishedAt": "2019-08-19T06:51:37.961Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 1, + "version": 2, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Navigation Menu Item", + "description": "Item in a Navigation Menu", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "linkText", + "name": "Link Text", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "slug", + "name": "Slug", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "regexp": { + "pattern": "^[a-zA-Z0-9\\-_]", + "flags": null + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "url", + "name": "URL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "regexp": { + "pattern": "(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$", + "flags": null + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "viewport", + "name": "Viewport", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "viewport" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "submenu", + "name": "Submenu", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "navigationMenu" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "inNewTab", + "name": "In New Tab", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "person", + "type": "ContentType", + "createdAt": "2019-08-19T06:55:39.024Z", + "updatedAt": "2019-08-19T06:55:39.425Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 1, + "publishedAt": "2019-08-19T06:55:39.425Z", + "firstPublishedAt": "2019-08-19T06:55:39.425Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 1, + "version": 2, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Person", + "description": "Generic model representing a person", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "email", + "name": "Email", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "unique": true + }, + { + "regexp": { + "pattern": "^\\w[\\w.-]*@([\\w-]+\\.)+[\\w-]+$" + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "tcHandle", + "name": "TC Handle", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "avatar", + "name": "Avatar", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkMimetypeGroup": [ + "image" + ] + }, + { + "assetFileSize": { + "max": 1048576 + } + } + ], + "disabled": false, + "omitted": false, + "linkType": "Asset" + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "route", + "type": "ContentType", + "createdAt": "2019-08-19T07:05:45.031Z", + "updatedAt": "2019-08-19T07:11:38.178Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2019-08-19T07:11:38.178Z", + "firstPublishedAt": "2019-08-19T07:05:45.842Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Route", + "description": "A Route that can render a Viewport at its endpoint, and also include sub-routes with Viewports.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "url", + "name": "URL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "regexp": { + "pattern": "^[\\w#!:.?+=&%@!\\-\\/a]+$", + "flags": null + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "naviMenuLinkText", + "name": "Navi Menu Link Text", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "excludeFromNavigationMenus", + "name": "Exclude from navigation menus", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "viewport", + "name": "Viewport", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "viewport" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "childRoutes", + "name": "Child Routes", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "route" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "pageTitle", + "name": "Page Title", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "socialThumbnail", + "name": "Social Thumbnail", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "socialSiteName", + "name": "Social Site Name", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "socialDescription", + "name": "Social Description", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "socialTitle", + "name": "Social Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "socialUrl", + "name": "Social URL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "regexp": { + "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" + } + } + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "tabsItem", + "type": "ContentType", + "createdAt": "2019-08-19T07:15:00.783Z", + "updatedAt": "2019-08-19T07:15:01.208Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 1, + "publishedAt": "2019-08-19T07:15:01.208Z", + "firstPublishedAt": "2019-08-19T07:15:01.208Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 1, + "version": 2, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Tabs Item", + "description": "Item in tabs model", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "tab", + "name": "Tab", + "type": "Text", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "panel", + "name": "Panel", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "accordion", + "appComponent", + "contentBlock", + "viewport" + ] + } + ], + "linkType": "Entry" + } + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "tabs", + "type": "ContentType", + "createdAt": "2019-08-19T07:17:34.473Z", + "updatedAt": "2020-02-05T13:18:50.465Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2020-02-05T13:18:50.465Z", + "firstPublishedAt": "2019-08-19T07:17:34.877Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 2, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Tabs", + "description": "Generic tabs component", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "tabsList", + "name": "TabsList", + "type": "Array", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "tabsItem" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "theme", + "name": "Theme", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Default", + "Zurich", + "Underline", + "Pills", + "Vertical" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "selected", + "name": "Selected", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + { + "range": { + "min": 0 + } + } + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "video", + "type": "ContentType", + "createdAt": "2019-08-19T07:20:06.191Z", + "updatedAt": "2019-08-19T07:20:06.754Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 1, + "publishedAt": "2019-08-19T07:20:06.754Z", + "firstPublishedAt": "2019-08-19T07:20:06.754Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 1, + "version": 2, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Video", + "description": "External video source loaded in iframe", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "source", + "name": "Source", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "regexp": { + "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$" + }, + "message": "Invalid URL" + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "autoplay", + "name": "Autoplay", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "showRelatedVideoSuggestions", + "name": "Show Related Video Suggestions", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "contentCategory", + "type": "ContentType", + "createdAt": "2019-08-26T05:12:33.739Z", + "updatedAt": "2019-10-19T15:33:25.599Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2019-10-19T15:33:25.599Z", + "firstPublishedAt": "2019-08-26T05:12:34.139Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 8, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Content Category", + "description": "Represents subcategory for track category.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "trackParent", + "name": "Track Parent", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "in": [ + "Design", + "Development", + "Data Science", + "QA", + "Competitive Programming", + "Topcoder" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "contentTaxonomy", + "type": "ContentType", + "createdAt": "2019-08-26T05:18:39.647Z", + "updatedAt": "2019-10-19T15:32:42.745Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2019-10-19T15:32:42.745Z", + "firstPublishedAt": "2019-08-26T05:18:40.220Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 3, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Content Taxonomy", + "description": "Represents the content categorization tree.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "competitiveProgramming", + "name": "Competitive Programming", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "contentCategory" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "dataScience", + "name": "Data Science", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "contentCategory" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "design", + "name": "Design", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "contentCategory" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "development", + "name": "Development", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "contentCategory" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "qualityAssurance", + "name": "Quality Assurance", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "contentCategory" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "topcoder", + "name": "Topcoder", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "contentCategory" + ] + } + ], + "linkType": "Entry" + } + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "id": "thrivePollInterval", + "type": "ContentType", + "createdAt": "2019-11-25T19:50:37.848Z", + "updatedAt": "2019-11-25T19:50:38.350Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 1, + "publishedAt": "2019-11-25T19:50:38.350Z", + "firstPublishedAt": "2019-11-25T19:50:38.350Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "publishedCounter": 1, + "version": 2, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + } + }, + "displayField": "name", + "name": "Thrive Poll Interval", + "description": "Model holding the poll time used(by community-app) to pull articles from TC blog to Thrive.", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "timeInSeconds", + "name": "Time in Seconds", + "type": "Integer", + "localized": false, + "required": true, + "validations": [ + { + "range": { + "min": 3600 + }, + "message": "Must be more than 1h poll interval" + } + ], + "disabled": false, + "omitted": false + } + ] + } + ], + "editorInterfaces": [ + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2019-08-19T06:10:26.125Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:16:43.415Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "viewport", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "settings": { + "helpText": "Entry name inside CMS." + }, + "widgetId": "singleLine" + }, + { + "fieldId": "content", + "settings": { + "helpText": "The list of entries to show inside the viewport.", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "theme", + "widgetId": "dropdown" + }, + { + "fieldId": "gridColumns", + "settings": { + "helpText": "Number of grid columns. Defaults to 3 if not explicitly set." + }, + "widgetId": "numberEditor" + }, + { + "fieldId": "gridGap", + "settings": { + "helpText": "Specifies the gaps (gutters) between rows and columns of the grid. Defaults to 10px if not explicitly set." + }, + "widgetId": "numberEditor" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2019-08-19T06:10:24.828Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2020-03-02T14:13:22.849Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "contentBlock", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "text", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "image", + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "baseTheme", + "settings": { + "helpText": "Content block theme" + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContentWrapper", + "settings": { + "helpText": "For blue card use: {\"background-color\": \"#2984BD\"}" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContent", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2019-08-19T06:10:25.414Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:16:43.432Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "banner", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "settings": { + "helpText": "Banner name. It will be shown only in CMS, and not rendered at the banner itself." + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "text", + "settings": { + "helpText": "Text to render at the banner." + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "backgroundImage", + "settings": { + "helpText": "Background image." + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "baseTheme", + "settings": { + "helpText": "Base style of the banner." + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "containerStyles", + "settings": { + "helpText": "Optional. Additional styles for banner container (root) element." + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentWrapperStyles", + "settings": { + "helpText": "Optional. Additional styles for the content wrapper element. This element takes care about positioning of textual content, and its background." + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentStyles", + "settings": { + "helpText": "Optional. Additional styles for the textual content." + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2019-08-19T06:10:11.043Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-27T04:27:49.412Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "articleCard", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "article", + "settings": { + "helpText": "The article this card would present." + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "settings": { + "helpText": "Select the desired card look theme." + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "settings": { + "helpText": "Extra CSS styles to applied on container" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContentWrapper", + "settings": { + "helpText": "Extra CSS styles to be applied on content wrapper" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2019-08-19T06:10:15.423Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:16:40.798Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "modal", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "content", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2019-08-19T06:10:11.821Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:10:30.853Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "image", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "source", + "settings": { + "helpText": "The image source" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "clipSvg", + "settings": { + "helpText": "A SVG file that define \"clip-path\" to be applied on the image. Contentful can't display it thus do not get confused just publish it after upload." + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "settings": { + "helpText": "Inline CSS styles to apply on container" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForImage", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2019-08-19T06:10:13.231Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-25T08:57:28.137Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "shape", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "shapeSvg", + "settings": { + "helpText": "Select the shape SVG file to be applied to the component" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "inline", + "settings": { + "helpText": "Embed the shape as inline SVG element. Defaults to \"No\" which means the shape is applied as background image to the element.", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "backgroundColor", + "widgetId": "7AAuQckyBChHuDmwbvQMXl", + "widgetNamespace": "extension" + }, + { + "fieldId": "height", + "settings": { + "helpText": "Shapes need some height defined. Defaults to 100px if not set otherwise" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "settings": { + "helpText": "Define extra CSS inline styles that will overwrite defaults" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2019-08-19T06:10:14.604Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T07:29:32.363Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "memberCard", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "memberHandle", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "memberName", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "trackIcon", + "settings": { + "helpText": "Recommended size: 30px x 30px; TC colors for icon area: Green - #5CC900; Blue - #15ACEC; Orange - #FD7D00" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "trackColor", + "widgetId": "7AAuQckyBChHuDmwbvQMXl", + "widgetNamespace": "extension" + }, + { + "fieldId": "image", + "settings": { + "helpText": "Member image. Recommended size: 305px x 219px" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "country", + "widgetId": "3jiYtWxn2hVMpGTFlWNgVU", + "widgetNamespace": "extension" + }, + { + "fieldId": "url", + "settings": { + "helpText": "The address for linking" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "settings": { + "helpText": "Default theme is applied if not otherwise specified" + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 39, + "createdAt": "2019-08-19T06:10:13.839Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2020-02-27T22:56:04.102Z", + "updatedBy": { + "sys": { + "id": "5C0c02fyy3dlAmvosqZM1n", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "article", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "3tkiX2zjB7aqEiiKX5hRwc", + "widgetNamespace": "app" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "users-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "type", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "trackCategory", + "settings": { + "helpText": "1+ required" + }, + "widgetId": "checkbox", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentCategory", + "settings": { + "helpText": "If you create new \"Content Category\" you will need to link it as \"Content Taxonomy\" item as well. To do so go to: https://app.contentful.com/spaces/piwi0eufbb2g/entries/15caxocitaxyK65K9oSd91", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tags", + "settings": { + "helpText": "1+ required" + }, + "widgetId": "tagEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "creationDate", + "settings": { + "format": "dateonly", + "helpText": "Creation date of content" + }, + "widgetId": "datePicker", + "widgetNamespace": "builtin" + }, + { + "fieldId": "readTime", + "settings": { + "helpText": "Suggested format: 5 min read" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "content", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "featuredImage", + "settings": { + "helpText": "Featured Image of article in index/search pages. Min size 760px x 555px" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentAuthor", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "upvotes", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "downvotes", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "recommended", + "settings": { + "helpText": "Recommended for you resources", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "journeyPrevious", + "settings": { + "helpText": "Making members see what’s previous article if selected" + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "journeyNext", + "settings": { + "helpText": "Making members see what’s next article if selected" + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "settings": { + "helpText": "Extra CSS styles for container" + }, + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "commentsCount", + "settings": { + "helpText": "This is lockup field used internally to represent comments count on article cards. Please, do not change it!" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "externalArticle", + "settings": { + "helpText": "If selected article links will redirect(open in new tab) to the \"Content URL\" address if any is defined.", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "contentUrl", + "settings": { + "helpText": "If type is \"Video\" set this link to the YouTube embed link to have the video player automatically embedded." + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2019-08-19T06:10:16.184Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:16:41.421Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "dropdown", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine" + }, + { + "fieldId": "items", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor" + }, + { + "fieldId": "extraStylesForContentWrapper", + "widgetId": "objectEditor" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2019-08-19T06:10:16.980Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:16:43.624Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "dropdownItem", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine" + }, + { + "fieldId": "title", + "widgetId": "singleLine" + }, + { + "fieldId": "text", + "widgetId": "markdown" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2019-08-19T06:34:40.489Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:34:41.438Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "countdown", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "endDate", + "settings": { + "ampm": "24", + "format": "timeZ" + }, + "widgetId": "datePicker", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2019-08-19T06:42:46.705Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:42:47.916Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "contentSlider", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "items", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "autoStart", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "wrapAround", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "duration", + "settings": { + "helpText": "Slide duration in seconds" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "slidesToShow", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "cellSpacing", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "cellAlign", + "settings": { + "helpText": "Defaults to 'center' if not set otherwise" + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "framePadding", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "vertical", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "withoutControls", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "extraStylesForContainer", + "widgetId": "objectEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2019-08-19T06:47:55.569Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T07:12:37.969Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "navigationMenu", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "items", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "baseUrl", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "logo", + "settings": { + "helpText": "Menu navigation logo on the left max 54px x 54px. If not set defaults to standard TC logo" + }, + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2019-08-19T06:51:38.119Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:51:38.959Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "navigationMenuItem", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "linkText", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "slug", + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "url", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "viewport", + "settings": { + "helpText": "Pick a viewport to link" + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "submenu", + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "inNewTab", + "settings": { + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2019-08-19T06:55:39.553Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T06:55:40.353Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "person", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "email", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tcHandle", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "avatar", + "widgetId": "assetLinkEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2019-08-19T07:05:46.073Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T07:11:39.109Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "route", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "url", + "settings": { + "helpText": "The URL segment represented by the route. Ex. /test/" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "naviMenuLinkText", + "settings": { + "helpText": "Text of the link in Navigation Menus. Will default to `name` if not set otherwise." + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "excludeFromNavigationMenus", + "settings": { + "helpText": "If YES this route won't be rendered in navigation menus", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "viewport", + "settings": { + "helpText": "A Viewport to be rendered at the provided URL" + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "childRoutes", + "settings": { + "helpText": "Additional sub-routes which will available at /URL/childURL/", + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "pageTitle", + "settings": { + "helpText": "Page Title Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "settings": { + "helpText": "Page Description Meta Tag" + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialThumbnail", + "settings": { + "helpText": "Twitter/Facebook Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialSiteName", + "settings": { + "helpText": "Twitter/Facebook Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialDescription", + "settings": { + "helpText": "Twitter/Facebook Meta Tag" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialTitle", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "socialUrl", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2019-08-19T07:15:01.384Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T07:15:02.614Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "tabsItem", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tab", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "panel", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 4, + "createdAt": "2019-08-19T07:17:35.025Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2020-02-05T13:18:51.004Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "tabs", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tabsList", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "theme", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "selected", + "settings": { + "helpText": "Defaults to 0" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2019-08-19T07:20:06.979Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-08-19T07:20:08.153Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "video", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "source", + "settings": { + "helpText": "Source link of the video" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "autoplay", + "settings": { + "helpText": "Start the video automatically?", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "showRelatedVideoSuggestions", + "settings": { + "helpText": "Disable suggestions of relevant videos after the video?", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 16, + "createdAt": "2019-08-26T05:12:34.278Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-10-19T15:33:26.537Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "contentCategory", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "trackParent", + "settings": { + "helpText": "Select the parent track for this content category." + }, + "widgetId": "dropdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "markdown", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 6, + "createdAt": "2019-08-26T05:18:40.352Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-10-19T15:32:43.659Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "contentTaxonomy", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "competitiveProgramming", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "dataScience", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "design", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "development", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "qualityAssurance", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "topcoder", + "settings": { + "bulkEditing": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "piwi0eufbb2g", + "type": "Link", + "linkType": "Space" + } + }, + "version": 2, + "createdAt": "2019-11-25T19:50:38.497Z", + "createdBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2019-11-25T19:50:39.620Z", + "updatedBy": { + "sys": { + "id": "0TpNH8XniBpD1bwXTXbgc9", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "thrivePollInterval", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "timeInSeconds", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + } + ] + } + ], + "locales": [ + { + "name": "English (United States)", + "code": "en-US", + "fallbackCode": null, + "default": true, + "contentManagementApi": true, + "contentDeliveryApi": true, + "optional": false, + "sys": { + "type": "Locale", + "id": "3YroU4K1o3hIqKWUCjrGL3", + "version": 2, + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "piwi0eufbb2g" + } + }, + "environment": { + "sys": { + "type": "Link", + "linkType": "Environment", + "id": "master" + } + }, + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "2cnSouTz3254mEuZqeMdNM" + } + }, + "createdAt": "2019-08-06T22:21:50Z", + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0TpNH8XniBpD1bwXTXbgc9" + } + }, + "updatedAt": "2019-08-19T06:09:59Z" + } + } + ] +} \ No newline at end of file diff --git a/docs/contentful/environment-setup.md b/docs/contentful/environment-setup.md index d269928f93..7f75a2b67c 100644 --- a/docs/contentful/environment-setup.md +++ b/docs/contentful/environment-setup.md @@ -37,3 +37,5 @@ To run Community App locally against your Contentful account: $ source ./set-contentful-env.sh $ NODE_CONFIG_ENV=development npm run dev ``` + + We have prepared a demo env file you could use to start. You can find it [here](https://gist.github.com/kkartunov/594dc65f76bac6aa800b4764cae72d2e). diff --git a/src/server/tc-communities/comcast/metadata.json b/src/server/tc-communities/comcast/metadata.json index 4f200ec83b..3fa4651cc2 100644 --- a/src/server/tc-communities/comcast/metadata.json +++ b/src/server/tc-communities/comcast/metadata.json @@ -29,7 +29,8 @@ "url": "/work" }, { "title": "Learn", - "url": "https://www.topcoder.com/thrive" + "url": "https://www.topcoder.com/thrive", + "openNewTab": true }, { "title": "Give Back", "url": "/give-back" diff --git a/src/shared/routes/Communities/Comcast/Routes.jsx b/src/shared/routes/Communities/Comcast/Routes.jsx index eb834dc61b..63684d1ec6 100644 --- a/src/shared/routes/Communities/Comcast/Routes.jsx +++ b/src/shared/routes/Communities/Comcast/Routes.jsx @@ -33,7 +33,7 @@ export default function CS({ base, meta }) { ChallengeListing({ - challengesUrl: `${base}/challenges`, + challengesUrl: `${base}/work`, listingOnly: true, meta, newChallengeDetails: true, @@ -44,7 +44,7 @@ export default function CS({ base, meta }) { ChallengeDetails({ ...routeProps, - challengesUrl: `${base}/challenges`, + challengesUrl: `${base}/work`, communityId: meta.communityId, })} exact @@ -53,7 +53,7 @@ export default function CS({ base, meta }) { Submission({ ...routeProps, - challengesUrl: `${base}/challenges`, + challengesUrl: `${base}/work`, })} exact path={`${base}/work/:challengeId(\\d{8}|\\d{5})/submit`} @@ -61,7 +61,7 @@ export default function CS({ base, meta }) { SubmissionManagement({ ...routeProps, - challengesUrl: `${base}/challenges`, + challengesUrl: `${base}/work`, })} exact path={`${base}/work/:challengeId(\\d{8}|\\d{5})/my-submissions`}