@esfaenza/core 19.2.124 → 19.2.126
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.
|
@@ -1450,9 +1450,9 @@ class EntityFeedsWidgetComponent {
|
|
|
1450
1450
|
//#region DebugMode
|
|
1451
1451
|
if (this.DebugMode) {
|
|
1452
1452
|
this.Feeds = [
|
|
1453
|
-
{ id: "1", content: "Prova", user: "DEBUG", dateins: new Date() },
|
|
1454
|
-
{ id: "2", content: "Prova2", user: "DEBUG", dateins: new Date() },
|
|
1455
|
-
{ id: "3", content: "Prova3", user: "DEBUG", dateins: new Date() },
|
|
1453
|
+
{ id: "1", content: "*Prova* :smile:", user: "DEBUG", dateins: new Date() },
|
|
1454
|
+
{ id: "2", content: "**Prova2** :heart:", user: "DEBUG", dateins: new Date() },
|
|
1455
|
+
{ id: "3", content: "***Prova3*** :white_check_mark:", user: "DEBUG", dateins: new Date() },
|
|
1456
1456
|
];
|
|
1457
1457
|
return;
|
|
1458
1458
|
}
|