cwsdigital/twill-metadata

Settings page not showing

Closed this issue · 1 comments

Hello!

I just installed your package and for some reason when I click on the Settings menu, only the current page is reloading.
Added the Settings route to twill-navigation so It's showing if I hover the Setting menu.
SEO fields are showing in my models and works well.

Any idea why is it happening?

PHP 8.0
Twill 2.8.5

Thanks,
Zoli

Found out!

In twll-navigation.php I had to change this:
'params' => ['section' => 'general']
to:
'params' => ['section' => 'seo']
I didn't have a general section.