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
I
ifox352d ago
Hi @mfubpon are you on twill 3?
L
lazydog352d ago
sorry, I am using twill 2
I
ifox352d ago
ok, you would need to override this in your module controller: https://github.com/area17/twill/blob/2.x/src/Http/Controllers/Admin/ModuleController.php#L1259
GitHub
twill/ModuleController.php at 2.x · area17/twill
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/c...
I
ifox352d ago
you can call parent::getIndexTableMainFilters in your override to get all the existing filters and add your own
L
lazydog352d ago
thanks, it works 🙂
I
ifox352d ago
awesome
Want results from more Discord servers?
Add your server
More Posts
Twill advanced permissionsI've followed the documentation with regard to adding the enabled and permission key to config/twillUpdating Translations from the Command LineHi all, as usual I assume I'm misunderstanding something basic about how Laravel works, but I have bPreview ModulesHey how do you go about previewing modules? There is not a lot of documentation available. How do yoLegacy Settings Sections return values doesn't workHi, After save Settings to database, values doesn't bind in inputs. How fixed this @ifox.dev ?New module item errorWhen i make a new module i get this error, i'm using the twill metadata pacakage ```Object { messagCustom form fieldsI'm trying to make a custom form field to override the custom WYSIWYG form field. I've followed thiNew Settings approachHey, a i have a small question - how build a settings page like in https://demo.twill.io/settings/seRender repeater in block blade fileI have made a block named "gallery" with a repeater containing medias named "gallery-item", please hFetch all images in a blockHow do you fetch all the images in a block? For e.g i have this block <x-twill::medias name="slRepeater without blocksHow do you add and render a repeater without including it in the block?Adding custom blocks to modulesHow do you add custom blocks to modules? Generally i add blocks to a module using $form->add(BlockEd$renderData returns null when trying to render nestedblocks@php /** @var \A17\Twill\Services\Blocks\RenderData $renderData */ dd($renderData) Fetch all models with field value of XSorry to ask such a basic question but I want to do the following.... I have a model called Work (anDisplaying Block elements on the Front Pagehow do you display block elements on the frontpage? And i don't mean the preview file. I want to acc