@esfaenza/core 19.2.97 → 19.2.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  export declare class EntityFeedsWidgetConfiguration {
2
- WidgetTitle: string;
2
+ GetFeedsAPI: string;
3
3
  AllowUserTags: boolean;
4
4
  GetUserTagsAPI: string;
5
5
  AllowReactions: boolean;
@@ -1390,7 +1390,7 @@ class EntityFeedsWidgetComponent {
1390
1390
  }
1391
1391
  ngOnInit() {
1392
1392
  if (this.ModuleConfig) {
1393
- this.WidgetTitle = this.WidgetTitle ?? this.ModuleConfig.WidgetTitle;
1393
+ this.GetFeedsAPI = this.GetFeedsAPI ?? this.ModuleConfig.GetFeedsAPI;
1394
1394
  // User Tags
1395
1395
  this.AllowUserTags = this.AllowUserTags ?? this.ModuleConfig.AllowUserTags;
1396
1396
  this.GetUserTagsAPI = this.GetUserTagsAPI ?? this.ModuleConfig.GetUserTagsAPI;