8.0 - Image meta property mapping

Using Photos 3.0 with Writer 8 needs some property mappings configured in Writer plugins to be able to get the image meta into the Writer.

The affected plugins are ximimage and article teaser. You should add this config to these plugins.

    "propertyMap": {
        "caption": "text",
        "alttext": "altText"
    }

Because the article teaser has dynamic properties you can map which field you want to the Naviga doc format. Read more about it here NavigaDoc Property Mapping.

Last updated