|
|
|
@ -76,9 +76,9 @@ |
|
|
|
<div class="col col-6"> |
|
|
|
<input type="text" class="form-control" id="field-label" readonly [ngModel]="field.name" [ngModelOptions]="{standalone: true}" /> |
|
|
|
|
|
|
|
<span class="form-hint"> |
|
|
|
<small class="form-text text-muted"> |
|
|
|
The name of the field in the API response. |
|
|
|
</span> |
|
|
|
</small> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -90,9 +90,9 @@ |
|
|
|
|
|
|
|
<input type="text" class="form-control" id="field-label" maxlength="100" formControlName="label" /> |
|
|
|
|
|
|
|
<span class="form-hint"> |
|
|
|
<small class="form-text text-muted"> |
|
|
|
Define the display name for the field for documentation and user interfaces. |
|
|
|
</span> |
|
|
|
</small> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -104,9 +104,9 @@ |
|
|
|
|
|
|
|
<input type="text" class="form-control" id="field-hints" maxlength="100" formControlName="hints" /> |
|
|
|
|
|
|
|
<span class="form-hint"> |
|
|
|
<small class="form-text text-muted"> |
|
|
|
Define some hints for the user and editor for the field for documentation and user interfaces. |
|
|
|
</span> |
|
|
|
</small> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -116,9 +116,9 @@ |
|
|
|
<input class="form-check-input" type="checkbox" formControlName="isListField"> List Field |
|
|
|
</label> |
|
|
|
|
|
|
|
<div class="form-hint"> |
|
|
|
<small class="form-text text-muted"> |
|
|
|
List fields are shown as a column in the content list. If no list field is defined, the first field is shown. |
|
|
|
</div> |
|
|
|
</small> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|