You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><td><code>notify_by_email_recipients</code></td><td>string</td><td><%=_("No")%></td><td><%=_("Optional recipients for the push creation email. Comma-separated list of email addresses. Maximum 5 emails.")%></td></tr>
119
-
<tr><td><code>notify_by_email_locale</code></td><td>string</td><td><%=_("No")%></td><td><%=_("Optional locale for the push creation email. Defaults to #{I18n.default_locale}. Available locales: #{I18n.available_locales.map(&:to_s).join(", ")}")%></td></tr>
118
+
<tr><td><code>notify_by_email</code></td><td>object</td><td><%=_("No")%></td><td><%=_("Optional recipients for the push creation email.")%></td></tr>
119
+
<tr><td><code>notify_by_email.recipients</code></td><td>string</td><td><%=_("No")%></td><td><%=_("Optional recipients for the push creation email. Comma-separated list of email addresses. Maximum 5 emails.")%></td></tr>
120
+
<tr><td><code>notify_by_email.locale</code></td><td>string</td><td><%=_("No")%></td><td><%=_("Optional locale for the push creation email. Defaults to #{I18n.default_locale}. Available locales: #{I18n.available_locales.map(&:to_s).join(", ")}")%></td></tr>
0 commit comments