edit static pages in backend
This commit is contained in:
parent
e771c4921f
commit
783ac823ba
59 changed files with 1644 additions and 761 deletions
22
resources/lang/en/menus.php
Normal file
22
resources/lang/en/menus.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Menus Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used in menu items throughout the system.
|
||||
| Regardless where it is placed, a menu item can be listed here so it is easily
|
||||
| found in a intuitive way.
|
||||
|
|
||||
*/
|
||||
|
||||
'backend' => [
|
||||
'access' => [
|
||||
'title' => 'Access Management',
|
||||
|
||||
],
|
||||
],
|
||||
];
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue