12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
-
- return [
-
- 'direction' => 'ltr',
-
- 'actions' => [
-
- 'billing' => [
- 'label' => 'Manage subscription',
- ],
-
- 'logout' => [
- 'label' => 'Sign out',
- ],
-
- 'open_database_notifications' => [
- 'label' => 'Open notifications',
- ],
-
- 'open_user_menu' => [
- 'label' => 'User menu',
- ],
-
- 'sidebar' => [
-
- 'collapse' => [
- 'label' => 'Collapse sidebar',
- ],
-
- 'expand' => [
- 'label' => 'Expand sidebar',
- ],
-
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'Enable dark theme',
- ],
-
- 'light' => [
- 'label' => 'Enable light theme',
- ],
-
- 'system' => [
- 'label' => 'Enable system theme',
- ],
-
- ],
-
- ],
-
- 'avatar' => [
- 'alt' => 'Avatar of :name',
- ],
-
- 'logo' => [
- 'alt' => ':name logo',
- ],
-
- ];
|