BlockComponent blocks are not available in BlockEditor
I created blocks using
php artisan twill:make:componentBlock name
as per documentation, but none of them are available in block editor. I think I set up BlockEditor as it should be BlockEditor::make()->blocks(['Columns', 'text', 'imagetext', 'image'])
.
Do I need to register BlockComponents somewhere?...Slows down the page after saving the @formConnectedFields field
Good afternoon
I have several roles to which I want to attach the ability to select certain actions (publishing a post, unpublishing, for example).
The problem is that after saving, when you click on the checkbox again, the page slows down and crashes with an error that the page is not responding....
Checked checkboxes by default
Good afternoon (morning)! I use the Multiple Checkboxes field
How can I make certain fields checked by default? For example arts and civic (in the example)....

Define Settings-Views inside a package>capsule
Is there a way to configure a settings related view inside a package capsule? I couldn't find something about that one. For example a "registerSettingsViewPath" or a property/method returning an explicit view for the related settings.
DatePicker not updating or incorrectly updating field
Having a weird issue with the DatePicker field which seems to have popped up in the last few weeks or so (project is still in development so not sure exactly when it started happening). DatePicker was working previously.
Running 3.0.1 and I have ran
twill:update
Two issues appear to be happening....fileparams in Model
Is there any documentation on fileparams. For instance how to add file types parameter to it
Third Level Categories
How do we set our model to cater a third level category or parent->child->child? Currently it only cater until 2nd level. Please see attached image. I wan to create another child of "Another Product", though it was saved into the database but I cannot be displayed.

How to create multiple navigations with multiple levels based on the navigation Guide
Following the Guide at https://twillcms.com/guides/page-builder-with-blade/adding-navigation.html it's straight forward to integrate a navigation with page browser. But what if you want to create multiple navigations: primary, sidebar, footer
And maybe they also have different levels.
So the one starting with "Startseite" would be primary one but "test" should not be a second level navigation item. They should be on one level as primary navigation but another level would be a submenu for example.
"Menü 2" could be a separate navigation which should not be rendered with the primary navigation items....

adding a custom link in the dashboard
Is there any way to add a link to a custom page in the dashboard? like adding the link in dashbord.modules array in config/twill.php. Twill 3
->getRelated for menu didnt work.
I follow this manual
https://twillcms.com/guides/page-builder-with-blade/adding-navigation.html
I do all the thinks which is there,
I do some links to my pages in twill
I will be see a relatitons in twill table...
Twill + Spatie permissions
How would someone go about implementing spatie permissions in Twill. The spatie permissions are pretty comprehensive. For e.g If i wanted certain articles in a module article to be accessible only to a certain group, Twill doesn't have permission management for such a scenario. So how would one implement them in the CMS?
v3 package resources / blade templates
I created a fresh v3 package but inside the documentation I can’t find a description on how to add blade templates.
Right now I follow the guide on how to manage frontend users as profiles but I want to create corresponding admin/repeaters/tasks.blade.php and other views inside the package so I can reuse it easier on new projects and also distribute the package later.
Looks like there is a mix between v2 and v3 stuff in the documentation as well? Because there is nonstick directory: resources/views/admin/repeaters/...
v3 Package creation - version mismatch
Hey,
I started installing twill 3 n a fresh Jetstream based laravel App. I could also create my first package but it looks like the package requires twill v2.6 instead of 3.
Updating the composer.json file of the newly created package helps but maybe there will be follow up errors?...
Hi, do you know where I can add another link?
Aligned with All Items, Published, Draft and Trashed. I just want to add new link
Twill advanced permissions
I've followed the documentation with regard to adding the enabled and permission key to config/twill.php. I ran the migrations, although it reported back there were no migrations. However i don't see the permissions tab in my module. What am i missing?
Updating Translations from the Command Line
Hi all, as usual I assume I'm misunderstanding something basic about how Laravel works, but I have been stuck trying to update existing translations directly with data from a Console Command. I'm trying to back-fill some missing information that I'm scraping from HTML files.
I have tried several different combinations of querying the database to get the existing record and updating it, but nothing seems to work. I can verify that the entry I'm trying to update exists in the database, but when I try to
update()
or save()
I just don't get any results, and don't get any errors.
This is my current attempt to query out the existing entries. Not sure how to update the model that this returns....Preview Modules
Hey how do you go about previewing modules? There is not a lot of documentation available. How do you handle route. When you click on the route that is generated by the backend for instance http://localhost:9000/en/pages/intro the result is not found. If i add a route which routes to the view located at the /site/modulename.blade.php it returns an error $item not found.
Legacy Settings Sections return values doesn't work
Hi,
After save Settings to database, values doesn't bind in inputs.
How fixed this @ifox.dev ?...

New module item error
When i make a new module i get this error, i'm using the twill metadata pacakage
...
Object { message: "Illuminate\\Database\\Grammar::parameterize(): Argument #1 ($values) must be of type array, string given, called in /var/www/libera/website/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php on line 1022", exception: "TypeError", file: "/var/www/libera/website/vendor/laravel/framework/src/Illuminate/Database/Grammar.php", line: 168, trace: (72) […] }
Object { message: "Illuminate\\Database\\Grammar::parameterize(): Argument #1 ($values) must be of type array, string given, called in /var/www/libera/website/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php on line 1022", exception: "TypeError", file: "/var/www/libera/website/vendor/laravel/framework/src/Illuminate/Database/Grammar.php", line: 168, trace: (72) […] }