diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index 97a55b4..83bb895 100755 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -84,7 +84,7 @@ class EditorDoc implements \JsonSerializable * @var string * @since 1.0.0 */ - private string $virtualPath = '/'; + public string $virtualPath = '/'; /** * Doc is visible in editor doc list. diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index c15907c..0bd63a6 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -22,6 +22,8 @@ return ['Editor' => [ 'Insert' => 'Einfügung', 'Layout' => 'Layout', 'Name' => 'Name', + 'Note' => 'Note', + 'Notes' => 'Notes', 'Permission' => 'Erlaubnis', 'Preview' => 'Vorschau', 'Save' => 'Speichern',