Skip to content

Commit

Permalink
add plugin argument: prepareLinkMedia
Browse files Browse the repository at this point in the history
  • Loading branch information
nleush committed Sep 9, 2024
1 parent 312ef34 commit 805c1f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import * as htmlUtils from './html-utils.js';
import * as metaUtils from './plugins/system/meta/utils.js';
import mediaPlugin from './plugins/validators/media.js';

const plugins = pluginLoader._plugins,
pluginsModules = pluginLoader._pluginsModules,
Expand All @@ -26,6 +27,7 @@
htmlUtils: htmlUtils,
metaUtils: metaUtils,
plugins: pluginsModules,
prepareLinkMedia: mediaPlugin.prepareLink,
log: log,
cache: cache
};
Expand Down

0 comments on commit 805c1f9

Please # to comment.