Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Text Widget

Prev Next
Mandatory Elements:
1. content
2. html-content

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="text">
				<presentation>
					<power-page title="Product 1 Images Widget"/>
					<tag>
						<![CDATA[HTML]]>
					</tag>
				</presentation>
				<content template="free-form-html">
					<html-content>
						<![CDATA[
						<!DOCTYPE html>
						<html>
							<body>
								<h1>Product 1</h1>
								<p>This is product 1.</p>
								<p>
									<b>Brand:</b>BrandXYZ
								</p>
								<p>
									<b>MPN:</b> MPN-123456
								</p>
								<p>
									<b>MSRP:</b> $ 1,699.00
								</p>
							</body></html>]]>
						</html-content>
					</content>
				</section>
			</sections>
		</content-package>
	</feed>

Preview

batch-content-delivery-text-widget