twill icon indicating copy to clipboard operation
twill copied to clipboard

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk...

Results 227 twill issues
Sort by recently updated
recently updated
newest added

## Description When Im trying to overwrite any default MediaField component (just want to add some new buttons), and i put it in resources/assests/js/components (I already have some overwrited components...

i have a problem where my translated medias field can't be validated in the back-end i tried all these roles 'medias[banner_image][en][0]' => 'required', 'medias[banner_image][en] => 'required', 'medias.banner_image.en.0' => 'required', 'medias.banner_image.en'...

## Description using checkbox field in setting pages will lead to server error ### Steps to reproduce lets say you have section called types in setting page and you wan't...

Fixes the warning ```txt [tiptap warn]: Duplicate extension names found: ['hardBreak', 'horizontalRule']. This can lead to issues. ``` For reference https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/src/starter-kit.ts#L30-L33

The block title is being displayed both in the repeater header and in the block content ![image](https://github.com/area17/twill/assets/6115458/a6b5e1ef-d618-48b7-9b2e-ce7f6ed9365f) ![image](https://github.com/area17/twill/assets/6115458/6d435304-abe8-45e7-acfb-445bda60d6ce) This is wasting precious screen space The default blocks don't seem to...

As someone new to Twill, I was tripped up by the default blocks. This could be simply user error or education is needed. The other option would be to update...

## Description Fix preview mode when trying to preview a revision that contains a block that itself uses a blockable relation. The fix is relatively simple: we just move the...

## Description In revision previews the relation "blockable" is always null. This means that all block views or its block class that make use of a blockable relation either throw...

## Summary Right now the `tags` relation is defined as `morphToMany` and the TaggableTrait is included on each twill model (even translations and slugs) This doesn't make much sense from...