mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
457 B
17 lines
457 B
<sqx-panel desiredWidth="20rem" [isBlank]="true" [isLazyLoaded]="false">
|
|
<ng-container title>
|
|
{{ 'common.sidebar' | sqxTranslate }}
|
|
</ng-container>
|
|
|
|
<ng-container content>
|
|
<sqx-content-extension
|
|
[url]="url | async"
|
|
[content]="contentsState.selectedContent | async"
|
|
[contentSchema]="(schemasState.selectedSchema | async)!">
|
|
</sqx-content-extension>
|
|
</ng-container>
|
|
</sqx-panel>
|
|
|
|
|
|
|
|
|
|
|