- Issue created by @smustgrave
- πΊπΈUnited States smustgrave
Funny enough if you disable title then order becomes
Display text
Advanced
Link URLWhich also seems odd.
- πΊπΈUnited States jonraedeke
I agree that "Title" should go in the "Advanced" area.
I also agree that "Advanced" could go below the "Link URL" where they have "Bookmarks" in the CKEditor 45 demo.
- π¬π§United Kingdom robcarr Perthshire, Scotland
Agree about shunting Title into Advanced.
I've noticed that when adding a link using Linkit, the title attribute is not populated in the CKE/Linkit form, but is actually rendered in HTML (if Automatically set the title attribute to that of the (translated) referenced content is set in Text Format > Linkit URL converter). If the Editor Advanced Link Title field is manually entered in the balloon/CKE dialogue it overrides the Linkit-generated title.
I played around with the module code https://git.drupalcode.org/project/editor_advanced_link/-/blob/2.2.x/edi... - messing around with order and weights - but had no effect.
Had a look in the JS for the UI too https://git.drupalcode.org/project/editor_advanced_link/-/blob/2.2.x/js/... and that has lots of caveats. Beyond my headspace unfortunately