Add title for strict mode in inputs

- Added a title for the strict mode field
- Clarified case sensitivity in the description
This commit is contained in:
Jonathon Broughton
2025-03-24 23:01:33 +00:00
parent 6322f38720
commit a676205cfb
+1
View File
@@ -51,6 +51,7 @@ class FunctionInputs(AutomateBase):
)
strict_mode: bool = Field(
title="Case Sensitivity Strict Mode",
default=False,
description="If checked, matching is case-sensitive. If unchecked, case-insensitive."
)