Add Files field to block
Hi guys,
I'm trying to create a block with a files field like this:
@twillBlockTitle('Embed Video')
@twillBlockIcon('image')
@twillBlockGroup('app')
<x-twill:files
name="video"
label="video"
note="Video will overwrite previously selected images"
:max="1"
/>
and i get this error: Unable to locate a class or view for component [twill:files].
What am i missing?
Thanks for support
3 Replies