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
I’ve been using your package to manage role permissions, and it’s incredibly helpful. However, I’ve encountered an issue while listing widgets on the dedicated page for roles.
I want to translate the names of widgets to display them properly in the UI. Unfortunately, I couldn’t find anything in the documentation about how to achieve this.
I’ve tried setting a custom heading for widgets using:
protected$heading = 'something for heading';
While this works, it also displays the label above the widget itself, which makes the UI look inconsistent, and I would prefer not to use this approach.
I’m looking for a way to define widget names or labels in the lang folder for better localization.
Additionally, I’d like to create custom labels for custom permissions in a similar way. Could you please guide me on how to achieve this?
Thank you for your time and support!
The text was updated successfully, but these errors were encountered:
Hello and thank you for this amazing package!
I’ve been using your package to manage role permissions, and it’s incredibly helpful. However, I’ve encountered an issue while listing widgets on the dedicated page for roles.
I want to translate the names of widgets to display them properly in the UI. Unfortunately, I couldn’t find anything in the documentation about how to achieve this.
I’ve tried setting a custom heading for widgets using:
While this works, it also displays the label above the widget itself, which makes the UI look inconsistent, and I would prefer not to use this approach.
I’m looking for a way to define widget names or labels in the lang folder for better localization.
Additionally, I’d like to create custom labels for custom permissions in a similar way. Could you please guide me on how to achieve this?
Thank you for your time and support!
The text was updated successfully, but these errors were encountered: