Craig Blanchette
Craig Blanchette
DId you add configuration to enable the form support? ```yaml mopa_bootstrap: form: ~ ```
In any config file. If you're using flex create config/packages/mopa_bootstrap.yaml and add it there, if you have a app/config/config.yml add it there.
You can add a form as a child: ```php $subform = $builder->create('form'); $subform->add('field1', ...); $subform->add('field2', ...); $builder->add($subform) ``` And add any classes you might want. Really this is probably better...
I assume because nobody has fixed it yet
Nope, should be fine. Although I plan on removing any embedded libraries in this repo, so I would suggest against anybody using it this way anyway.
My response was just that having two actual navbars with the hamburger collapse button etc, isn't a common use-case. Which is not to say it's not possible to even still...
Yeah seems fine
Couple things.. You should probably just pass the parameter to the twig extension instead of passing the whole container, and I'm not sure about adding another global variable to Twig,...
Also, we don't need the initRuntime / environment variable.
%path.to.parameter% You don't need expression language at all On Apr 9, 2014 11:14 AM, "Martin Århof" [email protected] wrote: > I dont know how to only pass the argument in the...