New functions in the App SDK to facilitate apps that manage the publication lifecycle
We have extended the App SDK with three new functions:
- sdk.entry.publish()
- sdk.entry.unpublish()
- sdk.entry.save()
These new functions make it much easier and faster to build apps that update the lifecycle of content (e.g. custom publish buttons, auto-save fields) by eliminating the need keep track of all fields and their IDs to publish one entry.
These improvements to the App SDK are available for all customers from today. To learn more, please refer to our documentation.