edit static pages in backend
This commit is contained in:
parent
e771c4921f
commit
783ac823ba
59 changed files with 1644 additions and 761 deletions
23
resources/lang/en/alerts.php
Normal file
23
resources/lang/en/alerts.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Alert Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain alert messages for various scenarios
|
||||
| during CRUD operations. You are free to modify these language lines
|
||||
| according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'backend' => [
|
||||
'pages' => [
|
||||
'created' => 'The Page was successfully created.',
|
||||
'deleted' => 'The Page was successfully deleted.',
|
||||
'updated' => 'The Page was successfully updated.',
|
||||
],
|
||||
],
|
||||
];
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue