---
canonical: https://amplience.com/developers/docs/release-notes/2025/next-gen-authoring-usability/
title: Next Generation Authoring, usability enhancements
description: This release introduces an improved validation error header
audience: Business User
image: https://cdn.media.amplience.net/i/ampproduct/rich-text-editor-subscript-2?w=1200&h=630
image_width: 1200
image_height: 630
date_published: 2025-05-27
date_modified: 2025-07-10
---

# Next Generation Authoring- usability enhancements

**Release date: 28th May 2025**

This release includes some enhancements to make Next Generation Authoring even easier to use. An [improved validation header](#improved-validation-header) allows users to navigate straight to validation errors in the authoring experience. We've also added some features to the rich text editor.

## About Next Generation Authoring

Next Generation Authoring provides an enhanced authoring experience, with features for users and developers.

- An [enhanced "look and feel"](https://amplience.com/developers/docs/schema-reference/) available "out of the box" when you [switch on](https://amplience.com/developers/docs/schema-reference/) Next Generation Authoring

- New developer features such as [customizable input fields](https://amplience.com/developers/docs/schema-reference/) and schema enhancements such as [conditionals](https://amplience.com/developers/docs/schema-reference/)

- Control over [form layout](https://amplience.com/developers/docs/schema-reference/) using tabs, grids and dividers

- [Content palettes](https://amplience.com/developers/docs/schema-reference/) to make it easier to work with [flexible lists](https://amplience.com/developers/docs/schema-reference/) of different types of content

Visit the [What's new](https://amplience.com/developers/docs/schema-reference/) page for an introduction to the new features.

## Improved validation header

The new validation header makes it easier to navigate to invalid fields compared to the original authoring experience. The new header clearly flags any issues, allowing you to fix the problems and save your content.

If some fields are not valid when you try to save a content item, then the fields are highlighted and a "Check highlighted fields" message is shown in the header, including the number of fields that are invalid.

Navigate to the first field that needs your attention by clicking the arrow in the right of the header. Once a field is valid, you can use the arrow in the header to go to the next field.

### Example

In the example below, we have 3 fields that don't meet validation. The first field is configured to require an integer that is a multiple of 10, the second requires a list of at least two items, and the third field is a required date. Clicking in the header to go directly to the date field opens up the tab that it's displayed within.

![A new validation header lets you navigate to any fields that are not valid](https://ampproduct.a.bigcontent.io/v1/static/validations-header-2 'A new validation header lets you navigate to any fields that are not valid')

With all the validation errors fixed, we can save the content.

## Rich text editor updates

The built-in rich text editor has also been updated to include support for superscript and subscript. You can use the icons in the toolbar to change the selected text to subscript or superscript, as shown in the image below.

![The rich text editor now supports subscript and superscript](https://cdn.media.amplience.net/i/ampproduct/rich-text-editor-subscript-2?w=1880&fmt=png 'The rich text editor now supports subscript and superscript')

It's also now easy to choose whether a link should open in a [new tab or the same tab](https://www.w3schools.com/tags/att_a_target.asp). In the "Add hyperlink" dialog, click the icon on the right to set the link to open in a new tab, or keep it unselected to open the link in the same tab.

![From the add hyperlink dialog you can choose whether to open a link in the same tab or a new tab](https://cdn.media.amplience.net/i/ampproduct/rich-text-editor-subscript-3?w=1880&fmt=png 'From the add hyperlink dialog you can choose whether to open a link in the same tab or a new tab')

When the option to open a link in a new tab is chosen, the markdown text for the link includes `target="_blank"`, as shown in the example below.

![The markdown created to open a link in a new tab](https://cdn.media.amplience.net/i/ampproduct/rich-text-link-2?w=1880&fmt=png 'The markdown created to open a link in a new tab]')

## Fixed issues

This release also includes fixes for a number of bugs. See the [FAQs](https://amplience.com/developers/docs/schema-reference/) page for the latest bug fixes and outstanding issues.

## Related pages

[Next Generation Authoring](https://amplience.com/developers/docs/schema-reference/)

[FAQs](https://amplience.com/developers/docs/schema-reference/)
