[NodeBundle] Show url slug in wysiwyg#1938
[NodeBundle] Show url slug in wysiwyg#1938waaghals wants to merge 4 commits intoKunstmaan:masterfrom
Conversation
ProfessorKuma
left a comment
There was a problem hiding this comment.
Hi @waaghals, your PR needs some changes
- your PR title should look like
[SomeBundle] Fixed some code
|
@waaghals can you rebase this pr so the conflicts are solved and can you provide some screenshots to see how this will look in the cms? Thanks! |
ProfessorKuma
left a comment
There was a problem hiding this comment.
Hi @, your PR needs some changes
- This PR seems to need a milestone of a minor release.
|
@waaghals ping ;) |
e38975c to
be6cdab
Compare
ProfessorKuma
left a comment
There was a problem hiding this comment.
Hi @, your PR passed all our requirements.
Thank you for contributing!
|
@acrobat rebased the PR and I've added a screenshot with the old and the new link format. |
|
@waaghals Thanks for the update! Can you check the failing travis build and styleci? Do you have an idea to "fix" this in ckeditor @dbeerten? |
|
@acrobat Done |
|
This still needs some work on the editor side as it would be more userfriendly to always show the correct slug for a link. I'm removing the milestone so we finish this somewhere in 6.x |


This PR adds back the slug for the selected page in wysiwyg editors. This allows end users to recognize what page they have picked. The id is still used internally, so even when the slug changes, this correct link is generated in the frontend. (Although the slug in the wysiwyg stays the same)