Skip to content

Commit b2477cd

Browse files
committedDec 16, 2024·
Updating documentation for version SNAPSHOT
1 parent 76c1d6b commit b2477cd

File tree

1 file changed

+43
-5
lines changed

1 file changed

+43
-5
lines changed
 

‎documentation/archives/SNAPSHOT/docs/single_page_doc.html

+43-5
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
<h1>OperatorFabric Documentation</h1>
532532
<div class="details">
533533
<span id="revnumber">version SNAPSHOT,</span>
534-
<span id="revdate">15 December 2024</span>
534+
<span id="revdate">16 December 2024</span>
535535
</div>
536536
<div id="toc" class="toc2">
537537
<div id="toctitle">Table of Contents</div>
@@ -10683,13 +10683,25 @@ <h5 id="cards-external-diffusion-conf"><a class="anchor" href="#cards-external-d
1068310683
<td class="tableblock halign-left valign-top"><p class="tableblock">operatorfabric.cardsExternalDiffusion.defaultConfig.dailyEmailTitle</p></td>
1068410684
<td class="tableblock halign-left valign-top"><p class="tableblock">'Cards received during the day'</p></td>
1068510685
<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>
1068710687
</tr>
1068810688
<tr>
1068910689
<td class="tableblock halign-left valign-top"><p class="tableblock">operatorfabric.cardsExternalDiffusion.defaultConfig.weeklyEmailTitle</p></td>
1069010690
<td class="tableblock halign-left valign-top"><p class="tableblock">'Cards received during the week'</p></td>
1069110691
<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>
1069310705
</tr>
1069410706
<tr>
1069510707
<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_
2238822400
</div>
2238922401
</div>
2239022402
<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>
2239322429
</div>
2239422430
<div class="listingblock">
2239522431
<div class="content">
2239622432
<pre class="CodeRay highlight"><code> dailyEmailTitle: 'Cards received during the day'
2239722433
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 : '
2239822436
dayOfWeekToSendWeeklyRecapEmail: 1
2239922437
hourToSendRecapEmail: 7
2240022438
minuteToSendRecapEmail: 30</code></pre>

0 commit comments

Comments
 (0)
Please sign in to comment.