summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/topology-template/topology-template.component.html
blob: 3831ca6d952ca9e3d2480534c501785a27497107 (plain)
1
2
3
4
5
6
7
8
<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:330px;" (autocomplete)="content">
</ace-editor>