You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -743,7 +743,8 @@ Depends on showAsTabControl and showPreview set to true.
743
743
744
744
## Commonly used rich text editor configurations
745
745
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)
747
748
748
749
### Set the default font to Calibri with font-size 11pt
749
750
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
958
959
959
960
## Use the default web resource for organization-wide changes
960
961
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
+
```
962
975
963
976
964
977
## Find the current setting for a rich text editor configuration
0 commit comments