Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I am trying to extend the Rich Text Editor to have the BlockQuote button in Umbraco v8.6
I even tried the solution given at https://our.umbraco.com/documentation/reference/config/tinymceconfig/
<command> <umbracoAlias>code</umbracoAlias> <icon>images/editor/code.gif</icon> <tinyMceCommand value="" userInterface="false" frontendCommand="code">code</tinyMceCommand> <priority>1</priority> </command>
But its not working and I am getting the following error:
System.NullReferenceException: Object reference not set to an instance of an object.\r\n at Umbraco.Web.PropertyEditors.RichTextPreValueController.EnsureInit()
Any help in this regard will be very helpful.
Regards,
I think you can do that by adding this line at tinymceconfig.config located at config folder.
Then go back to RTE data type settings and enable it.
Thank you. I also figured it out eventually and its much easier than it was in v7.
For Code Sample and BlockQuote we can use the following:
<command alias="codesample" name="Code Sample" mode="Selection"/> <command alias="blockquote" name="BlockQuote" mode="Selection"/>
There are many more plugins available
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to Add BlockQuote button to TinyMCE in Umbraco 8
Hi,
I am trying to extend the Rich Text Editor to have the BlockQuote button in Umbraco v8.6
I even tried the solution given at https://our.umbraco.com/documentation/reference/config/tinymceconfig/
But its not working and I am getting the following error:
Any help in this regard will be very helpful.
Regards,
Hi,
I think you can do that by adding this line at tinymceconfig.config located at config folder.
Then go back to RTE data type settings and enable it.
Thank you. I also figured it out eventually and its much easier than it was in v7.
For Code Sample and BlockQuote we can use the following:
There are many more plugins available
is working on a reply...