Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Mention IvoryCKEditorBundle in the Symfony Forms doc#6305
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
reference/forms/types/textarea.rst Outdated
| If you prefer to use an **advanced WYSIWYG editor** instead of a plain | ||
| textarea, consider using the `IvoryCKEditorBundle`_ community bundle. Read | ||
| `its documentation</doc/current/bundles/IvoryCKEditorBundle/index.html>`_ |
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.
This link looks wrong.
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.
It's correct. However, we always use absolute URLs (including domain name) and we don't inline the links. Can you please update it,@javiereguiluz ?
javiereguiluz commentedMar 10, 2016
I've done the recommended changes. Thanks! |
| If you prefer to use an **advanced WYSIWYG editor** instead of a plain | ||
| textarea, consider using the IvoryCKEditorBundle community bundle. Read | ||
| `its documentation<https://symfony.com/doc/current/bundles/IvoryCKEditorBundle/index.html>`_ |
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.
This should be ``its documentation_ and then `.. _its documentation: https://....` at the bottom of the article.
wouterj commentedMar 10, 2016
👍 |
…iereguiluz)This PR was squashed before being merged into the 2.3 branch (closes#6305).Discussion----------Mention IvoryCKEditorBundle in the Symfony Forms docThis is the most obvious mention we can do. If you have other ideas to mention this bundle, please share them. Thanks!Commits-------6126711 Mention IvoryCKEditorBundle in the Symfony Forms doc
xabbuh commentedMar 10, 2016
Thanks Javier, I have merged this and move the link target to the bottom of the file as suggested by Wouter in032b167. |
* 2.3: [#6219] some tweaks Point that route parameters are also Request attributes [#6348] some minor tweaks [best practices] mostly typos [#6275] some minor tweaks [quick tour] mostly typos remove link-local IPv6 address (fe80::1) [#6305] move link reference to the bottom Mention IvoryCKEditorBundle in the Symfony Forms doc [#6328] minor tweak Update extension.rst - added caution box for people trying to remove the default file with services definitions Altered single / multiple inheritance sentence Replace XLIFF number ids by strings
* 2.7: [#6219] some tweaks Point that route parameters are also Request attributes [#6348] some minor tweaks [best practices] mostly typos [#6275] some minor tweaks [quick tour] mostly typos remove link-local IPv6 address (fe80::1) [#6305] move link reference to the bottom Mention IvoryCKEditorBundle in the Symfony Forms doc [#6328] minor tweak Update extension.rst - added caution box for people trying to remove the default file with services definitions Altered single / multiple inheritance sentence Replace XLIFF number ids by strings Rename DunglasApiBundle to ApiPlatform
* 2.8: [#6219] some tweaks Point that route parameters are also Request attributes [#6348] some minor tweaks [best practices] mostly typos [#6275] some minor tweaks [quick tour] mostly typos remove link-local IPv6 address (fe80::1) [#6305] move link reference to the bottom Mention IvoryCKEditorBundle in the Symfony Forms doc [#6328] minor tweak Update extension.rst - added caution box for people trying to remove the default file with services definitions Altered single / multiple inheritance sentence Replace XLIFF number ids by strings Rename DunglasApiBundle to ApiPlatform
* 3.0: [#6219] some tweaks Point that route parameters are also Request attributes [#6348] some minor tweaks [best practices] mostly typos Fix reference to app folder [#6275] some minor tweaks [quick tour] mostly typos remove link-local IPv6 address (fe80::1) [#6305] move link reference to the bottom Mention IvoryCKEditorBundle in the Symfony Forms doc [#6328] minor tweak Update extension.rst - added caution box for people trying to remove the default file with services definitions Altered single / multiple inheritance sentence Replace XLIFF number ids by strings Rename DunglasApiBundle to ApiPlatform
This is the most obvious mention we can do. If you have other ideas to mention this bundle, please share them. Thanks!