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

HTML-Extension are ignored #10

Open
Firestorm87 opened this issue Nov 7, 2018 · 1 comment
Open

HTML-Extension are ignored #10

Firestorm87 opened this issue Nov 7, 2018 · 1 comment

Comments

@Firestorm87
Copy link

Firestorm87 commented Nov 7, 2018

If you add other extensions which manipulate the html (concrete: the bootstrap grid https://contao-bootstrap.de) the rendered html in the output json does not include these manipulations.

Via CMS:
<div class="mod_article first last block" id="article-1"><div class="ce_bs_gridStart first row"><div class="col-8"><div class="ce_text block"><p>Text</p>

Via API:
<div class=\"mod_article block\" id=\"article-1\"><div class=\"ce_text block\"><p>Text</p>

@saibotd
Copy link
Contributor

saibotd commented Jun 13, 2019

The loading order is determined in ContaoManager/Plugin.php

->setLoadAfter(['Contao\CoreBundle\ContaoCoreBundle']),

Not really sure how to tell BundleConfig to "load after everything else" …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants