Hi,
is it possible to access the site object in vue components (blocktypes)?
For example in my index.js smth like that:
<div class="kd-button-preview" @dblclick="open" :style="'background-color: ' + site.primarycolor">
Site is not defined in this context and i didn’t find a way or instruction how to receive the site object.
Any ideas?
greetings