Json schema for custom block #1503
kingyue737
started this conversation in
Ideas
Replies: 2 comments
-
I've just seen someone request the same feature in vetur. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes this is easy in my mind, you can open a feature request to https://github.com/johnsoncodehk/volar-plugins. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using vite-plugin-page which allowed to define vue route config with a custom json block. I wonder is it possible to map custom block to a json schema. Currently, the only possbile way is to manually add
$schema
property pointing to an online schema in every block. Local json schema or VsCode built-in settings for mapping schema do not work.Beta Was this translation helpful? Give feedback.
All reactions