Section "cmdletConfic"
In this configuration sections there are stored some settings for certain kenaflow Cmdlets.
Settings for Cmdlet Invoke-KFFileTemplate
FileTemplateStartMarker
<entry key="FileTemplateStartMarker" type="System.String" comment="For cmdlet Invoke-KFFileTemplate" default="%{"></entry>
kenaflow provides the Cmdlet Invoke-KFFileTemplate
that is able to replace placeholders in WORD and POWERPOINT files using the kenaflow template engine.
To be able to use the template engine you need to mark the placeholders additionally with the prefix specified here. The suffix is specified in the setting FileTemplateEndMarker
(description below).
Example:
%{{{Title}}%
{{Title}}
is processed by the _kenaflow template engine. %{
and }%
are the markers for the placeholder.
FileTemplateEndMarker
<entry key="FileTemplateEndMarker" type="System.String" comment="For cmdlet Invoke-KFFileTemplate" default="}%"></entry>
Please read the description of setting FileTemplateStartMarker
above.
Full Section Default
<section name="cmdletConfig">
<entry key="FileTemplateStartMarker" type="System.String" comment="For cmdlet Invoke-KFFileTemplate" default="%{"></entry>
<entry key="FileTemplateEndMarker" type="System.String" comment="For cmdlet Invoke-KFFileTemplate" default="}%"></entry>
</section>