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 This PR modifies advance permission managements so it is possible to set permission level per module, not only on global level. This is useful when there is no...

## Description Manually entering the time does not update the state. ### Steps to reproduce 1. Open the **published from** datepicker 2. Type the time using the hour / minute...

## Description When I use color picker with dev modeı, I constantly get "Uncaught runtime errors:" Vue warning. ### Steps to reproduce Run twill in dev mode.; Create a block/model...

## Description When the entity contains blocks, the blocks with repeaters, the restore revision function will cause many unexpected rows in blocks table. And these rows will keep forever and...

## Description ### Steps to reproduce When I open the editor in the admin section I get the draggable element options deprecation warning in the console. It seems like file...

## Description `hideActiveCrop()` works only for a single media item but doesn't work with multiple items ->max($n) when $n > 1. ### Steps to reproduce Add a media form field...

## Description I've a Model with `use HasTranslation;` who has a JsonRepeater containing a translatable field. This is the only translatable field of this model, so `public $translatedAttributes = [];`....