fix(registry): add 14 missing blocks to registry manifest (#1163)

Adds entries for all blocks in registry/blocks/ that were missing
from registry/registry.json:

- 12 VS Code code-snippet-* blocks (from #1113, same missed step)
- flowchart-vertical
- vfx-liquid-glass

Without these entries the CLI returns 'Item not found in registry'
even though the block files exist.
This commit is contained in:
Miguel Ángel
2026-06-02 12:19:19 -04:00
committed by GitHub
parent e9949d76ec
commit d8ed343d71
+56
View File
@@ -415,6 +415,62 @@
"name": "code-snippet-apple-terminal-solid-colors",
"type": "hyperframes:block"
},
{
"name": "code-snippet-dark-2026",
"type": "hyperframes:block"
},
{
"name": "code-snippet-dark-modern",
"type": "hyperframes:block"
},
{
"name": "code-snippet-dark-plus",
"type": "hyperframes:block"
},
{
"name": "code-snippet-high-contrast",
"type": "hyperframes:block"
},
{
"name": "code-snippet-high-contrast-light",
"type": "hyperframes:block"
},
{
"name": "code-snippet-light-2026",
"type": "hyperframes:block"
},
{
"name": "code-snippet-light-modern",
"type": "hyperframes:block"
},
{
"name": "code-snippet-light-plus",
"type": "hyperframes:block"
},
{
"name": "code-snippet-monokai",
"type": "hyperframes:block"
},
{
"name": "code-snippet-solarized-light",
"type": "hyperframes:block"
},
{
"name": "code-snippet-visual-studio-dark",
"type": "hyperframes:block"
},
{
"name": "code-snippet-visual-studio-light",
"type": "hyperframes:block"
},
{
"name": "flowchart-vertical",
"type": "hyperframes:block"
},
{
"name": "vfx-liquid-glass",
"type": "hyperframes:block"
},
{
"name": "parallax-zoom",
"type": "hyperframes:component"