Matrix Version: 6.78
Is there a way in the WYSIWYG editor AND in a code content container to prevent the closing tag from automatically being added?
E.g. I type <p> and the editor will automatically add </p> which I do not want.
Matrix Version: 6.78
Is there a way in the WYSIWYG editor AND in a code content container to prevent the closing tag from automatically being added?
E.g. I type <p> and the editor will automatically add </p> which I do not want.
Hi Nic,
For the WYSIWYG component and the View Source toggle, I don’t think you can turn off the automatic tag closing.
In the Code component, you can click on Raw to do that.
Hope that helps a bit at least.
Cheers!
– Gary
The Raw option is what I was looking for. Thanks!