I’m implementing Kitlook using VTEX IO.
I’ve already installed the app and, following the documentation, the very first step asks me to insert the following code into the interfaces.json file
Documentation:
// interfaces.json
{
“store.product.kitlook”: {
“allowed”: [“kitlook-layout”, “kitlook”]
}
}
Implemented code:
However, the following error is returned in the terminal:
error: Unsupported field allowed declared by store.product.kitlook. Blocks should declare only parent, props, render, title, children, and blocks.
Terminal error

What can I do to fix the issue and get the kitlook functionality working?

