Verified Commit 78289a0d authored by Vladimir Roudakov's avatar Vladimir Roudakov Committed by Lee Rowlands
Browse files

Issue #3300604 by VladimirAus: Drupal 10 compatibility

parent a4448d5b
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+16 −0
Original line number Diff line number Diff line
{
  "name": "drupal/link_attributes",
  "type": "drupal-module",
  "description": "Provides a widget to allow settings of link attributes for menu links.",
  "keywords": [
    "Drupal"
  ],
  "license": "GPL-2.0-or-later",
  "homepage": "https://www.drupal.org/project/link_attributes",
  "minimum-stability": "dev",
  "support": {
    "issues": "https://www.drupal.org/project/issues/link_attributes",
    "source": "https://git.drupalcode.org/project/link_attributes"
  },
  "require": {}
}
+1 −3
Original line number Diff line number Diff line
name: Link attributes
type: module
description: Provides a widget to allow settings of link attributes for menu links.
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:link
  - drupal:system (>=8.4)
+1 −2
Original line number Diff line number Diff line
name: 'Link attributes alterInfo Test'
description: 'Implements hook_link_attributes_plugin_alter'
type: module
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
  - link_attributes:link_attributes