From 0f8d095955fb3f0f200a1a340240f23ae31bc953 Mon Sep 17 00:00:00 2001 From: ibariss Date: Thu, 15 Jan 2026 09:44:32 +0000 Subject: [PATCH] Appsmitch test push to git --- pages/Page1/widgets/Text1.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/Page1/widgets/Text1.json b/pages/Page1/widgets/Text1.json index 3ac2d99..440d16c 100644 --- a/pages/Page1/widgets/Text1.json +++ b/pages/Page1/widgets/Text1.json @@ -17,6 +17,7 @@ } ], "dynamicHeight": "AUTO_HEIGHT", + "dynamicTriggerPathList": [], "fontFamily": "{{appsmith.theme.fontFamily.appFont}}", "fontSize": "1rem", "fontStyle": "BOLD", @@ -42,7 +43,7 @@ "responsiveBehavior": "fill", "rightColumn": 31, "shouldTruncate": false, - "text": "Hello {{appsmith.user.name || appsmith.user.email}}", + "text": "Hello {{appsmith.user.name || appsmith.user.email}} appsmith test", "textAlign": "LEFT", "textColor": "#231F20", "topRow": 2,