---
canonical: https://amplience.com/developers/docs/release-notes/2025/dynamic-content-enhancements/
title: Dynamic Content enhancements
description: This release brings an enhanced slot chooser to Dynamic Content scheduling together with updates to the extensions permissions dialog.
audience: Business User
image: https://cdn.media.amplience.net/i/ampproduct/rn-slot-chooser-update?w=1200&h=630
image_width: 1200
image_height: 630
date_published: 2025-02-17
date_modified: 2025-04-30
---

# Dynamic Content enhancements

**Release date: 19th February 2025**

This release of Dynamic Content brings improvements to the scheduling slot browser, helping you to find slots more easily when adding them to editions.

We've also enhanced the [extensions permissions](#extension-permissions-dialog-enhancement) dialog and added a [shortcut to the Schema Editor](#new-schema-editor-shortcut-for-hierarchy-drag-and-drop) to make it easier to support [drag and drop for hierarchies](https://amplience.com/developers/docs/dev-tools/content-modeling/hierarchies/sorting-hierarchies/#hierarchy-drag-and-drop).

## Enhanced slot browser

![Enhanced slot browser in Dynamic Content scheduling](https://cdn.media.amplience.net/i/ampproduct/rn-slot-chooser-update?w=1880&fmt=png 'Enhanced slot browser in Dynamic Content scheduling')

Now, when you need to find and select slots for scheduling, you can:

- Choose the repository you want to use (1)
- Use filters to narrow down the list of slots (2)
- Sort slots in your preferred order (3)
- Toggle navigation on and off (4)
- Show or hide folders as needed (5)

We've also added a new 'Assignee names' column to the chooser, so you can easily see who slots are assigned to.

## Extension permissions dialog enhancement

You can now set or unset all the [permissions](https://amplience.com/developers/docs/integrations/extensions/register-use/#permissions) for an [extension](https://amplience.com/developers/docs/integrations/extensions/extensions-overview/) by clicking the "Select all" checkbox in the extension permissions dialog. Individual permissions can be set or unset by clicking the checkbox next to the permission.

Extension permissions are initially all unset.

![You can now set or unset all the extension permissions at once](https://cdn.media.amplience.net/i/ampproduct/extension-permissions-1?w=1880&fmt=png 'You can now set or unset all the extension permissions at once')

## New Schema Editor shortcut for hierarchy drag and drop

Supporting drag and drop for a hierarchy requires you to add a `sortable` trait to your content type schema. You can now add this trait to your schema simply by going to the "Add property" menu in the [schema editor](https://amplience.com/developers/docs/dev-tools/guides-tutorials/schema-editor/), choosing "Traits" and then "trait:sortable- Drag and drop". The trait will then be added to your schema with the key and sort path already filled in.

See the [hierarchy drag and drop](https://amplience.com/developers/docs/dev-tools/content-modeling/hierarchies/sorting-hierarchies/#hierarchy-drag-and-drop) developer guide for more details of the feature.

![The new schema editor shortcut](https://cdn.media.amplience.net/i/ampproduct/schema-editor-trait-shortcut-1?w=1880&fmt=png 'The new schema editor shortcut')

## Related pages

[Adding slots to editions](https://amplience.com/developers/docs/user-guides/schedule-content/plan/add-content-edition/#adding-a-slot-to-an-edition)

[Extension permissions](https://amplience.com/developers/docs/integrations/extensions/register-use/#permissions)

[Extensions overview](https://amplience.com/developers/docs/integrations/extensions/extensions-overview/)

[Drag and drop for hierarchies](https://amplience.com/developers/docs/dev-tools/content-modeling/hierarchies/sorting-hierarchies/#hierarchy-drag-and-drop)

[The schema editor](https://amplience.com/developers/docs/dev-tools/guides-tutorials/schema-editor/)
