Skip to content

Commit

Permalink
updated info on config file for issue HedgehogDevelopment#10
Browse files Browse the repository at this point in the history
  • Loading branch information
hhog-tkamin committed Dec 16, 2015
1 parent 7800435 commit f4547d1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/Processors/App_Config/Include/FieldFallback_01.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,26 @@
'/sitecore/templates/System/Templates/Standard template'
Usage:
On the standard value (or the actual item) there is a "Fallback Fields" field within a "Fallback" section.
This is a single line text field that may be formatted as a Name/Value pair or XML.
Configure the 'name' part with the name of the field that should have fallback
Configure the 'value' part with the '|' separated list of fields it should check for a value

Name/Value pair - Name=Value1|Value2&Name2=Value3

XML -
<fallback>
<setting target="{id}" source="{id}|{id}|{id}..." enableEllipsis="true|false" clipAt="{number chars}" />
<setting target="{id}" source="{id}|{id}|{id}..." enableEllipsis="true|false" clipAt="{number chars}" />
...
</fallback>

EnableNestedFallback - In certain scenarios a field may be configured with multiple fallback processors.
For instance, AncestorFallback. Should the Ancestor value be determined before translation happens?
-->
<!--
<processor type="FieldFallback.Processors.LateralFieldFallbackProcessor, FieldFallback.Processors" />
<processor type="FieldFallback.Processors.LateralFieldFallbackProcessor, FieldFallback.Processors">
<EnableNestedFallback>true</EnableNestedFallback>
</processor>
-->

<!-- Description:
Expand Down

0 comments on commit f4547d1

Please sign in to comment.