Content Properties and Nodes

CAUTION

AEM 6.4 has reached the end of extended support and this documentation is no longer updated. For further details, see our technical support periods. Find the supported versions here.

NOTE

Adobe recommends using the SPA Editor for projects that require single page application framework-based client-side rendering (e.g. React). Learn more.

Articles, Banners, and Collections are represented as cq:Pages in AEM.

They share the same common properties found in any cq:Page in addition to several others shown below that represent Adobe Experience Manager (AEM) Mobile On-Demand services metadata and integration supporting properties.

The following tables describe the content properties and nodes.

Common Integration Properties

Property Name Type Defaults or Expected Values Description
dps-id String assigned by AEM Mobile and stored by AEM once uploaded to AEM Mobile or imported from AEM Mobile
dps-resourceType String dps:Article dps:Banner
dps-version String version of AEM Mobile entity (also contained within the full aemm-id)
dps-lastSynced Date date of last sync/import from AEM Mobile into AEM
dps-lastUploaded Date date of last upload from AEM to AEM Mobile
dps-lastUploadedBy String:userid id user that performed the last upload request from AEM to AEM Mobile

Core Metadata Properties

Property Name Type Defaults or Expected Values
dps-title String
dps-shortTitle String
dps-abstract String
dps-shortAbstract String
dps-department String
dps-category String
dps-keywords String[]
dps-internalKeywords String[]
dps-importance String[] Importance from

Articles

Property Name Type Defaults or Expected Values
dps-author String
dps-authorURL String
dps-hideFromBrowsePage Boolean
dps-access String ProtectedAccess from
Social
dps-socialShareURL String
dps-articleText String
dps-url String

Banners

Property Name Type Defaults or Expected Values
dps-tapAction TapAction from
dps-tapActinUrl

Collections

Property Name Type Defaults or Expected Values
dps-productId String
dps-readingPosition String from
dps-horizontalSwipe Boolean
dps-allowDownload Boolean
dps-openDefault String from
dps-layout String

Content Nodes

Common Nodes

Node Name Type Defaults or Expected Values Description
image jcr:primaryType=nt:unstructured
sling:resourceType=foundation/components/image

Entities

Articles

Node Name Type Defaults of Expected Values Description
social-share-image jcr:primaryType=nt:unstructured
sling:resourceType=foundation/components/image

Banners

Node Name Type Defaults of Expected Values Description
NA

Collections

Node Name Type Defaults of Expected Values Description
background-image jcr:primaryType=nt:unstructured
sling:resourceType=foundation/components/image

On this page