Key Specs Widget

Prev Next
Mandatory Elements Mandatory Attributes
1. content
2. keySpec
3. description
1. ref (image)

The following are the keypoints:

  • For valid attribute values refer Valid Tag Value section.
  • <tag> (presentation) will default to HTML when not sent.

XML

<feed updated="2021-05-17T05:00:00Z">
	<content-package id="12345678910" updated="2021-05-17T05:00:00Z">
		<name>Product 1</name>
		<description>This is product 1.</description>
		<brand>BrandXYZ</brand>
		<mpn>MPN-123456</mpn>
		<gtin>00012345678910</gtin>
		<msrp currency="USD">1,699.00</msrp>
		<sections>
			<section label="keyspecs">
				<presentation>
					<power-page title="Key Spec"/>
					<tag>
						<![CDATA[HTML]]>
					</tag>
				</presentation>
				<content template="key-specifications">
					<keySpec>
						<description>
							<styled-text>
								<![CDATA[Spec1]]>
							</styled-text>
						</description>
						<image ref="https://www.Test.com/us/smg/content/dam/IconLibrary/spec1.svg"/>
						<value>
							<![CDATA[Value1]]>
						</value>
					</keySpec>
					<keySpec>
						<description>
							<styled-text>
								<![CDATA[Spec2]]>
							</styled-text>
						</description>
						<image ref="https://www.Test.com/us/smg/content/dam/IconLibrary/spec2.svg"/>
						<value>
							<![CDATA[Value2]]>
						</value>
					</keySpec>
					<keySpec>
						<description>
							<styled-text>
								<![CDATA[Spec3]]>
							</styled-text>
						</description>
						<image ref="https://www.Test.com/us/smg/content/dam/IconLibrary/spec3.svg"/>
						<value>
							<![CDATA[Value3]]>
						</value>
					</keySpec>
					<keySpec>
						<description>
							<styled-text>
								<![CDATA[Spec4]]>
							</styled-text>
						</description>
						<image ref="https://www.Test.com/us/smg/content/dam/IconLibrary/spec4.svg"/>
						<value>
							<![CDATA[Value4]]>
						</value>
					</keySpec>
					<keySpec>
						<description>
							<styled-text>
								<![CDATA[Spec5]]>
							</styled-text>
						</description>
						<image ref="https://www.Test.com/us/smg/content/dam/IconLibrary/spec5.svg"/>
						<value>
							<![CDATA[Value5]]>
						</value>
					</keySpec>
					<keySpec>
						<description>
							<styled-text>
								<![CDATA[Spec6]]>
							</styled-text>
						</description>
						<image ref="https://www.Test.com/us/smg/content/dam/IconLibrary/spec6.svg"/>
						<value>
							<![CDATA[Value6]]>
						</value>
					</keySpec>
				</content>
			</section>
		</sections>
	</content-package>
</feed>

Preview

batch-content-delivery-key-specs-widget