There is some changes in the 4.x version that we need to change when updating to 5.0.

  • Attributes are gone.
  • Remove the linkit plugin from ckeditor toolbar.
  • Make sure the default link plugin is enabled.
  • Add the new linkit filter to text formats that has linkit enabled.
  • data-entity-type and data-entity-uuid link attribute in case of filter_html filter.

Comments

anon created an issue. See original summary.

  • anon committed 1c78c40 on 8.x-5.x
    Issue #2751297 by anon: Update path form 4.x to 5.0
    
anon’s picture

Status: Active » Needs review

Committed the code to 8.x-5.x.

Update hook performs:

  • Removes linkit profile attributes from all profiles.
  • Replaces the linkit ckeditor plugin with drupallink.
  • Enables the linkit filter on text formats where linkit is used.
  • Adds 'data-entity-type' and 'data-entity-uuid' attributes to the <a> tag if filter_html is activated.

I would really like if someone could this this.

anon’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.