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/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.75k stars 572 forks source link

Allow singular capsules on navigation #2572

Closed antonioribeiro closed 4 months ago

antonioribeiro commented 5 months ago

Description

Accept singular capsules on the navigation links. This will allow users to define it this way:

NavigationLink::make()
    ->addModuleNameException('twillGoogleRecaptcha')
    ->forModule('twillGoogleRecaptcha')
    ->title('Google reCAPTCHA'),