https://twill.io logo
Hi if i want to use the twill 3 Block component cl...
# ❓questions
j
Hi if i want to use the twill 3 Block component class to register my blocks inside a package. https://github.com/area17/twill/blob/3.x/docs/content/1_documentation/5_block-editor/02_creating-a-block-editor.md In what folder structure would i than put the block file, the docs say for normal twill project it is: App\View\Components\Twill\Blocks In my package i have a capsule, so i would like to add the blocks to the capsule using the Block component class so that it works with the TwillPackageServiceProvider if possible 🙂