OC Property Mappings

Here we define OC fields to be used for article card settings

In this section you configure what OC fields to be used for configuring article cards.

Note: The desired fields must be set up as index fields in Open Content used for wires.

{
        "contenttype": "contenttype",
        "created": "ObjectCreated",
        "updated": "ObjectUpdated",
        "uuid": "uuid",
        "headline": "WriterHeadlines",
        "body": "ArticleBody",
        "slug": "ArticleLeadin",
        "imagesUuids": "ArticleMetaImageUuids",
        "priority": "ArticleMetaNewsValue",
        "metaCategories": "ArticleMetaCategories",
        "version": "version",
        "note": "Note",
        "authors": "WriterAuthors",
        "textlength": "CustomerTextLength"
}

Last updated

Was this helpful?