|
531 | 531 | <h1>OperatorFabric Documentation</h1>
|
532 | 532 | <div class="details">
|
533 | 533 | <span id="revnumber">version SNAPSHOT,</span>
|
534 |
| -<span id="revdate">15 December 2024</span> |
| 534 | +<span id="revdate">16 December 2024</span> |
535 | 535 | </div>
|
536 | 536 | <div id="toc" class="toc2">
|
537 | 537 | <div id="toctitle">Table of Contents</div>
|
@@ -10683,13 +10683,25 @@ <h5 id="cards-external-diffusion-conf"><a class="anchor" href="#cards-external-d
|
10683 | 10683 | <td class="tableblock halign-left valign-top"><p class="tableblock">operatorfabric.cardsExternalDiffusion.defaultConfig.dailyEmailTitle</p></td>
|
10684 | 10684 | <td class="tableblock halign-left valign-top"><p class="tableblock">'Cards received during the day'</p></td>
|
10685 | 10685 | <td class="tableblock halign-left valign-top"><p class="tableblock">no</p></td>
|
10686 |
| -<td class="tableblock halign-left valign-top"><p class="tableblock">Daily mail subject prefix</p></td> |
| 10686 | +<td class="tableblock halign-left valign-top"><p class="tableblock">Daily mail subject title</p></td> |
10687 | 10687 | </tr>
|
10688 | 10688 | <tr>
|
10689 | 10689 | <td class="tableblock halign-left valign-top"><p class="tableblock">operatorfabric.cardsExternalDiffusion.defaultConfig.weeklyEmailTitle</p></td>
|
10690 | 10690 | <td class="tableblock halign-left valign-top"><p class="tableblock">'Cards received during the week'</p></td>
|
10691 | 10691 | <td class="tableblock halign-left valign-top"><p class="tableblock">no</p></td>
|
10692 |
| -<td class="tableblock halign-left valign-top"><p class="tableblock">Weekly mail subject prefix</p></td> |
| 10692 | +<td class="tableblock halign-left valign-top"><p class="tableblock">Weekly mail subject title</p></td> |
| 10693 | +</tr> |
| 10694 | +<tr> |
| 10695 | +<td class="tableblock halign-left valign-top"><p class="tableblock">operatorfabric.cardsExternalDiffusion.defaultConfig.dailyEmailBodyPrefix</p></td> |
| 10696 | +<td class="tableblock halign-left valign-top"><p class="tableblock">'You received the following cards during the past 24 hours : '</p></td> |
| 10697 | +<td class="tableblock halign-left valign-top"><p class="tableblock">no</p></td> |
| 10698 | +<td class="tableblock halign-left valign-top"><p class="tableblock">Daily email body prefix</p></td> |
| 10699 | +</tr> |
| 10700 | +<tr> |
| 10701 | +<td class="tableblock halign-left valign-top"><p class="tableblock">operatorfabric.cardsExternalDiffusion.defaultConfig.weeklyEmailBodyPrefix</p></td> |
| 10702 | +<td class="tableblock halign-left valign-top"><p class="tableblock">'You received the following cards during the past 7 days : '</p></td> |
| 10703 | +<td class="tableblock halign-left valign-top"><p class="tableblock">no</p></td> |
| 10704 | +<td class="tableblock halign-left valign-top"><p class="tableblock">Weekly email body prefix</p></td> |
10693 | 10705 | </tr>
|
10694 | 10706 | <tr>
|
10695 | 10707 | <td class="tableblock halign-left valign-top"><p class="tableblock">operatorfabric.cardsExternalDiffusion.defaultConfig.dayOfWeekToSendWeeklyRecapEmail</p></td>
|
@@ -22388,13 +22400,39 @@ <h3 id="_configuration_for_recap_email"><a class="anchor" href="#_configuration_
|
22388 | 22400 | </div>
|
22389 | 22401 | </div>
|
22390 | 22402 | <div class="paragraph">
|
22391 |
| -<p>And now a weekly email title field and a day of the week field have been added. |
22392 |
| -Furthermore the fields for the hour and minute have changed names as such :</p> |
| 22403 | +<p>And now the following fields have been changed or added :</p> |
| 22404 | +</div> |
| 22405 | +<div class="ulist"> |
| 22406 | +<ul> |
| 22407 | +<li> |
| 22408 | +<p>dailyEmailBodyPrefix</p> |
| 22409 | +</li> |
| 22410 | +<li> |
| 22411 | +<p>weeklyEmailBodyPrefix</p> |
| 22412 | +</li> |
| 22413 | +<li> |
| 22414 | +<p>weeklyEmailTitle</p> |
| 22415 | +</li> |
| 22416 | +<li> |
| 22417 | +<p>dayOfWeekToSendWeeklyRecapEmail</p> |
| 22418 | +</li> |
| 22419 | +<li> |
| 22420 | +<p>hourToSendRecapEmail</p> |
| 22421 | +</li> |
| 22422 | +<li> |
| 22423 | +<p>minuteToSendRecapEmail</p> |
| 22424 | +</li> |
| 22425 | +</ul> |
| 22426 | +</div> |
| 22427 | +<div class="paragraph"> |
| 22428 | +<p>The new default configuration is as such :</p> |
22393 | 22429 | </div>
|
22394 | 22430 | <div class="listingblock">
|
22395 | 22431 | <div class="content">
|
22396 | 22432 | <pre class="CodeRay highlight"><code> dailyEmailTitle: 'Cards received during the day'
|
22397 | 22433 | weeklyEmailTitle: 'Cards received during the week'
|
| 22434 | + dailyEmailBodyPrefix: 'You received the following cards during the past 24 hours : ' |
| 22435 | + weeklyEmailBodyPrefix: 'You received the following cards during the past 7 days : ' |
22398 | 22436 | dayOfWeekToSendWeeklyRecapEmail: 1
|
22399 | 22437 | hourToSendRecapEmail: 7
|
22400 | 22438 | minuteToSendRecapEmail: 30</code></pre>
|
|
0 commit comments