[CST-12825] Ror integration

This commit is contained in:
Vincenzo Mecca
2023-12-13 18:00:06 +01:00
parent 8ba14aa3be
commit e7f5c48d8c
9 changed files with 87 additions and 12 deletions

View File

@@ -55,6 +55,8 @@ export class MetadataValuesComponent implements OnChanges {
@Input() browseDefinition?: BrowseDefinition;
@Input() img?: string;
ngOnChanges(changes: SimpleChanges): void {
this.renderMarkdown = !!this.appConfig.markdown.enabled && this.enableMarkdown;
}