summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/topology-template/topology-template.component.html
blob: c7094f8e2ba0f6edc657fa931f3a329ae5b72c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<ul class="defintionsNote">
    <li><b>To add workflows and node templates </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>