Browse Source

Merge remote-tracking branch 'remotes/origin/release/4.x'

pull/590/head
Sebastian 5 years ago
parent
commit
4a344b69a6
  1. 2
      frontend/app/features/content/shared/forms/field-editor.component.html

2
frontend/app/features/content/shared/forms/field-editor.component.html

@ -181,6 +181,6 @@
</div>
<sqx-form-hint *ngIf="field.properties.hints?.length > 0">
{{field.properties.hints}}
<span [innerHTML]="field.properties.hints | sqxMarkdownInline"></span>
</sqx-form-hint>
</div>

Loading…
Cancel
Save