twill
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...
This Feature allows the developer to create new items within a browser field. To enable the 'Create new item' button/feature, set either ```$browsers``` or ```$browsersWithCreate``` properties on the module repository:...
## Summary Hello team! I want the repeater to allow users to configure whether the block starts off opened or closed. As of now, the block is closed by default...
## Summary Add support for Multi Select field in Conditional fields ## Describe the solution you'd like When you add a checked option on the Multi Select a related Conditional...
## Description Not sure if this is a local or Twill issue, but with a navigation like this: ``` 'settings' => [ 'title' => 'Settings', 'route' => 'admin.settings', 'params' =>...
## Description When using Connected Fields, they do not evaluate on page load. You have to re-selected the toggling field in order for the connected fields to display. ### Steps...
## Summary - [ ] Allow publishing custom icons - [ ] Publish block Vue components ## Describe the solution you'd like This is a follow up of https://github.com/area17/twill/pull/1446 with...
## Description Error retrieving credentials from the instance profile metadata service. (cURL error 28: Connection timed out after 1001 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://169.254.169.254/latest/meta-data/iam/security-credentials/) (View: /var/www/html/vendor/area17/twill/views/layouts/dashboard.blade.php) ### Steps to reproduce...
Currently these are strings, but we can add an "enum" ``` class PermissionLevels { public const ROLE = 'role', } ```
## Summary We could cache the compiled data of blocks and repeaters (when not in dev mode)
## Description `vendor/area17/twill/src/Repositories/Behaviors/HandleRepeaters.php::updateRepeater()` has the following annotation for the 4th parameter `$modelOrRepository`: ``` @param \A17\Twill\Models\Model|\A17\Twill\Repositories\ModuleRepository|null $modelOrRepository ``` However you typically pass a string here, e.g.: ``` $this->updateRepeater($object, $fields, 'items', 'AccordionItem',...