editor form

This commit is contained in:
amazuecos
2025-02-25 18:41:59 +01:00
parent eea947e80b
commit 3406fb3005
23 changed files with 503 additions and 145 deletions

View File

@ -10,6 +10,11 @@ return [
'tarifas' => "Tariff",
'config' => "Configuration",
'messages' => "Messages",
'save' => "Save",
'release' => "Release",
'preview' => "Preview",
'edit' => "Edit",
'new_section' => "New section",
'errors' => [
'publish_before_save' => "You have to save before publish the content"
],