We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Is there a way of using existing an Node Palette Component and customising it?
I know that I can provide a custom implementation using the slot functionality (as described here: https://v2.baklava.tech/visual-editor/customization.html#custom-components), but I want to be able to base my implementation on the existing baklavajs Node Palette implementation.
Basically, adding NodePalette.vue to the index.ts in renderer-vue which defines exported objects would solve my issue.
NodePalette.vue
index.ts
renderer-vue
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
That is indeed missing in the index.ts, thanks for letting me know 👍
Sorry, something went wrong.
Export NodePalette component (#287)
d33458c
Fixed in v2.0.2-beta.4
No branches or pull requests
Hi,
Is there a way of using existing an Node Palette Component and customising it?
I know that I can provide a custom implementation using the slot functionality (as described here: https://v2.baklava.tech/visual-editor/customization.html#custom-components), but I want to be able to base my implementation on the existing baklavajs Node Palette implementation.
Basically, adding
NodePalette.vue
to theindex.ts
inrenderer-vue
which defines exported objects would solve my issue.Thanks in advance :)
The text was updated successfully, but these errors were encountered: