Browse Source

Markdown for all hints.

pull/768/head
Sebastian 4 years ago
parent
commit
09a4c7f561
  1. 2
      frontend/app/features/content/pages/content/editor/content-section.component.html
  2. 2
      frontend/app/features/content/shared/forms/component-section.component.html

2
frontend/app/features/content/pages/content/editor/content-section.component.html

@ -10,7 +10,7 @@
<h3>{{separator.displayName}}</h3> <h3>{{separator.displayName}}</h3>
<sqx-form-hint *ngIf="separator.properties.hints && separator.properties.hints.length > 0"> <sqx-form-hint *ngIf="separator.properties.hints && separator.properties.hints.length > 0">
{{separator.properties.hints}} <span [innerHTML]="separator.properties.hints | sqxMarkdownInline"></span>
</sqx-form-hint> </sqx-form-hint>
</div> </div>
</div> </div>

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

@ -3,7 +3,7 @@
<h3>{{separator!.displayName}}</h3> <h3>{{separator!.displayName}}</h3>
<sqx-form-hint *ngIf="separator.properties.hints && separator.properties.hints.length > 0"> <sqx-form-hint *ngIf="separator.properties.hints && separator.properties.hints.length > 0">
{{separator!.properties.hints}} <span [innerHTML]="separator.properties.hints | sqxMarkdownInline"></span>
</sqx-form-hint> </sqx-form-hint>
</div> </div>

Loading…
Cancel
Save