Show read-only editor in versions (not actually versioning yet)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-02 22:33:13 -06:00
parent 26e8d6ecd6
commit ab811bb54c
12 changed files with 56 additions and 147 deletions

View File

@@ -19,7 +19,7 @@
</ion-item>
</ion-list>
<div class="preview">
Page preview will be here.
<app-editor [pageId]="pageId" *ngIf="selectedVersion" [hosted]="true" [readonly]="true" #editor></app-editor>
</div>
</div>
</div>