You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin.xml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,12 @@
57
57
<rulekey="useHeader"value="true" />
58
58
</visibility>
59
59
</property>
60
+
<propertykey="matchContent"label="Match content"type="boolean"description="If enabled, the specified string will be searched in the retrieved page."default="false" />
61
+
<propertykey="searchString"label="Search string"type="string"description="Enter a case-sensitive string to search for in the retrieved result. If the result contains the string, the measure will yield 1, otherwise 0."default=""multiline="true">
62
+
<visibility>
63
+
<rulekey="matchContent"value="true" />
64
+
</visibility>
65
+
</property>
60
66
<propertykey="serverAuth"label="Server authorization"type="list"description="Specify the authentication type to be used."default="Disabled">
0 commit comments