Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow HTML in news_category & news_categories #145

Open
futura-web opened this issue Jul 19, 2018 · 0 comments
Open

Allow HTML in news_category & news_categories #145

futura-web opened this issue Jul 19, 2018 · 0 comments

Comments

@futura-web
Copy link

futura-web commented Jul 19, 2018

Add this to your dcaconfg.php (system/config/... – or create a new one!) to allow HTML-tags in your categorieheadings & -navs:

$GLOBALS['TL_DCA']['tl_news_category']['fields']['title']['eval']['preserveTags'] = true;
$GLOBALS['TL_DCA']['tl_news_categories']['fields']['title']['eval']['preserveTags'] = true;

//I know it´s not an issue right now, but it will appear as one if googled.

@qzminski qzminski added this to the 3.1.0 milestone Jul 19, 2018
@qzminski qzminski removed this from the 3.1.0 milestone Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants