Sonny
Sonny

Reputation: 8326

CKEditor - Link Dialog - Internal Links

I need to be able to select internal pages for links. There is already a "confirmed New Feature" ticket on CKEditor's development site. It's slated for release in February. How can I retrofit this feature to the 4.0 release so I can take advantage of it before then?

Upvotes: 0

Views: 628

Answers (1)

Reinmar
Reinmar

Reputation: 22023

If this pull request satisfy your needs you can:

  1. clone ckeditor-dev repository,
  2. fetch changes from patch author's repository,
  3. merge his patch into 4.0 branch from ckeditor-dev,
  4. use command line builder (dev/builder/build.sh - config is in dev/builder/build-config.js) to create CKEditor package.

But I would rather recommend you to wait for official patch. It's not ready yet, but for 90% will be in February.

Upvotes: 1

Related Questions