Skip to content

Commit 1eea0f1

Browse files
Sofie Toft Kristensengitbook-bot
Sofie Toft Kristensen
authored andcommitted
GITBOOK-2: Take version specific info out of note
1 parent 8c9a38e commit 1eea0f1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/property-value-preset.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export { UmbTrueFalsePropertyValuePreset as api };
3434
```
3535
{% endcode %}
3636

37-
This API will set the value to "Hello there" for all properties using the `Umb.PropertyEditorUi.TextBox` Property Editor UI.
37+
This API will set the value to "Hello there" for all properties using the `Umb.PropertyEditorUi.TextBox` Property Editor UI.
3838

3939
### Target a Property Editor Schema
4040

@@ -73,11 +73,7 @@ export { UmbTrueFalsePropertyValuePreset as api };
7373

7474
The `processValue` method is async. You can request the server or use the Context-API to retrieve the necessary information to construct your value.
7575

76-
{% hint style="info" %}
77-
**Only relevant for Umbraco 16 (release date: June 12th, 2025)**
78-
79-
For retrieving contexts, upgrading to version 16, where the `getContext` method will have a timeout feature is recommended. In this case, such will be needed for the preset not to get stuck if the context is unavailable when the reset is constructed.
80-
{% endhint %}
76+
It is recommended to use the `getContext` method for retrieving contexts. The method includes a timeout feature that prevents the preset from getting stuck if the context is unavailable during reset.
8177

8278
## Extend Presets
8379

0 commit comments

Comments
 (0)