mirror of https://github.com/Squidex/squidex.git
9 changed files with 47 additions and 42 deletions
@ -1,3 +1,13 @@ |
|||||
<div [formGroup]="editForm"> |
<div [formGroup]="editForm"> |
||||
<span>Nothing to setup</span> |
<div class="form-group row"> |
||||
|
<label class="col col-3 col-form-label" for="{{field.fieldId}}_editorUrl">Editor Url</label> |
||||
|
|
||||
|
<div class="col col-6"> |
||||
|
<input type="text" class="form-control" id="{{field.fieldId}}_editorUrl" formControlName="editorUrl" /> |
||||
|
|
||||
|
<small class="form-text text-muted"> |
||||
|
Url to your plugin if you use a custom editor. |
||||
|
</small> |
||||
|
</div> |
||||
|
</div> |
||||
<div> |
<div> |
||||
@ -1,2 +1,6 @@ |
|||||
@import '_vars'; |
@import '_vars'; |
||||
@import '_mixins'; |
@import '_mixins'; |
||||
|
|
||||
|
.form-group { |
||||
|
margin: 0; |
||||
|
} |
||||
Loading…
Reference in new issue