Not possible redefine twill vue components
Hello Dear Support Team!
i tried to redefine vue components.
after the build command, twill created this component in frontend/components/custom/TitleEditor.vue...
twill metadata
Hello everyone do you know any package to setup SEO from dashboard compatible with Twill 3 ?
Or any way how to render seo fieldset in Pages with twill 3 https://github.com/cwsdigital/twill-metadata...
Homepage 404 Error
Hello guys I just installed twill 3 and accessing home route return 404 when i access/page page return as well but home still display error 404

Minimum Node version?
I'm updating our site to the latest version of Twill 2—2.13.0. I have all the composer packages and their dependencies updated and installed and I ran
php artisan twill:update
successfully. But I'm running into a bug when I run php artisan twill:build
:
```
ERROR Error loading /home/vagrant/website/vendor/area17/twill/vue.config.js:
ERROR SyntaxError: Unexpected token ?...Disabling automaticNavigation from Capsules
Hi folks, how can i disable automaticNavigation from Capsules
Listing Columns
I have to create a dynamic column that does not exist in the database.
In Twill 2, I used a presenter for this.
In Twill 3, it seems that this is still possible but deprecated.
...
Selecting category and subcategory(its childs) for item in form
Hello guys,
Situation
I have a situation with nested categories. We have a restaurant and our web is power by Twill 2. So at first, I cannot find documentation for this version of twill and also, upgrade is super hard, because There are some technical issues on our lightweight shared server.
Idea
1.We have standard menu full of food and drinks and we need to organize it better way then it is now. So I've created nested menu categories: Food(lvl1): salads, pasta, meat(lvl2), Drinks(lvl1): Beer, Wine, limo, cocktails(lvl2). No problem, categories works and they are nested. ...
Crops for new Settings (3.0)
Hello
Is it possible to specify the crops for a media setting, using the new settings in 3.0? I could not figure this out from the documentation
Thanks in advance...
Date_picker withTime => false returns null values
Porting a 2.8 project over to 3 and the new date picker is causing trouble. I have a repeater with a date_picker field and when I set the withTime parameter to false, the form field value gets set to null before it gets to the afterSave() function in my repository.
Any ideas or links to how to solve it?...
Injecting Fields from a BladePartial into a Block Form
I am creating a blade with advanced options for each block where I configure the possibility of manipulating the padding and margin of each block as well as the possibility of hiding it. I add it to my blocks using BladePartial, but it turns out that by adding it in this way it is sending the data to my main form and not to the form of each block.
` public function getForm(): Form { ...

Upgrading from 2.8 to 3
Trying to upgrade an existing Twill project. Keep getting the following error in the log
[2023-07-18 17:50:09] production.ERROR: Target class [App\Http\Controllers\Admin\HomepageController] does not exist. {"exception":"[object] (Illuminate\Contracts\Container\BindingResolutionException(code: 0): Target class [App\Http\Controllers\Admin\HomepageController] does not exist. at /Users/mrpink/Desktop/Web Dev/acbsupgrade/vendor/laravel/framework/src/Illuminate/Container/Container.php:879)
...
Can not open admin dashboard
I'm tryin to go to login of admin page but from those configuration i cant can you help me with any idea how to slove this

DefaultBlocks
Hi!
Is there a way to hardcode the default blocks as well as prevent the user from loading them manually, something like this:
` BlockEditor::make()
->defaultBlocks([...
Slow response time in production
Hello together.
my frontend and backend has a real bad response time on the production server. 800 - 1000ms
have anyone a tipp for a laravel/ twill beginner 🙂
...
Title property missing
Im new to twill so apologies for the newb question. I've created a module and don't want the title field, I need a "registration" field instead. I saw somewhere in the docs that this is possible but not how to do it. I looked in the controller and Ive set $titleFormKey, $titleColumnKey and $modelTitle all to "registration" and ive figured I need to set $title property to "registration" in the model. Most of that now seems to work but when I save the record (which says its successful) I get a "missing title" in red at the top of the screen. If I click "missing title" and provide the registration again, it then shows the registration at the top of the screen but when i go back to the index list it doesnt show the registration and if i click to edit it again, I'm back to the "missing title" prompt
I guess I am missing something else. Can you point me in the right direction ? (Twill 3)
This is not a translating system, its just a single UK language...
Cloning Repeaters in 2.8 Not copying fields
Still using version 2.8.
When cloning a repeater that stores dates and times, the cloned version has all its files empty. Is there a way to get the cloned version to copy the contents of that repeater into the new one?...
I want to enable login and registration for my twill app
/login route is giving me this error "Target class [App\Http\Controllers\Auth\LoginController] does not exist."
I included this in my twill cinfig file:
'enabled' => [
'users-management' => true,...
Adding Comments to Posts
What is the best way to provide the ability to post comments on a Post? It standard practice for a blog>
Slug - title dependency
Hello guys! I have one problem with my slug input for each language version (any model) - its different and repeating the words which i type in my title. How can i turn off the option of repeating and change my slug input to not translatable
Customizing TwillCMS Admin
Is it possible to edit the twill admin interface?
I would love to add a kanban board feature to a very basic CRM I am trying to put together for my client using this package "https://madewithvuejs.com/draggable-kanban-board"....