Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Convert.php - html2raw config


Go to End


2071 Views

Avatar
Martin Pales

Community Member, 19 Posts

13 December 2008 at 9:59am

I'd like to turn off surrounding bold text with asterisks and currently it's only possible by editing Convert.php directly and modifying config for html2raw function, sice the function is called internally without the config param.

Is it possible to make it configurable also globally, e.g. in _config.php like
Convert::html2raw_config = array( ... );

Thank you.