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

Highlighting

This is the setting for creating highlighting for cards in the column

Highlighting

Contains an array of objects where each object is a highlighting rule for the card. Each highlighting can contain matching on priorities and/or keywords. The first rule that is true for a card will be the rule that decides on what color it will have.

Key

Type

Description

color

string

Color in hex color code

priorities

array

Array of strings with priority numbers

keywords

array

Array of strings with keywords

Example:

[
    {
        "color": "#ED3B3F",
        "priorities": [
            "3",
            "4"
        ],
        "keywords": [
            "keyword",
            "this is an example with red highlighting"
        ]
    }
]
PreviousDropdown filtersNextServices

Was this helpful?