aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/topology-template/topology-template.component.html
blob: fc8abd3c4b415642c8d3deec3f3447bdc3f34a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<ul class="defintionsNote">
    <li><b>To add new property: </b></li>
    <li>1. Use Copy and paste option or</li>
    <li>2. Write them manually</li>
</ul>
<ace-editor [(text)]="content" [mode]="'json'"
            [autoUpdateContent]="true" [durationBeforeCallback]="1000" [theme]="'eclipse'"
            (textChanged)="textChanged($event)"
            #editor style="height:300px;"
            (autocomplete)="content"
>
</ace-editor>