From 83c39101908c6056df4e5176df00ef70f17a4831 Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Wed, 13 Dec 2023 15:49:27 -0500 Subject: [PATCH] account.v3 allow adding scripts like in v2 (#25507) * account.v3 allow adding scripts like in v2 Fixes #25502 Signed-off-by: Stan Silvert * Review comments Signed-of-by: Jon Koops --------- Signed-off-by: Stan Silvert Co-authored-by: Jon Koops --- js/apps/account-ui/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/apps/account-ui/pom.xml b/js/apps/account-ui/pom.xml index e2cbb8e115..57393ba46d 100644 --- a/js/apps/account-ui/pom.xml +++ b/js/apps/account-ui/pom.xml @@ -138,6 +138,11 @@ ]]> + <#list properties.scripts?split(' ') as script> + + + <#if properties.styles?has_content> <#list properties.styles?split(' ') as style>