-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing templates (Properties / Prototypes) + Missing Options #399
Conversation
This push help when use standalone bundles to prototype a backend with default features. |
I forgot template building process in the templates. I will add it tomorrow ! |
@pjedrzejewski Seems good for you ? |
<form action="{{ path('sylius_prototype_build', {'id': prototype.id}) }}" method="post" class="form-horizontal" novalidate> | ||
{% include 'SyliusProductBundle:Product:_form.html.twig' %} | ||
<div class="form-actions"> | ||
<input type="submit" value="create product" class="btn btn-large btn-primary" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All texts should be translated.
@amenophis Can you change templates same way I have done that in #467 ? |
@amenophis Any news here? |
I am closing this as I figured out a bit better way to handle the default templates. I'll share soonish. This PR is outdated anyway. :) |
[ResourceBundle] In the config : should be "form", not "forms"
No description provided.