Kitlook on Vtex IO

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
erro-apresentado

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

what level of the store folder is this file at?

store/interfaces.json

in the terminal this error will only appear if you are inside the store/blocks folder

Hey Erislandio, how’s it going?

That was exactly it — I was putting it in the wrong place, and after making the change it worked.
Thanks a lot for your help.