Skip to content

Commit d1d995e

Browse files
Delete obsolete warning
1 parent 955a861 commit d1d995e

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ To update a content property value you need the [Content Service](https://apidoc
116116

117117
The following sample demonstrates how to add or change the value of an Image Cropper property programmatically. The sample creates an API controller with an action, which must be invoked via a POST request to the URL written above the action.
118118

119-
{% hint style="warning" %}
120-
The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
121-
{% endhint %}
122-
123119
```csharp
124120
using Microsoft.AspNetCore.Mvc;
125121
using Umbraco.Cms.Core.Models;

0 commit comments

Comments
 (0)