Scrivito JS SDK 1.35.0 Released

Posted on September 1, 2023

This release introduces multi-line editing for string attributes, and improves several development-related aspects, also in the context of Node.js.

Improvements

Multi-line editing for string attributes

As a developer, you can now enable multi-line editing for string attributes in the “Properties” sidebar or dialog.

Adjustable URL for Scrivito extensions

The URL of Scrivito extensions can now be adjusted via the extensionsUrl configuration option to match different routing schemes. For example, a multi-tenancy web app could use the tenant ID as the first path component. This way, Scrivito extensions have access to the tenant ID through the extensions URL.

API keys in a Node.js environment

Developers using the Scrivito SDK in a Node.js environment can now also use their private API keys to access restricted content.

ES module support for Node.js

The Scrivito SDK now supports the ECMAScript 6 namespace module import syntax under Node.js like in import * as Scrivito from “scrivito”;.


Thanks again for using Scrivito!