Writer Plugins 7.8.5

Compatibility

  • Writer >=4.10.7

Released 2018-11-13

Changes in this release

New Feature

Improvement

Bug

  • WPLUG-416 - ConceptPlugin does not render override icons correctly for multi-type instances
  • WPLUG-415 - Concept: Invalid handling of rel-attribute

Upgrade notes

WPLUG-415 Concept: Invalid handling of rel-attribute

New optional “rel” prop for ConceptPlugins

Set in plugin configuration, data block, to override default rel for type

    "label": "Taggar",
    "name": "x-im/tag",
    "enableHierarchy": true,
    "editable": true,
    "placeholderText": "Sök taggar",
    "rel": "subject",
    "types": {
        "x-im/person": {
        .....