mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Add additional tooltip info
This commit is contained in:
parent
2616e49217
commit
2583251e81
1 changed files with 4 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue