Adds functionality to visualize when an NCS Article is copyfit, underset, or overset.
Print Measurement Plugin adds a "Request Copyfit" button to the sidebar tab "NCSContent". If the article is not an
NCS article, the button will be disabled.
{
  "id": "io.infomaker.printmeasurement",
  "name": "im-printmeasurement",
  "url": "https://plugins.writer.infomaker.io/v1/infomaker/im-printmeasurement/{PLUGIN_VERSION}/index.js",
  "style": "https://plugins.writer.infomaker.io/v1/infomaker/im-printmeasurement/{PLUGIN_VERSION}/style.css",
  "enabled": true,
  "mandatory": false,
  "data": {
    "ncsHost": "http[s]://hostname[:port]",
    "ncsCredentials": {
      "user": "username",
      "password": "myPassword"
    }
  }
}| Property | Type | Required | Description | 
|---|---|---|---|
| ncsHost | Number | true | URL to NCS webservice root. Can contain host, do not include ending slash | 
| ncsCredentials.user | String | true | Username to use when interacting with NCS copyfit webservice | 
| ncsCredentials.password | Number | true | Password to use when interacting with NCS copyfit webservice | 
This plugin generates no output.