Editor Service 4.4.0
Compatibility
- Lambda - Image Metadata
>= 2.1
< 3.0
- Lambda - Image Publish
>= 2.0
< 3.0
- Lambda - Image Resizing
>= 1.2
< 2.0
- Digital Writer Integration Service
>=1.2
< 2.0
Released 2018-09-25
Release overview
Possibility to set ‘source’ property in OC when creating documents (article, concept, binary).
There is a configuration option called USE_SOURCE
which, when set to true
, will set the source property to writer
when documents are created in Open Content. The default value is false
Creator and updater is set in document when using IM.ID
When Writer is enabled with IM.ID, the creator and updater is set in the document (article, concept, binary) for create and update operations, as links in the itemMeta section. For example:
<link rel="creator" type="x-imid/user"
uri="imid://user/sub/zj2324GHE134n26zv9gb44_jKFp"/>
<link rel="updater" type="x-imid/user"
uri="imid://user/sub/zj2324GHE134n26zv9gb44_jKFp"/>
For more information, see: https://docs.writer.infomaker.io/format/examples/imnml-newsitem-text.html
Changes in this release
New Feature
- EDSE-120 - The writer should create a source tag in NewsML upon first saving the document.
- EDSE-119 - Support IM ID sub in document requests to set creator/updater in itemMeta section