ubc-web-services / d10compat_anchor_link
This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 9.
Installs: 2 517
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:drupal-module
Requires
- drupal/core: ^9 || ^10
This package is not auto-updated.
Last update: 2024-11-06 06:27:13 UTC
README
This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 9:
- Dialog to insert links and anchors with some properties.
- Context menu option to edit or remove links and anchors.
- Ability to insert a link with the URL using multiple protocols, including an external file if a file manager is integrated.
Most text formats limit HTML tags. If this is the case, it will be necessary to whitelist the "name" attribute on the "a" element.
E.g. <a name href hreflang>
Requirements
- CKEditor
- CKEditor FakeObjects module.
- CKEditor Anchor link plugin library. Place it in /libraries/link directory.
- CKEditor Fake Objects plugin library. Place it in /libraries/fakeobjects directory. which managed by the CKEditor fakeobjects module.