Skip to content

Commit

Permalink
WEBUI-1635: support of expression.eval property to WEBUI
Browse files Browse the repository at this point in the history
  • Loading branch information
alokhyland committed Jan 23, 2025
1 parent d27d650 commit ff0c5cc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@

<!-- Search result numberFormatting -->
<property name="org.nuxeo.web.ui.numberFormatting.enabled">${org.nuxeo.web.ui.numberFormatting.enabled:=}</property>

<!-- Control eval allowed in CSP, default is true -->
<property name="org.nuxeo.web.ui.expressions.eval">${org.nuxeo.web.ui.expressions.eval:=true}</property>

</extension>
</component>

0 comments on commit ff0c5cc

Please sign in to comment.