Skip to content

Commit

Permalink
Widget editor: Add note that properties are not evaluated in the edit…
Browse files Browse the repository at this point in the history
…or (#2007)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 authored Aug 6, 2023
1 parent ffb4ce6 commit 0d34818
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
</f7-navbar>
<f7-block v-if="widget.props">
<f7-col>
<f7-block-footer>
Please note that expressions in properties are not evaluated inside the widget editor, but are evaluated when the widget is used on pages.
</f7-block-footer>
<config-sheet
:parameterGroups="widget.props.parameterGroups || []"
:parameters="widget.props.parameters || []"
Expand Down

0 comments on commit 0d34818

Please sign in to comment.