Skip to content

Commit 61103f4

Browse files
Remove obsolete message
1 parent 2e439e4 commit 61103f4

File tree

1 file changed

+0
-4
lines changed
  • 14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor

1 file changed

+0
-4
lines changed

14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,6 @@ public class BlockGridElementData
630630

631631
9. By injecting [ContentService](https://apidocs.umbraco.com/v14/csharp/api/Umbraco.Cms.Core.Services.ContentService.html) and [ContentTypeService](https://apidocs.umbraco.com/v14/csharp/api/Umbraco.Cms.Core.Services.ContentTypeService.html) into an API controller, we can transform the raw data into Block Grid JSON. It can then be saved to the target content item. Create a class called **BlockGridTestController.cs** containing the following:
632632

633-
{% hint style="warning" %}
634-
The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
635-
{% endhint %}
636-
637633
{% code title="BlockGridTestController.cs" lineNumbers="true" %}
638634
```csharp
639635
using Microsoft.AspNetCore.Mvc;

0 commit comments

Comments
 (0)