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...
## Description Related to https://github.com/area17/twill/discussions/880 This PR introduces some changes: **Allow media and files to be "deduplicated" by using the SHA1 hash of files contents to generate directory or file...
## Description This PR allows users to know where images and files have been linked or referenced from either the media library or a media/file form field. The PR introduces...
## Description This adds the note to the UI if it is set. It does not work currently because a checkbox label is handled differently. ## Related Issues Fixes #1354
## Description This pr introduces the option to make a primary navigation show as a dropdown instead of a bar. - [ ] The menu blade files are pretty big....
## Description This is just splitting the indicator from #1359
## Description When using the scope function `withActiveTranslations()` in combination with `orderByTranslation()` or `orderByRawByTranslation`, the orderBy functions was overwriting the with-query from `withActiveTranslations()`. This results in all languages being delivered...
## Description This PR changes a bit the way how user can interact with CMS preview. Interaction with anchor links from current page are allowed as well as interactions with...
## Description This functionality adds a feature for developers to invoke a custom JS function which will transform the output of the input and insert event info into something new....
Hello ## Description Add the possibility to duplicate an object even if the model has no revisions ## Remark There is certainly an internal function for that test ? →...
## Description For situations where you can create tags based on existing models other than the tag table, you will have to create pivot table for doing that. Taking into...