Skip to content

License notes are not displayed

The TextAPI offers the notes property in the License Object which can hold potentially important information. We use in EUPT to provide a link to the license text:

  "license": [
    {
      "id": "CC-BY-SA-4.0",
      "notes": "See <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\" target=\"_blank\">License</a> for more information."
    }
  ]

This information is, however, not displayed:

image