33 lines
660 B
TypeScript
33 lines
660 B
TypeScript
export const checksums = {
|
|
"content": "v3.5.0--bgIYhpjRuV8zbHJE_CfelwKpJ_Td6YuGJwixiek8lmI"
|
|
}
|
|
export const checksumsStructure = {
|
|
"content": "bgIYhpjRuV8zbHJE_CfelwKpJ_Td6YuGJwixiek8lmI"
|
|
}
|
|
|
|
export const tables = {
|
|
"content": "_content_content",
|
|
"info": "_content_info"
|
|
}
|
|
|
|
export default {
|
|
"content": {
|
|
"type": "page",
|
|
"fields": {
|
|
"id": "string",
|
|
"title": "string",
|
|
"body": "json",
|
|
"description": "string",
|
|
"extension": "string",
|
|
"meta": "json",
|
|
"navigation": "json",
|
|
"path": "string",
|
|
"seo": "json",
|
|
"stem": "string"
|
|
}
|
|
},
|
|
"info": {
|
|
"type": "data",
|
|
"fields": {}
|
|
}
|
|
} |