Skip to content
Snippets Groups Projects
Commit f7434e6a authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3296571: Switch back drupal/fakeobjects from 1.x-dev to ~1.0 to be ready to release 8.x-2.6

parent 797870a1
No related branches found
No related tags found
No related merge requests found
# CKEditor Anchor Link
This plugin module adds the better link dialog and anchor related features
to CKEditor in Drupal 8:
to CKEditor in Drupal:
- Dialog to insert links and anchors with some properties.
- Context menu option to edit or remove links and anchors.
......
name: 'CKEditor Anchor Link'
type: module
description: 'This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 9'
description: 'This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal'
package: CKEditor
core_version_requirement: ^8 || ^9 || ^10
dependencies:
......
{
"name": "drupal/anchor_link",
"description": "This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 8.",
"description": "This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/anchor_link",
"license": "GPL-2.0-or-later",
......@@ -24,7 +24,7 @@
],
"require": {
"drupal/core": "^8 || ^9 || ^10",
"drupal/fakeobjects": "1.x-dev"
"drupal/fakeobjects": "~1.0"
},
"extra": {
"branch-alias": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment