Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Add possible values for widget_type#4892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The documentation does not list which values are possible for widget_type. These two are the ones I extracted from the Symfony2 source code.
xabbuh commentedJan 20, 2015
What do you think about reusing the description that we already have for thewidget option of the |
ghost commentedJan 21, 2015
Sure, that sounds even better. |
xabbuh commentedMar 8, 2015
@XitasoChris Will you be able to do the change? I think this would be ready to be merged then. |
ghost commentedMar 23, 2015
@xabbuh Should I just copy it or move it to a new file and then include it on both pages? |
xabbuh commentedMar 23, 2015
@XitasoChris There already is the file |
ghost commentedMar 23, 2015
@xabbuh The form types should be identical, but the block you pointed out has a different headline ("widget") whereas we need "date_widget" here. |
xabbuh commentedMar 23, 2015
@XitasoChris Indeed, I would then move the description itself to its own file. |
ghost commentedMar 23, 2015
@xabbuh Done. |
xabbuh commentedMar 23, 2015
@XitasoChris Thanks, this looks really nice! 👍 |
weaverryan commentedMar 24, 2015
Wow, really really nice job re-using the existing description. Thanks @XitasoChris and xabbuh! |
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes#4892).Discussion----------Add possible values for widget_type| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets |The documentation does not list which values are possible for widget_type. These two are the ones I extracted from the Symfony2 source code.Commits-------e57c2ac terminate file with newlineef9e1bd move title back and move description to separate file as suggested in PR#48926b42685 move title out of included file as suggested in PR#48926fcdd89 Add possible values for widget_type
* 2.3: (44 commits) Removed duplicate "long"s terminate file with newline move title back and move description to separate file as suggested in PR#4892 move title out of included file as suggested in PR#4892 Add possible values for widget_type [#4842] Making 2 sentences changes as suggested by WouterJ in pull request#4842 Add meaning of yellow icon for number of queries Fixing bad link name fix typo in event flow diagrams Many fixes thanks to stof, WouterJ, xabbuh and dupuchba added Jakub as a merger for the DomCrawler component [#5094] Removing mkdir - it's not needed (thanks xabbuh) some tweaks to#4601 Moving index down to correct section [#4989] Language tweaks and making the example simpler Remove useless setLocale() call and add code block with locale setter Finaly touches on translation locale setting note Review note about setting the translator locale in a controller. Update translation.rst ...Conflicts:cookbook/security/entity_provider.rst
* 2.6: (45 commits) Removed duplicate "long"s terminate file with newline move title back and move description to separate file as suggested in PR#4892 move title out of included file as suggested in PR#4892 Add possible values for widget_type [#4842] Making 2 sentences changes as suggested by WouterJ in pull request#4842 Add meaning of yellow icon for number of queries Fixing bad link name fix typo in event flow diagrams Many fixes thanks to stof, WouterJ, xabbuh and dupuchba added Jakub as a merger for the DomCrawler component [#5094] Removing mkdir - it's not needed (thanks xabbuh) some tweaks to#4601 Moving index down to correct section [#4989] Language tweaks and making the example simpler Remove useless setLocale() call and add code block with locale setter Finaly touches on translation locale setting note Review note about setting the translator locale in a controller. Update translation.rst ...
* 2.7: (47 commits) Removed duplicate "long"s terminate file with newline move title back and move description to separate file as suggested in PR#4892 move title out of included file as suggested in PR#4892 Add possible values for widget_type [#4842] Making 2 sentences changes as suggested by WouterJ in pull request#4842 Add meaning of yellow icon for number of queries Fixing bad link name fix typo in event flow diagrams Many fixes thanks to stof, WouterJ, xabbuh and dupuchba added Jakub as a merger for the DomCrawler component Changes thanks to WouterJ and xabbuh [#5094] Removing mkdir - it's not needed (thanks xabbuh) some tweaks to#4601 Moving index down to correct section [#4989] Language tweaks and making the example simpler Remove useless setLocale() call and add code block with locale setter Finaly touches on translation locale setting note Review note about setting the translator locale in a controller. ...
The documentation does not list which values are possible for widget_type. These two are the ones I extracted from the Symfony2 source code.