Skip to content

Commit 21a5864

Browse files
authored
Update 16/umbraco-engage/developers/personalization/implement-your-own-segment-parameters.md
1 parent dbd20a2 commit 21a5864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-engage/developers/personalization/implement-your-own-segment-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The new segment parameter will show up automatically in the Cockpit that is part
265265

266266
By default, it will display the raw configuration of the parameter as stored in the database ("{ dayOfWeek: Thursday }" in our example). If you hover over it, you will see the rule identifier "DayOfWeek" rather than a friendly name.
267267

268-
<figure><img src="../../../.gitbook/assets/engage-tutorials-personalized-segments-cockpit-v16.png"></figure>
268+
<figure><img src="../../.gitbook/assets/engage-tutorials-personalized-segments-cockpit-v16.png"></figure>
269269

270270
If you would like to change this to be a bit more readable, you can implement the `Engage.Web.Cockpit.Segments.ICockpitSegmentRuleFactory` interface. For the `DayOfWeek` demo parameter, this is the implementation:
271271

0 commit comments

Comments
 (0)