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.
11 lines
334 B
11 lines
334 B
<sqx-layout titleText="i18n:common.sidebar" [width]="20" [white]="true" [padding]="true" [overflow]="true">
|
|
<sqx-content-extension
|
|
[url]="url | async"
|
|
[content]="contentsState.selectedContent | async"
|
|
[contentSchema]="(schemasState.selectedSchema | async)!">
|
|
</sqx-content-extension>
|
|
</sqx-layout>
|
|
|
|
|
|
|
|
|
|
|