-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Samuell1/develop
Develop
- Loading branch information
Showing
6 changed files
with
91 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
|
||
return [ | ||
'plugin' => [ | ||
'name' => 'Content Editor', | ||
'description' => 'Front-end content editor' | ||
], | ||
'settings' => [ | ||
'main_settings' => 'Hlavné nastavenia', | ||
'style_palettes' => 'Palety štýlov', | ||
'buttons' => 'Tlačidlá', | ||
'permissions' => 'Práva', | ||
'permissions_comment' => 'Zobraziť Content editor iba pre', | ||
'image_folder' => 'Zložka pre obrázky', | ||
'image_folder_comment' => 'Upload obrázkov do priečinku v MediaLibrary', | ||
'name' => 'Názov', | ||
'class' => 'Trieda', | ||
'allowed_tags' => 'Povolené tagy', | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters