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:
@@ -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."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user