fc8abd3c4b415642c8d3deec3f3447bdc3f34a07
[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 new property: </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>