From de84f6e508b6a60546e4c29e666b77d62e11d9fc Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 27 Jun 2025 18:10:20 +0900 Subject: [PATCH] api-config-types: add note about default value Signed-off-by: Shizuo Fujita --- plugin-development/api-config-types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin-development/api-config-types.md b/plugin-development/api-config-types.md index 18106293..a6e0007a 100644 --- a/plugin-development/api-config-types.md +++ b/plugin-development/api-config-types.md @@ -10,6 +10,8 @@ the parameter is not configured. + **NOTE**: It doesn't perform type conversion such as `time` type, and the specified default value is used as is. + ```ruby # Required parameter: The configuration must have this parameter like 'param1 10'. config_param :param1, :integer