diff --git a/src/Squidex.Read/Squidex.Read.csproj b/src/Squidex.Read/Squidex.Read.csproj
index b8f63e9f0..35140eb7f 100644
--- a/src/Squidex.Read/Squidex.Read.csproj
+++ b/src/Squidex.Read/Squidex.Read.csproj
@@ -16,9 +16,4 @@
-
-
- C:\Users\mail2\.nuget\packages\identityserver4\1.1.1\lib\netstandard1.4\IdentityServer4.dll
-
-
diff --git a/src/Squidex/app/framework/angular/rich-editor.component.ts b/src/Squidex/app/framework/angular/rich-editor.component.ts
index e6dcec5f1..4711b9b64 100644
--- a/src/Squidex/app/framework/angular/rich-editor.component.ts
+++ b/src/Squidex/app/framework/angular/rich-editor.component.ts
@@ -86,7 +86,7 @@ export class RichEditorComponent implements ControlValueAccessor, AfterViewInit,
self.tinyEditor.setContent(this.value || '');
}, 500);
},
- target: this.editor.nativeElement
+ removed_menuitems: 'newdocument', plugins: 'code', target: this.editor.nativeElement
});
});
}