PDFEmbed

From OPENRESEARCH mk copy Wiki
Revision as of 14:13, 17 February 2021 by Musaab Khan (talk | contribs) (pushed from or by wikipush)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extension

Template:Extension

Freitext

git clone https://github.com/WolfgangFahl/PDFEmbed

# LocalSettings.php
wfLoadExtension('PDFEmbed');
//Allow user the usage of the pdf tag
$wgGroupPermissions['*']['embed_pdf'] = true;