You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
If you have in your Kirby Role the wildcard permission set to false ('*' => false) you have to set the permission for this widget explicitly.
Unfortunately that would look like this at the moment: 'panel.widget.widget' => true
Which is pretty nasty because you dont know what widget that actually is and you get serious problems if another widget you use did the same mistake.
If you have in your Kirby Role the wildcard permission set to false (
'*' => false
) you have to set the permission for this widget explicitly.Unfortunately that would look like this at the moment:
'panel.widget.widget' => true
Which is pretty nasty because you dont know what widget that actually is and you get serious problems if another widget you use did the same mistake.
For reference and context, here is the discussion I had with texnixe on the topic:
https://forum.getkirby.com/t/widgets-are-auto-hidden-when-permission-is-false/9758
The text was updated successfully, but these errors were encountered: