Skip to content

Commit 04c5e61

Browse files
authored
api-config-types: add note about default value (#592)
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 62c95c3 commit 04c5e61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin-development/api-config-types.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
the parameter is not configured.
1212

13+
**NOTE**: It doesn't perform type conversion such as `time` type, and the specified default value is used as is.
14+
1315
```ruby
1416
# Required parameter: The configuration must have this parameter like 'param1 10'.
1517
config_param :param1, :integer

0 commit comments

Comments
 (0)