Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Update index.md #8084

Merged
merged 1 commit into from
Oct 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you are integrating Magento entities such as variable and widget as plugins,

After loading, modifying, and merging all configurations, Magento serializes the result into a JSON object and passes it to the UI component.

In your module's `view/base/requirejs-config.php` file, add a shim configuration entry for your editor in order to have RequireJS load it correctly.
In your module's `view/base/requirejs-config.js` file, add a shim configuration entry for your editor in order to have RequireJS load it correctly.

**Example:** CKEditor\CKEditor4\view\base\requirejs-config.js

Expand Down