I have a page where that has a 'Text' dataTable field. And have $fields->addFieldToTab("Root.Main", new TextField('ValuesToCheck'), "Content"); added to the getCMSFields().
Looking in the database its storing it with \r\n and the ' " symbols but when I use $ValuesToCheck in my .ss Templete file it formats the \r\n with
<br />, and " '
. Is there a way to disable this autoformatting of the text so that its just returning the raw text.