# April 2024

The following changes have been released to all Heartcore sites.

## Grid Disabled By Default

With the grid property editor [becoming deprecated](https://umbraco.com/blog/umbraco-heartcore-update-october-2023/), it has been decided to hide related functionality in the backoffice for sites that are not using it yet. The modern alternative to Grid Editor is the Block Grid Editor. The migration between Grid and Block Grid won't be fully automated, so this decision was made to encourage use of the most future-proof Data Type.

Sites that already have Grid Data Types in use will continue to offer the full range of grid support. Grid content can also be imported from a zip package, which will also fully enable support for it across the environment.

## Management API Property Type Configuration

The Content Management API now exposes additional configuration data about properties via the [content type](/umbraco-heartcore/api-documentation/content-management/content/type.md) endpoints. This will allow you to do things like retrieve information about possible prevalues for a dropdown field or radio button list, for example.

## Notable Bugfixes

Fixes for commonly-reported issues this month include:

* The root endpoint of the management API now correctly returns links to other endpoints.
* The API explorer in the backoffice is no longer prevented from returning responses from the management API due to a Cross-Origin Resource Sharing (CORS) error.
* The alias for dev & staging environments should no longer point at the live content APIs.
* The webhook log viewer will now correctly load information about attempted runs.
* When previewing content in a multilingual setup, the preview window will no longer indefinitely hang until you save the selected variant.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-heartcore/release-notes/2024-04-releasenotes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
