Skip to content

Commit

Permalink
Update README.md - block problems
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk authored Sep 29, 2023
1 parent 6881d9b commit e2a6b38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,12 @@ Usage:
Kernel::getConnection()->getConfiguration()->setSQLLogger(
new \Frosh\DevelopmentHelper\Doctrine\EchoSQLLogger()
);

## Known issues

### Some HTML is not rendered correctly when this plugin is active 💣

This plugin can cause problems with blocks, due to the feature to show the block name as HTML comment.
If you encounter such issues with your plugin or project, you can configure this in [config/packages/frosh_development_helper.yaml](https://github.com/FriendsOfShopware/FroshDevelopmentHelper/blob/main/src/Resources/config/packages/frosh_development_helper.yaml)

There is a predefined list of pattern which likely would cause such problems - feel free to provide a pull request with more such generic patterns.

0 comments on commit e2a6b38

Please sign in to comment.