---
title: "Site Studio 7.1.0 - May 02, 2023"
date: "2023-04-27T16:35:54+00:00"
summary: "Discover the latest features and bug fixes in Acquia Site Studio 7.1.0. Learn about CKEditor 4 support, improved WYSIWYG functionality, and enhanced link restrictions. Upgrade safely with our step-by-step guide."
image:
type: "announcement"
url: "/drupal-starter-kits/add-ons/site-studio/release/2023-05-02/74066-site-studio-710-may-02-2023"
id: "f1d5dfc5-6d1e-47a5-88b2-0fe3cee95e02"
---

Table of contents will be added

Last updated: 2nd May 2023  
Released: 2nd May 2023

Important

When upgrading your website to the latest version of Acquia Site Studio, database updates will be applied and therefore you can't roll back to the previous version of Acquia Site Studio once upgraded.  
  
It is recommended applying updates on your development environment and backing up your website including your database before upgrading Acquia Site Studio.

*   [Known Issues](#known-issues)
*   [Highlights](#highlights)
*   [Bug Fixes](#bug-fixes)
*   [Steps before upgrading](#steps-upgrading)

Known issues
------------

None.

Highlights
----------

### Adding CKEditor 4 support via additional "legacy" module

#### What is it?

Support for CKEditor 4 is now available via the [Site Studio Legacy CkEditor module](https://github.com/acquia/sitestudio_legacy_ckeditor).

#### What impact will there be?

CKEditor 4 based text formats and plugins can be utilised in the latest version of Site Studio.

_Note: The module has a dependency on the contrib version of_ [_CKEditor_](https://www.drupal.org/project/ckeditor) _to ensure support for Drupal 10 is maintained._

#### What actions do I need to take?

When upgrading to Site Studio 7.1 the following module and it's dependencies should be included and enabled to support CKEditor 4.

*   `composer require acquia/sitestudio_legacy_ckeditor:^7.1`
*   `drush en sitestudio_legacy_ckeditor -y`

_Note: As of version 7.0 Site Studio requires the CKEditor 5 Drupal core module to be enabled and at least 1 CKEditor 5 text format to be configured. This is to ensure compatability with Drupal 10+._

#### Are there any risks I should be aware of?

None.

Bug fixes
---------

### Overflow issue when inserting an image into the WYSIWYG field

#### What is it?

Fixed an issue that could arise with certain form layouts when inserting high resolution images into CKEditor causing the form to stretch wider than the screen.

#### What impact will there be?

Image embeds via the wysiwyg interface will adjust to fit the viewport ensuring buttons are accessible.

#### What actions do I need to take?

A Site Studio import or `drush cohesion:import`

#### Are there any risks I should be aware of?

None.

### Link to page entity type restriction not applying

#### What is it?

Fixes a bug where the "link to page" component field had been configured to be restricted to specific entity types, but was showing all entity type results regardless.

#### What impact will there be?

The "link to page" component field results will be restricted as configured.

#### What actions do I need to take?

None.

#### Are there any risks I should be aware of?

None.

Steps before upgrading
----------------------

As with any version of Acquia Site Studio, we recommend that you backup your websites database and code before upgrading the version of Acquia Site Studio. There are no other specific steps to carry out before upgrading to this version.

Upgrade
-------

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 Acquia Site Studio by following our [upgrade guide](/drupal-starter-kits/add-ons/site-studio/upgrading-site-studio "Upgrading Site Studio").