c7094f8e2ba0f6edc657fa931f3a329ae5b72c48
[ccsdk/cds.git] /
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>