Here we came to the real-world application of FMBBCodeBundle, i.e. how to make bbCode editor work in SonataAdmin. The best way is to create new bbCode editor form type.
Symfony
Knowledge about PHP Symfony 2.x and Symfony 3.x framework. You can find programming tips, tricks, workarounds, best practices and real use cases.
There are 2 posts tagged Symfony (this is page 1 of 1).
How to use bbCode with Symfony3
bbCode is a popular markup language for bulletin board messages and posts. Symfony doesn’t have support of bbCode from the box, but it can be easily enabled with external bundles. Here I describe how.