Skip to content

Commit

Permalink
chore(block-meta): regenerate block-meta.json correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdax98 committed Nov 21, 2023
1 parent 4e74560 commit 6772e5d
Showing 1 changed file with 31 additions and 16 deletions.
47 changes: 31 additions & 16 deletions packages/api/cms-api/block-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
{
"name": "props",
"kind": "OneOfBlocks",
"blocks": [
"PixelImage",
"SvgImage"
],
"blocks": {
"pixelImage": "PixelImage",
"svgImage": "SvgImage"
},
"nullable": false
}
]
Expand All @@ -60,10 +60,10 @@
{
"name": "props",
"kind": "OneOfBlocks",
"blocks": [
"PixelImage",
"SvgImage"
],
"blocks": {
"pixelImage": "PixelImage",
"svgImage": "SvgImage"
},
"nullable": false
}
]
Expand Down Expand Up @@ -142,6 +142,11 @@
"kind": "Boolean",
"nullable": false
},
{
"name": "scope",
"kind": "Json",
"nullable": true
},
{
"name": "fileUrl",
"kind": "String",
Expand Down Expand Up @@ -269,10 +274,10 @@
{
"name": "props",
"kind": "OneOfBlocks",
"blocks": [
"InternalLink",
"ExternalLink"
],
"blocks": {
"internal": "InternalLink",
"external": "ExternalLink"
},
"nullable": false
}
]
Expand All @@ -297,10 +302,10 @@
{
"name": "props",
"kind": "OneOfBlocks",
"blocks": [
"InternalLink",
"ExternalLink"
],
"blocks": {
"internal": "InternalLink",
"external": "ExternalLink"
},
"nullable": false
}
]
Expand Down Expand Up @@ -393,6 +398,11 @@
"kind": "Boolean",
"nullable": false
},
{
"name": "scope",
"kind": "Json",
"nullable": true
},
{
"name": "image",
"kind": "NestedObject",
Expand Down Expand Up @@ -839,6 +849,11 @@
"kind": "Boolean",
"nullable": false
},
{
"name": "scope",
"kind": "Json",
"nullable": true
},
{
"name": "fileUrl",
"kind": "String",
Expand Down

0 comments on commit 6772e5d

Please sign in to comment.