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 resolves the issue where the edit URL of a block browser item fails to function properly when the browser name doesn't match the item module name. ##...

Fixes #2548 Also fixes the "All" option being in the role list

## Summary It would be nice if packages/capsules could register into twill:build, otherwise they can't really provide custom components and custom form fields In my project I'm working around that...

For the future roadmap We should change capsules to simply work from a list of classes, we don't really need all the string magic, it just makes it harded to...

## Description Currently when using the bucket feature, the morphMap has to match *exactly* the name of the twill module, this is very restrictive especially in projects where the morphMap...

## Description This pull request addresses the issue where the preview in the block content editor fails to update when block browser items are added or modified. ## Related Issues...

## Description I want to hide the language in the permalink of the admin interface only for the default language (which I think is a common use case) So I...

## Description ![image](https://github.com/area17/twill/assets/6115458/06dc830a-d5f6-4938-9d00-5897db10fd88) It seems input labels are double encoded ```php Input::make()->name('wrong_hint') ->label("A label with a 'single quote'") ``` Simple fix is to use `label: '{!! addslashes($label) !!}',` in blade...

## Description The `/admin` route throws a 404 error when using a fresh Laravel 11 install and the `basic-page-builder` preset. I narrowed it down to the catch-all route that is...