UNPKG

nodebb-plugin-iframely

Version:

Iframely will give you embeds from over 1700 domains, plus previews for the rest of the web.

24 lines (23 loc) 713 B
{ "id": "nodebb-plugin-iframely", "url": "https://github.com/NodeBB/nodebb-plugin-iframely", "library": "./library.js", "hooks": [ { "hook": "static:app.load", "method": "init" }, { "hook": "filter:admin.header.build", "method": "addAdminNavigation" }, { "hook": "action:settings.set", "method": "updateConfig" }, { "hook": "filter:parse.raw", "method": "replace" }, { "hook": "filter:parse.post", "method": "replace" } ], "scripts": [ "node_modules/@iframely/embed.js/dist/embed.min.js", "public/scripts/client.js" ], "modules": { "../admin/plugins/iframely.js": "public/scripts/admin.js" }, "scss": [ "public/style.scss" ], "templates": "public/templates" }