Article Card

Here we define the article card settings

By defining values for headline, slug and metadata it is possible to adjust the content of the article cards.

Note: The key value in this configuration part requires key name from OC-property mapping.

{
        "headline": "headline",
        "slug": "body",
        "metadata": {
                "slot1": "authors",
                "slot2": "metaCategories",
                "slot3": "textlength",
                "slot4": null
        }
}

Last updated

Was this helpful?