Skip to content

Commit 63b23a2

Browse files
committed
Revert for Mx10
1 parent 0997486 commit 63b23a2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Support for the `dataSource` attribute was introduced in Mendix 8.14.
425425

426426
#### XML Elements
427427

428-
`<translations>` — Allows a user to set a default value for text templates for different languages using `<translation>` elements with a `lang` attribute representing [ISO 639](https://en.wikipedia.org/wiki/ISO_639) code of the language. Available languages are listed in the [Languages Tab](/refguide/app-settings/#languages-tab) in Studio Pro.
428+
`<translations>` — Allows a user to set a default value for text templates for different languages using `<translation>` elements with a `lang` attribute representing [ISO 639](https://en.wikipedia.org/wiki/ISO_639) code of the language. Available languages are listed in the [Languages Tab](/refguide10/app-settings/#languages-tab) in Studio Pro.
429429

430430
#### Studio Pro UI
431431

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ When a `dataSource` attribute is specified and configured by the user, it is pas
448448

449449
#### XML Elements
450450

451-
`<translations>` — Allows a user to set a default value for text templates for different languages using `<translation>` elements with a `lang` attribute representing [ISO 639](https://en.wikipedia.org/wiki/ISO_639) code of the language. Available languages are listed in the [Languages Tab](/refguide/languages-tab/) in Studio Pro.
451+
`<translations>` — Allows a user to set a default value for text templates for different languages using `<translation>` elements with a `lang` attribute representing [ISO 639](https://en.wikipedia.org/wiki/ISO_639) code of the language. Available languages are listed in the [Languages Tab](/refguide10/app-settings/#languages-tab) in Studio Pro.
452452

453453
#### Studio Pro UI
454454

content/en/docs/refguide/modeling/best-practices/dev-best-practices/app-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Each user role should correspond to only one module role per module. In other wo
3939

4040
Always store secret information in a safe place. A safe place is the database. Use the [Encryption](https://marketplace.mendix.com/link/component/1011) module to encrypt, store, retrieve, and decrypt the information.
4141

42-
You can also store [private constants](/refguide/configuration/#constants) in configurations. These are encrypted and stored on your local machine so will not be shared with others.
42+
You can also store [private constants](/refguide/configurations-tab/#constants) in configurations. These are encrypted and stored on your local machine so will not be shared with others.
4343

4444
Using either the default value of a constant or the project's shared configuration settings is unsafe. Both these places are readable by others and visible in the version management copies.

content/en/docs/refguide10/general/mx-command-line-tool/private-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Describes the commands related to private values for the mx comman
99

1010
The commands in this group are related to showing and deleting private values.
1111

12-
Studio Pro stores private values, such as values for [private constants](/refguide10/configurations-tab/), in an encrypted way in the user's local app data. These private values are defined by:
12+
Studio Pro stores private values, such as values for [private constants](/refguide10/configuration/#constants), in an encrypted way in the user's local app data. These private values are defined by:
1313

1414
* The path of the `.mpr` file of the app
1515
* The version of Studio Pro

0 commit comments

Comments
 (0)