![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ts.corals.io/corals-api/Corals/core/Menu/resources/lang/en/ |
<?php return [ 'menu' => [ 'key' => 'Key', 'name' => 'Name', 'url' => 'URL', 'active_menu_url' => 'Active URL pattern', 'active_menu_url_help' => 'e.g: users* (then this menu item will be active in users/create url)', 'icon' => 'Icon', 'icon_help' => '<i class="fa fa-info-circle"></i> For more icons please see <a href="http://fontawesome.io/icons" target="_blank"> <i class="fa fa-font-awesome" aria-hidden="true"></i> Font Awesome</a>', 'target' => 'Target', 'target_options' => [ '_blank' => 'New window', '_self' => 'Same window', ], 'roles' => 'Roles', 'roles_help' => '<span class="text-danger">if no roles selected then menu item will be visible to all.</span>', 'description' => 'Description', 'always_active' => 'Always Active' ] ];