Editors now have access to the target property of link and linklist fields, making it possible to specify whether a link should be opened in a new window. Note that your app needs to render this property for it to have an effect:
Editors now have access to the target property of link and linklist fields, making it possible to specify whether a link should be opened in a new window. Note that your app needs to render this property for it to have an effect:
There are two new search operators, links_to and refers_to that let you find CMS objects linking to or referencing specific CMS objects.
links_to is a workhorse that searches all attributes able to handle links or references, including those contained in widgets. You can use it, for example, to determine whether an image that has been uploaded is included anywhere in your content, or in pages of a specific type:
Of course, links_to can be used for more than just that. You can also, for example, determine the pages that are or aren't linked by other pages, etc.
The refers_to operator, on the other hand, is specialized in finding the CMS objects referencing specific objects via a specific reference or referencelist attribute. So object associations established using attributes of these types are no longer unidirectional but bidirectional, making it possible to implement all those use cases in which reverse lookups are required. For example, in a setting in which blogposts are equipped with a referencelist attribute for associating them with one or more authors represented as individual CMS objects, you can now look up the blogposts that were (co)produced by a specific author:
This principle can be transferred to all cases in which one-to-many or many-to-many associations need to be modelled, e.g. products and the parts they consist of, employees and the departments they work for, etc.
The changelog reflects minor improvements and bugfixes that were made in addition to the changes listed above.
scrivito_widget_tag, that can be used in the “show.html.*” template of widgets to specify additional attributes (including CSS classes) for the widget tag.
Improvements Read-only flag for custom components > Custom components now have a readOnly prop that indicates whether editing is disabled. This makes it easier for developers to determine whether a component’s content can be edited or not, depending on, for instance, the user’s role or the mode...

> Building a landing page no longer has to start from a blank canvas. There are new ways available to create a landing page as part of a website including AI-powered options to help editors move from an idea to a published landing page in a fraction of the time usually required. Creating a site...

Added support for Ruby on Rails 8.1 The Scrivito for Rails SDK now supports Ruby on Rails 8.1. It requires Ruby 3.2 or later. Earlier Rails versions are no longer supported by Scrivito. For instructions and details on updating your application to Rails 7.2, see: Ruby on Rails Guides – Upgrading...

Bugfix Release HTML link insertion functionality restored > There was an issue where the link tool would stop working after inserting the first HTML link on a page. While editors could still add further links after reloading the page or navigating to a different one, this behavior disrupted the...

We’re excited to introduce a comprehensive interface redesign across our entire product suite for an improved overall user experience. This modern refresh is being gradually rolled out across all our cloud products from JustRelate, including Web Builder, Email Builder, CRM, Home, Automations, and...

Bugfix Release Fixed compatibility issue with React 18 > A compatibility issue that could cause a runtime error in applications using React 18 has been fixed. We apologize for any inconvenience this issue may have caused! Thank you for using JustRelate Web Builder!

Improvements Anonymous data classes > If your application needs to load and cache (and maybe even create, update or delete) some internal backend data not be exposed to editors or high-level developers, you can now provide nameless data classes. > If no name is passed to provideDataClass, the...

We recently announced email notifications in the editorial cycle, but these could only be addressed to individual reviewers, not teams. From now on, you can still request a publish from individual users, but alternatively or additionally from entire teams. For this, the “request publication”...

Improvements Using extensions for rendering individual properties > For extended customizability, individual attributes specified via the properties option in the editing configuration of an object class (for having them shown on the “General” tab) can now be rendered by a Scrivito extension. To...

Improvements Widgets being edited in the sidebar are highlighted Opening the sidebar for editing a widget’s properties now highlights the selected widget. This makes it easier to identify the widget you are currently working on. Dimension picker for string values For string attribute values the...