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
  3. Providers

ICP configuration examples

Source IMEngine:

"wire-imengine": {
    "type": "imengine",
    "endpoint": "https://imengine.wire.saas-stage.infomaker.io",
    "functions": {
        "default": {
            "template": "uuid=[identifier]&type=[type:preview]&function=hardcrop&width=[width]&height=[height]&q=80"
        },
        "crop": {
            "template": "uuid=[identifier]&type=[type:preview]&function=thumbnail&width=[width]&height=[height]&q=80"
        },
        "noCrop": {
            "template": "uuid=[identifier]&type=[type:preview]&function=cover&width=[width]&height=[height]&q=80"
        },
        "fullSize": {
            "template": "uuid=[identifier]&type=[type:primary]&function=original&q=80"
        }
    }
}
PreviousDestinationNextBase filters

Was this helpful?