Last updated: 25th November 2020
Released: 25th November 2020
When upgrading your website to the latest version of Site Studio, database updates will be applied and therefore you can't roll back to the previous version once upgraded.
It is recommended applying updates on your development environment and backing up your website including your database before upgrading Site Studio.
There are no known issues with version 6.4.0 of Site Studio.
By default the rebuild process will handle 10 items at a time to reduce the memory required to run this operation. This feature exposes a method for increasing that number via Drupal settings.
Where more memory is available the rebuild_max_entity
can be set to a number greater than 10 to process the rebuild faster.
Add a settings value such as:
$settings['rebuild_max_entity'] = 20;
Increasing the rebuild_max_entity
value will require more memory to process each rebuild batch.
The ability to expose style properties as component form options.
The following style properties are no longer flagged and can now be tokenized:
Text shadow > Horizontal
Text shadow > Vertical
Text shadow > Blur
Text shadow > Color
Position > Position
Display > Display
Box shadow > Horizontal
Box shadow > Vertical
Box shadow > Blur
Box shadow > Spread
Box shadow > Color
Transition > Duration
Transition > Delay
Create component fields that are connected to relevant style properties in your layout canvas elements, which will enable configurable styles in your component forms.
text-shadow
and box-shadow
are both shorthand properties and support multiple values.
This means values for all fields should be entered, to ensure styles are built correctly. You can do this in a number of ways:
Range
and Select
).You can now add child elements to the Button
element.
It will enable more advanced button styles, such as:
To update existing link elements, you will need to do a rebuild.
Both new and existing Button
elements on the layout canvas will be collapsed by default.
None.
Adds the ability to save Component content with a Dropzone.
This will expose the Layout canvas when editing a Component content. Editors will not be able to edit / add to the top level Layout canvas only the Dropzone.
drush cohesion:import
None.
Component content can now be created directly through the Site Studio menu Site Studio > Components > Component content > Add component content
rather than having to save a component from a node.
Component content doesn't have to be created from a node and can now be created separately just like you would with other content entities. The ability to create a component content from a node is still available
None.
None.
Two Google Map API keys can now be defined through the Site studio UI. One for the Google Maps Javascript API which is used for rendering maps and previews, another for the Geocoding API which is used to fetch the coordinates.
This allows for restrictions to be applied to API keys as explained by in Google's best practice document: https://developers.google.com/maps/api-key-best-practices#best_practice_list.
If a second API key for the Geocoding is not defined, it will continue to use the first one.
None.
None.
The Entity browser element now has the ability for more entity types to be used with the element. This allows more flexibility for site builders to create their own Entity browsers for other entities, and for contributed modules, such as content browser to be used with the Entity browser element.
Note that when using the contributed module content browser, the browser modal uses the active front-end theme for styling.
The ability for the content entities to be selected within the Entity browser element.
None.
None.
There are no bug fixes in this release.
As with any version of Site Studio, we recommend that you backup your websites database and code before upgrading the version of Site Studio. There are no other specific steps to carry out before upgrading to this version.
It is recommended that you backup and upgrade your website on a development environment before applying to a production website. You can upgrade your version of Site Studio by following our upgrade guide.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Fri Jul 04 2025 14:20:11 GMT+0000 (Coordinated Universal Time)