I am trying to fully migrate to Symfony 4, leaving Wordpress behind as much as I'll can.
Right now I can manage the pages, posts and best of all, application logic, given the power of Symfony framework. What I am lacking, though I have an idea, is making something like Advanced Custom Fields WP plugin.
I want to be able to add blocks to a page which could optionally contain repeatable blocks with forms. I am thinking to build this myself, unless there is already a solution that would already cover this for Symfony 4.3 >.
I tried Sonata but is too bloating and I would like to keep my app logic flexible.