Files
next.js/examples/cms-contentful/lib/export.json
Arian Tron 61f56f997c
Some checks failed
Test examples / Test Examples (20) (push) Has been cancelled
Test examples / Test Examples (22) (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Trigger Release / start (push) Has been cancelled
Stale issue handler / stale (push) Has been cancelled
Update Font Data / create-pull-request (push) Has been cancelled
build-and-deploy / deploy-target (push) Has been cancelled
build-and-deploy / build (push) Has been cancelled
build-and-deploy / stable - aarch64-unknown-linux-musl - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-unknown-linux-musl - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-unknown-linux-gnu - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-unknown-linux-gnu - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-pc-windows-msvc - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-pc-windows-msvc - node@16 (push) Has been cancelled
build-and-deploy / stable - aarch64-apple-darwin - node@16 (push) Has been cancelled
build-and-deploy / stable - x86_64-apple-darwin - node@16 (push) Has been cancelled
build-and-deploy / build-wasm (nodejs) (push) Has been cancelled
build-and-deploy / build-wasm (web) (push) Has been cancelled
build-and-deploy / Deploy preview tarball (push) Has been cancelled
build-and-deploy / Potentially publish release (push) Has been cancelled
build-and-deploy / publish-turbopack-npm-packages (push) Has been cancelled
build-and-deploy / Deploy examples (push) Has been cancelled
build-and-deploy / thank you, build (push) Has been cancelled
build-and-deploy / Upload Turbopack Bytesize metrics to Datadog (push) Has been cancelled
Rspack Next.js development integration tests / Rspack integration tests (push) Has been cancelled
Rspack Next.js production integration tests / Rspack integration tests (push) Has been cancelled
Turbopack Next.js development integration tests / Next.js integration tests (push) Has been cancelled
Turbopack Next.js production integration tests / Next.js integration tests (push) Has been cancelled
Update Rspack test manifest / Update and upload Rspack development test manifest (push) Has been cancelled
Update Rspack test manifest / Update and upload Rspack production test manifest (push) Has been cancelled
Upload bundler test manifests to areweturboyet.com / Upload test results (push) Has been cancelled
Update React / create-pull-request (push) Has been cancelled
test-e2e-project-reset-cron / reset-test-project (push) Has been cancelled
Notify about the top 15 issues/PRs/feature requests (most reacted) in the last 90 days / run (push) Has been cancelled
first commit
2026-03-10 19:37:31 +03:30

1026 lines
24 KiB
JSON

{
"contentTypes": [
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "p5asbbjx1p90"
}
},
"id": "author",
"type": "ContentType",
"createdAt": "2020-04-22T09:32:50.535Z",
"updatedAt": "2020-04-22T09:32:50.885Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"publishedVersion": 1,
"publishedAt": "2020-04-22T09:32:50.885Z",
"firstPublishedAt": "2020-04-22T09:32:50.885Z",
"createdBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"updatedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"publishedCounter": 1,
"version": 2,
"publishedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
}
},
"displayField": "name",
"name": "Author",
"description": "",
"fields": [
{
"id": "name",
"name": "Name",
"type": "Symbol",
"localized": false,
"required": true,
"validations": [],
"disabled": false,
"omitted": false
},
{
"id": "picture",
"name": "Picture",
"type": "Link",
"localized": false,
"required": true,
"validations": [],
"disabled": false,
"omitted": false,
"linkType": "Asset"
}
]
},
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "p5asbbjx1p90"
}
},
"id": "post",
"type": "ContentType",
"createdAt": "2020-04-22T09:34:36.878Z",
"updatedAt": "2020-04-22T12:23:57.726Z",
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
},
"publishedVersion": 3,
"publishedAt": "2020-04-22T12:23:57.726Z",
"firstPublishedAt": "2020-04-22T09:34:37.228Z",
"createdBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"updatedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"publishedCounter": 2,
"version": 4,
"publishedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
}
},
"displayField": "title",
"name": "Post",
"description": "",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"validations": [],
"disabled": false,
"omitted": false
},
{
"id": "slug",
"name": "Slug",
"type": "Symbol",
"localized": false,
"required": true,
"validations": [],
"disabled": false,
"omitted": false
},
{
"id": "content",
"name": "Content",
"type": "RichText",
"localized": false,
"required": true,
"validations": [
{
"enabledMarks": ["bold", "italic", "underline", "code"],
"message": "Only bold, italic, underline, and code marks are allowed"
},
{
"enabledNodeTypes": [
"heading-1",
"heading-2",
"heading-3",
"heading-4",
"heading-5",
"heading-6",
"ordered-list",
"unordered-list",
"hr",
"blockquote",
"embedded-entry-block",
"embedded-asset-block",
"hyperlink",
"entry-hyperlink",
"asset-hyperlink",
"embedded-entry-inline"
],
"message": "Only heading 1, heading 2, heading 3, heading 4, heading 5, heading 6, ordered list, unordered list, horizontal rule, quote, block entry, asset, link to Url, link to entry, link to asset, and inline entry nodes are allowed"
},
{
"nodes": {
"asset-hyperlink": [
{
"size": {
"max": 10
},
"message": null
}
],
"embedded-asset-block": [
{
"size": {
"max": 10
},
"message": null
}
],
"embedded-entry-block": [
{
"size": {
"max": 10
},
"message": null
}
],
"embedded-entry-inline": [
{
"size": {
"max": 10
},
"message": null
}
],
"entry-hyperlink": [
{
"size": {
"max": 10
},
"message": null
}
]
}
}
],
"disabled": false,
"omitted": false
},
{
"id": "excerpt",
"name": "Excerpt",
"type": "Symbol",
"localized": false,
"required": true,
"validations": [],
"disabled": false,
"omitted": false
},
{
"id": "coverImage",
"name": "Cover Image",
"type": "Link",
"localized": false,
"required": true,
"validations": [],
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
{
"id": "date",
"name": "Date",
"type": "Date",
"localized": false,
"required": true,
"validations": [],
"disabled": false,
"omitted": false
},
{
"id": "author",
"name": "Author",
"type": "Link",
"localized": false,
"required": true,
"validations": [
{
"linkContentType": ["author"]
}
],
"disabled": false,
"omitted": false,
"linkType": "Entry"
}
]
}
],
"editorInterfaces": [
{
"sys": {
"id": "default",
"type": "EditorInterface",
"space": {
"sys": {
"id": "p5asbbjx1p90",
"type": "Link",
"linkType": "Space"
}
},
"version": 2,
"createdAt": "2020-04-22T09:32:50.954Z",
"createdBy": {
"sys": {
"id": "066RqBikAjzKy0SWUEtFvH",
"type": "Link",
"linkType": "User"
}
},
"updatedAt": "2020-04-22T09:32:51.642Z",
"updatedBy": {
"sys": {
"id": "066RqBikAjzKy0SWUEtFvH",
"type": "Link",
"linkType": "User"
}
},
"contentType": {
"sys": {
"id": "author",
"type": "Link",
"linkType": "ContentType"
}
},
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
}
},
"controls": [
{
"fieldId": "name",
"widgetId": "singleLine",
"widgetNamespace": "builtin"
},
{
"fieldId": "picture",
"widgetId": "assetLinkEditor",
"widgetNamespace": "builtin"
}
]
},
{
"sys": {
"id": "default",
"type": "EditorInterface",
"space": {
"sys": {
"id": "p5asbbjx1p90",
"type": "Link",
"linkType": "Space"
}
},
"version": 4,
"createdAt": "2020-04-22T09:34:37.309Z",
"createdBy": {
"sys": {
"id": "066RqBikAjzKy0SWUEtFvH",
"type": "Link",
"linkType": "User"
}
},
"updatedAt": "2020-04-22T12:23:58.324Z",
"updatedBy": {
"sys": {
"id": "066RqBikAjzKy0SWUEtFvH",
"type": "Link",
"linkType": "User"
}
},
"contentType": {
"sys": {
"id": "post",
"type": "Link",
"linkType": "ContentType"
}
},
"environment": {
"sys": {
"id": "master",
"type": "Link",
"linkType": "Environment"
}
}
},
"controls": [
{
"fieldId": "title",
"widgetId": "singleLine",
"widgetNamespace": "builtin"
},
{
"fieldId": "slug",
"widgetId": "slugEditor",
"widgetNamespace": "builtin"
},
{
"fieldId": "content",
"widgetId": "richTextEditor",
"widgetNamespace": "builtin"
},
{
"fieldId": "excerpt",
"widgetId": "singleLine",
"widgetNamespace": "builtin"
},
{
"fieldId": "coverImage",
"widgetId": "assetLinkEditor",
"widgetNamespace": "builtin"
},
{
"fieldId": "date",
"widgetId": "datePicker",
"widgetNamespace": "builtin"
},
{
"fieldId": "author",
"widgetId": "entryLinkEditor",
"widgetNamespace": "builtin"
}
]
}
],
"locales": [
{
"name": "English (United States)",
"code": "en-US",
"fallbackCode": null,
"default": true,
"contentManagementApi": true,
"contentDeliveryApi": true,
"optional": false,
"sys": {
"type": "Locale",
"id": "09Kvvkay28CRdOt7j8Ze7V",
"version": 1,
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "p5asbbjx1p90"
}
},
"environment": {
"sys": {
"type": "Link",
"linkType": "Environment",
"id": "master"
}
},
"createdBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"createdAt": "2020-04-22T09:10:22Z",
"updatedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"updatedAt": "2020-04-22T09:10:22Z"
}
}
],
"webhooks": [],
"roles": [
{
"name": "Author",
"description": "Allows editing of content",
"policies": [
{
"effect": "allow",
"actions": ["create"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
}
]
}
},
{
"effect": "allow",
"actions": ["read"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
}
]
}
},
{
"effect": "allow",
"actions": ["update"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
}
]
}
},
{
"effect": "allow",
"actions": ["create"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
}
]
}
},
{
"effect": "allow",
"actions": ["read"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
}
]
}
},
{
"effect": "allow",
"actions": ["update"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
}
]
}
}
],
"permissions": {
"ContentModel": ["read"],
"Settings": [],
"ContentDelivery": [],
"Environments": [],
"EnvironmentAliases": []
},
"sys": {
"type": "Role",
"id": "09Ly1xcRRW9vpcvEXo7Q9R",
"version": 0,
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "p5asbbjx1p90"
}
},
"createdBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"createdAt": "2020-04-22T09:10:22Z",
"updatedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"updatedAt": "2020-04-22T09:10:22Z"
}
},
{
"name": "Editor",
"description": "Allows editing, publishing and archiving of content",
"policies": [
{
"effect": "allow",
"actions": "all",
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
}
]
}
},
{
"effect": "allow",
"actions": "all",
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
}
]
}
}
],
"permissions": {
"ContentModel": ["read"],
"Settings": [],
"ContentDelivery": [],
"Environments": [],
"EnvironmentAliases": []
},
"sys": {
"type": "Role",
"id": "09M0BGG76Wp2UNMBgSxKGv",
"version": 0,
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "p5asbbjx1p90"
}
},
"createdBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"createdAt": "2020-04-22T09:10:22Z",
"updatedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"updatedAt": "2020-04-22T09:10:22Z"
}
},
{
"name": "Freelancer",
"description": "Allows only editing of content they created themselves",
"policies": [
{
"effect": "allow",
"actions": ["create"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
}
]
}
},
{
"effect": "allow",
"actions": ["create"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
}
]
}
},
{
"effect": "allow",
"actions": ["read"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
},
{
"equals": [
{
"doc": "sys.createdBy.sys.id"
},
"User.current()"
]
}
]
}
},
{
"effect": "allow",
"actions": ["update"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
},
{
"equals": [
{
"doc": "sys.createdBy.sys.id"
},
"User.current()"
]
},
{
"paths": [
{
"doc": "fields.%.%"
}
]
}
]
}
},
{
"effect": "allow",
"actions": ["delete"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
},
{
"equals": [
{
"doc": "sys.createdBy.sys.id"
},
"User.current()"
]
}
]
}
},
{
"effect": "allow",
"actions": ["read"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
},
{
"equals": [
{
"doc": "sys.createdBy.sys.id"
},
"User.current()"
]
}
]
}
},
{
"effect": "allow",
"actions": ["update"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
},
{
"equals": [
{
"doc": "sys.createdBy.sys.id"
},
"User.current()"
]
},
{
"paths": [
{
"doc": "fields.%.%"
}
]
}
]
}
},
{
"effect": "allow",
"actions": ["delete"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
},
{
"equals": [
{
"doc": "sys.createdBy.sys.id"
},
"User.current()"
]
}
]
}
}
],
"permissions": {
"ContentModel": ["read"],
"Settings": [],
"ContentDelivery": [],
"Environments": [],
"EnvironmentAliases": []
},
"sys": {
"type": "Role",
"id": "09MrKDfvFxjsr5PMEJjLBN",
"version": 0,
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "p5asbbjx1p90"
}
},
"createdBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"createdAt": "2020-04-22T09:10:22Z",
"updatedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"updatedAt": "2020-04-22T09:10:22Z"
}
},
{
"name": "Translator",
"description": "Allows editing of localized fields in the specified language",
"policies": [
{
"effect": "allow",
"actions": ["read"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
}
]
}
},
{
"effect": "allow",
"actions": ["read"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
}
]
}
},
{
"effect": "allow",
"actions": ["update"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Entry"
]
},
{
"paths": [
{
"doc": "fields.%.%"
}
]
}
]
}
},
{
"effect": "allow",
"actions": ["update"],
"constraint": {
"and": [
{
"equals": [
{
"doc": "sys.type"
},
"Asset"
]
},
{
"paths": [
{
"doc": "fields.%.%"
}
]
}
]
}
}
],
"permissions": {
"ContentModel": ["read"],
"Settings": [],
"ContentDelivery": [],
"Environments": [],
"EnvironmentAliases": []
},
"sys": {
"type": "Role",
"id": "09MWbiu0nlnFuYVtcAU3wf",
"version": 0,
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "p5asbbjx1p90"
}
},
"createdBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"createdAt": "2020-04-22T09:10:22Z",
"updatedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "066RqBikAjzKy0SWUEtFvH"
}
},
"updatedAt": "2020-04-22T09:10:22Z"
}
}
]
}