Naviga Wire
2.2.0
2.2.0
  • Welcome to Naviga Wire!
  • User Guide
    • Searching the wires
      • Select stories for publication
        • Wire cards
      • Configure your views
      • Shortcuts
  • Admin Guide
    • Installation and upgrade
      • 1.x ==> 2.x
    • Requirements
    • Configuration
      • Providers
        • Source
        • Destination
        • ICP configuration examples
      • Base filters
      • Dropdown filters
      • Highlighting
      • Services
      • Article information
      • Import
      • Writer
      • OC Property Mappings
      • Article Card
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Admin Guide
  2. Configuration

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"
}
PreviousWriterNextArticle Card

Last updated 4 months ago

Was this helpful?