I'm wondering if anyone has had any success in implementing customizations for the Rich Text Editor.
I find the documentation to be a bit confusing. It appears to require a json content structure inside a javascript file that can't be uploaded OOTB due to js files being restricted by Power Pages. And the example they provide is a file without a file extension uploaded to a directory that doesn't exist in Power Pages.
If I disable the js extension restriction and upload a file with the example code provided in the documentation, and point the Custom Configuration URL to it, it doesn't appear to do anything.
I've placed the following code into a js file (as per the documentation), uploaded it via Notes, and can confirm that the file exists at the given URL. No bueno.
{
"defaultSupportedProps": {
"height": 300,
"toolbarLocation" : "top"
}
}
Any thoughts or tips?