Hi Team,
Added the below json within the "RTEGlobalConfiguration.json" file to change the Font Size and Font Name to apply the changes in all Rich Text Editor within the application. Facing below challenges in applying the change:
-
The below json changes the look and feel of the entire RTE, It looks like the icons are downgraded when the changes the applied.(Screenshot attached).
-
The newly added Font Size and Font Name do not auto loads, It shows "Font" and "Size" instead of "Arial" and "9.5" when the form loads. The new changes loads only after clicking within the RTE.
-
According the Microsoft blog, changes added to file "RTEGlobalConfiguration.json" must apply the changes to RTE in entire application. It is not working as mentioned in the blog. I have to explicitly add the component "Rich Text Editor Control" to each RTE in the application to apply the changes.
{
"defaultSupportedProps": {
"font_defaultLabel": "Arial",
"fontSize_defaultLabel": "9.5",
"toolbarLocation": "top",
"stickyStyle": {
"font-size": "9.5pt",
"font-family": "'Arial', 'Helvetica', sans-serif"
}
}
}
It would be great if you could answer my queries.
Please Let me know if i am missing any configuration while applying the changes to correct the above issues.
Thanks,
Tanya

Report
All responses (
Answers (