Skip to content

Commit 0069eda

Browse files
authored
Update rich-text-editor-control.md
1 parent f547ea8 commit 0069eda

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,8 @@ Depends on showAsTabControl and showPreview set to true.
743743

744744
## Commonly used rich text editor configurations
745745

746-
The following are common configurations for the rich text editor. These sample configurations can be used to enable specific types of rich text experiences. For each sample, you create a JSON web resource or modify the default web resource configuration. More information: [Create and use advanced configuration for the rich text editor control](#create-and-use-advanced-configuration-for-the-rich-text-editor-control) and [Use the default web resource for organization-wide changes](#use-the-default-web-resource-for-organization-wide-changes)
746+
The following are common configurations for the rich text editor. These sample configurations can be used to enable specific types of rich text experiences. For each sample, you create a JSON web resource or modify the default web resource configuration. More information: [Create and use advanced configuration for the rich text editor control](#create-and-use-advanced-configuration-for-the-rich-text-editor-control) and [
747+
for organization-wide changes](#use-the-default-web-resource-for-organization-wide-changes)
747748

748749
### Set the default font to Calibri with font-size 11pt
749750
Set your default font and size to match the Microsoft Windows defaults. This example shows which settings you use to implement this change in your experience.
@@ -958,7 +959,19 @@ Set this ```defaultSupportedProps``` property in your configuration file. Each v
958959

959960
## Use the default web resource for organization-wide changes
960961

961-
The default RTE webresource is available with the display name RTEGlobalConfiguration.json. This configuration is used for all instances of the RTE control and can be used to make organization-wide changes. This includes RTE used in timeline rich-text notes, knowledge management, and single and multi-line fields that are configured to use the RTE control. Based on your business requirements, can specify the parameters and values in this file. Use the non-editable RTEGlobalConfiguration.json as a sample to add the parameters in the required structure format.
962+
The default RTE webresource is available with the display name RTEGlobalConfiguration.json. This configuration is used for all instances of the RTE control and can be used to make organization-wide changes. This includes RTE used in timeline rich-text notes, knowledge management, and single and multi-line fields that are configured to use the RTE control.
963+
By default, RTEGlobalConfiguration.json is empty. Based on your business requirements, you can specify the values you want to customize in this file. Use the non-editable RTEGlobalConfiguration.json as a sample to add the parameters in the required structure format.
964+
965+
An example of the custom values you can add to the RTEGlobalConfiguration.json is:
966+
967+
```
968+
{
969+
"defaultSupportedProps": {
970+
"height": 300,
971+
"toolbarLocation" : "top"
972+
}
973+
}
974+
```
962975

963976

964977
## Find the current setting for a rich text editor configuration

0 commit comments

Comments
 (0)