Set Parameter: Reminder.json
## Notes
When changing parameters, please refer to "[Confirmation When Changing Parameters](/en/manual/parameter-edit)".
## Setting Values
The setting values of this parameter file are as follows.
|Parameter name|e.g.|Description|
|:--|:--|:--|
|Enabled|true|Specify enable/disable of the reminder function with true/false. |
|Mail|false|Specify enable/disable of email with true/false for reminder type. |
|Slack|false|Specify enable/disable of Slack with true/false for the reminder type. |
|ChatWork|false|Specify enable/disable of ChatWork with true/false for the reminder type. |
|Line|false|Specify enable/disable of LINE with true/false for reminder type. |
|Teams|false|Specify enable/disable of Teams with true/false for the reminder type. |
|RocketChat|false|Specify enable/disable of Rocket.Chat with true/false for the reminder type. |
|InCircle|false|Specify enable/disable of InCircle with true/false for the reminder type. |
|Interval|500|Specify the interval in milliseconds before the server side continuously re-execute the reminder time monitoring. |
|Span|30|Specify the interval in seconds to determine whether to continuously re-execute the reminder time monitoring on the server side. |
|Limit|1000|Specify the upper limit of the number of records to be sent in a reminder. |
|DefaultLine|[Title] --- [Owner] ([Status])|Specify the format of the records to be displayed in the reminder. Replace the descriptions such as [Title] with the contents of each column. |
|MinRange|1|Specify the minimum value that can be specified in the reminder range. |
|MaxRange|1000|Specify the maximum value that can be specified in the reminder range. |
|DefaultRange|30|Specify the default value for the reminder range. |
|CopyWithReminders|On|Specify the default value for the reminder copy setting. When "On," check on; when "Off," check off; when "Disabled," hide the settings option. If Disabled is specified, no copying will occur. |
|ListOrder|["Mail", "InCircle", "Slack", "ChatWork", "Line", "LineGroup", "Team", "RocketChat"]|Specify the display order of the notification list. If null, it will be displayed in the default order. |