mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-15 01:38:40 +00:00
fix tests
This commit is contained in:
parent
ab1a6c588f
commit
4bef37a951
|
|
@ -84,7 +84,7 @@ class EditorDoc implements \JsonSerializable
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private string $virtualPath = '/';
|
public string $virtualPath = '/';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Doc is visible in editor doc list.
|
* Doc is visible in editor doc list.
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,8 @@ return ['Editor' => [
|
||||||
'Insert' => 'Einfügung',
|
'Insert' => 'Einfügung',
|
||||||
'Layout' => 'Layout',
|
'Layout' => 'Layout',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
|
'Note' => 'Note',
|
||||||
|
'Notes' => 'Notes',
|
||||||
'Permission' => 'Erlaubnis',
|
'Permission' => 'Erlaubnis',
|
||||||
'Preview' => 'Vorschau',
|
'Preview' => 'Vorschau',
|
||||||
'Save' => 'Speichern',
|
'Save' => 'Speichern',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user