Add additional tooltip info

This commit is contained in:
HaveAGitGat 2023-07-28 08:18:58 +01:00
parent 2616e49217
commit 2583251e81

View file

@ -49,7 +49,10 @@ const details = () => ({
],
},
tooltip:
'Specify the condition to use when comparing the property value to the input value.',
'Specify the condition to use when comparing the property value to the input value. \\n'
+ ' The property value is on the left hand side of the comparison. For example \\n'
+ ' property value includes input \\n'
+ ' property value >= input \\n',
},
{
name: 'continueIfPropertyFound',