fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-23 12:50:40 +00:00
parent ab1a6c588f
commit 4bef37a951
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -22,6 +22,8 @@ return ['Editor' => [
'Insert' => 'Einfügung',
'Layout' => 'Layout',
'Name' => 'Name',
'Note' => 'Note',
'Notes' => 'Notes',
'Permission' => 'Erlaubnis',
'Preview' => 'Vorschau',
'Save' => 'Speichern',