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.63k stars 560 forks source link

Disable controlLanguagesPublication for settings page #2620

Open epicuristic opened 3 weeks ago

epicuristic commented 3 weeks ago

Description

Since the language publishing control in the settings module is not affecting anything, it's better to hide UI elements related to it. There also is a reference for such disabling in the legacy implementation (see settings.blade.php), but for some reason, it wasn't implemented in the newer one.

See before and after:

image image