Skip to content

Commit aae1ec5

Browse files
committed
CABPI-356: Migration of AdminIms modules to magento2ce repo
1 parent ba96d6e commit aae1ec5

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

app/code/Magento/AdobeIms/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ The Magento_AdobeIms module creates the following tables in the database:
1010

1111
Before disabling or uninstalling this module, note that the `Magento_AdobeStockImageAdminUi` module depends on this module.
1212

13-
For information about module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html).
13+
For information about module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
1414

1515
## Extensibility
1616

17-
Extension developers can interact with the Magento_AdobeIms module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html).
17+
Extension developers can interact with the Magento_AdobeIms module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
1818

19-
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_AdobeIms module.
19+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_AdobeIms module.
2020

2121
## Additional information
2222

23-
For information about significant changes in patch releases, see [2.3.x Release information](https://devdocs.magento.com/guides/v2.3/release-notes/bk-release-notes.html).
23+
For information about significant changes in patch releases, see [2.4.x Release information](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html).

app/code/Magento/AdobeIms/modman

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/code/Magento/AdobeIms/view/adminhtml/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
margin-top: -50px;
2222
position: relative;
2323
z-index: 99;
24+
2425
&:hover:active {
2526
background: transparent;
2627
color: @color-sign-in-button-hover-active;
2728
}
28-
2929
}
3030

3131
.adobe-user-information {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)