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