Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions plugin-development/api-config-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down