Skip to content

Commit f93da73

Browse files
committed
Review: update warning message
1 parent 3669007 commit f93da73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This defines the prop `key` in the client component props which are supplied to
3131
This optional attribute is only applicable for properties of type [file](#file) and [image](#image), and has a default value of `false`. By setting this attribute to `true`, a user can use the upload capabilities by passing `EditableFileValue<FileValue>` and `EditableImageValue<ImageValue>` as props to a client component. Using `false` is used for legacy `DynamicValue<File>` and `DynamicValue<ImageValue>`.
3232

3333
{{% alert color="warning" %}}
34-
The optional attribute `allowUpload` will be deprecated as of Mx 12. After Mx 12, `file` and `image` will have by default editing capabilities, and users will not be able to use the legacy behavior.
34+
The optional 'allowUpload' attribute on Image and File properties, which enables editing, will be deprecated starting with Mendix 12. After Mendix 12, such properties will have editing capabilities by default. Be aware of behavioral differences based on the 'allowUpload' attribute.
3535
{{% /alert %}}
3636

3737
#### Type (Required)
@@ -270,7 +270,7 @@ Image allows a user to configure an image from an object that is a specializatio
270270
The user can use the optional attribute [`allowUpload`](#allow-upload) with default value `false` to use the legacy [`Dynamic<FileValue>`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#filevalue) prop. Beware of behavioral differences based on the `allowUpload` attribute.
271271

272272
{{% alert color="warning" %}}
273-
The optional attribute `allowUpload` will be deprecated as of Mx 12. After Mx 12, `image` will have by default editing capabilities and users will not be able to use the legacy behavior.
273+
The optional 'allowUpload' attribute on Image and File properties, which enables editing, will be deprecated starting with Mendix 12. After Mendix 12, such properties will have editing capabilities by default. Be aware of behavioral differences based on the 'allowUpload' attribute.
274274
{{% /alert %}}
275275

276276
#### XML Attributes
@@ -715,7 +715,7 @@ The file property type allows a user to configure and edit a file from and to an
715715
The user can use the optional attribute [`allowUpload`](#allow-upload) with default value `false` to use the legacy [`Dynamic<FileValue>`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#filevalue) prop. Beware of behavioral differences based on the `allowUpload` attribute.
716716

717717
{{% alert color="warning" %}}
718-
The optional attribute `allowUpload` will be deprecated as of Mx 12. After Mx 12, `file` will have by default editing capabilities and users will not be able to use the legacy behavior.
718+
The optional 'allowUpload' attribute on Image and File properties, which enables editing, will be deprecated starting with Mendix 12. After Mendix 12, such properties will have editing capabilities by default. Be aware of behavioral differences based on the 'allowUpload' attribute.
719719
{{% /alert %}}
720720

721721
#### XML Attributes

0 commit comments

Comments
 (0)