Created
November 4, 2014 12:52
-
-
Save jhorsman/ea7312358ce22a61bbea to your computer and use it in GitHub Desktop.
Experience Manager markup example for SmartTarget 2014. This XPM markup is generated by the SmartTarget and Tridion JSP tag libraries from https://gist.github.com/jhorsman/83e45c851b63481e39bb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span> | |
<!-- Start Query: { | |
"RegionID" : "Homepage Promotions", | |
"MaxItems" : 3, | |
"Promotions" : [ | |
{ | |
"PromotionID": "a20ecba0-2d3e-461f-aaf5-16f375ac9c90", | |
"PromotionTitle": "Standard Homepage Promotion", | |
"IncludedInPage": true, | |
"Items" : [ | |
{ "ComponentID": "tcm:72-6197-16", "ComponentTemplateID": "tcm:72-6213-32", "IncludedInPage": true }, | |
{ "ComponentID": "tcm:72-6208-16", "ComponentTemplateID": "tcm:72-6213-32", "IncludedInPage": true }, | |
{ "ComponentID": "tcm:72-6198-16", "ComponentTemplateID": "tcm:72-6213-32", "IncludedInPage": true } | |
] | |
} | |
] | |
} | |
--> | |
<span> | |
<!-- Start Promotion: { | |
"PromotionID": "a20ecba0-2d3e-461f-aaf5-16f375ac9c90", | |
"RegionID" : "Homepage Promotions" | |
} | |
--> | |
<span> | |
<!-- Start Component Presentation: { | |
"ComponentID" : "tcm:72-6197", | |
"ComponentModified" : "2013-08-02T02:06:41", | |
"ComponentTemplateID" : "tcm:72-6213-32", | |
"ComponentTemplateModified" : "2014-10-09T14:45:41", | |
"IsRepositoryPublished" : true | |
} | |
--> | |
THE HTML FOR THE COMPONENT PRESENTATION GOES HERE | |
</span> | |
<!-- End Promotion --> | |
</span> | |
<span> | |
<!-- Start Promotion: { "PromotionID": "a20ecba0-2d3e-461f-aaf5-16f375ac9c90", "RegionID" : "Homepage Promotions"} --> | |
<span> | |
<!-- Start Component Presentation: { | |
"ComponentID" : "tcm:72-6208", | |
"ComponentModified" : "2014-06-16T15:02:50", | |
"ComponentTemplateID" : "tcm:72-6213-32", | |
"ComponentTemplateModified" : "2014-10-09T14:45:41", | |
"IsRepositoryPublished" : true | |
} | |
--> | |
THE HTML FOR THE COMPONENT PRESENTATION GOES HERE | |
</span> | |
<!-- End Promotion --> | |
</span> | |
<span> | |
<!-- Start Promotion: { "PromotionID": "a20ecba0-2d3e-461f-aaf5-16f375ac9c90", "RegionID" : "Homepage Promotions"} --> | |
<span> | |
<!-- Start Component Presentation: { | |
"ComponentID" : "tcm:72-6198", | |
"ComponentModified" : "2012-02-16T08:34:44", | |
"ComponentTemplateID" : "tcm:72-6213-32", | |
"ComponentTemplateModified" : "2014-10-09T14:45:41", | |
"IsRepositoryPublished" : true | |
} | |
--> | |
THE HTML FOR THE COMPONENT PRESENTATION GOES HERE | |
</span> | |
<!-- End Promotion --> | |
</span> | |
<!-- End Query: --> | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment