From d1f6b22e753676f2156060ca191c13668c55c3cc Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Wed, 3 May 2017 18:07:57 +0200 Subject: [PATCH] Closes #33: Improve Html Editor --- src/Squidex.Read/Squidex.Read.csproj | 5 ----- src/Squidex/app/framework/angular/rich-editor.component.ts | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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 }); }); }