Learn how you can split the rich content from your document across multiple fields in your CMS.
@@split
processing directive@@split
processing directive allows you to split the contents of your document across multiple fields in your CMS. To use it, simple add the @@split
directive to your document at the point where you want to split your content to a separate field.
The split directive must also contain a fieldname
property with the name of the field in your CMS that should contain the content following the split directive. You can use multiple @@split
directives in a single document with each instance of the @@split
directive splitting the content to a separate field.
fieldname
as byline
. When Cloudpress exports this document, it will export the content above the @@split
directive to the default content field (in this case, the Bio field) and the content below the directive to the Byline field.
slug
and headshot
photo.@@split
directive requires you to specify the Field Name in your CMS. You can find the available fields by navigating to your CMS connection inside Cloudpress.