hw>Unknown user Keine Bearbeitungszusammenfassung |
K (1 Version importiert) |
||
(14 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceArticlePreviewCapture | ||
|desc = {{int:bs-articlepreviewcapture-desc | |||
{{ | }} | ||
}} | |||
==License== | |||
{{AutoDocLicense | |||
|name = GPL-3.0-only | |||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.39.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.3 | |||
}} | |||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = ArticlePreviewCapturePhantomJSBackend | |||
|value = <nowiki>'native-shell-exec'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = ArticlePreviewCapturePhantomJSBaseUrl | |||
|value = <nowiki>NULL</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = ArticlePreviewCapturePhantomJSEscapeShellCommand | |||
|value = <nowiki>true</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = ArticlePreviewCapturePhantomJSExecutable | |||
|value = <nowiki>'/usr/local/bin/phantomjs'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = ArticlePreviewCapturePhantomJSOptions | |||
|value = <nowiki>array ( | |||
0 => '--ignore-ssl-errors', | |||
1 => 'true', | |||
)</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = ArticlePreviewCapturePhantomJSServiceURL | |||
|value = <nowiki>NULL</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/MWStakeCommonWebAPIsQueryStoreResult MWStakeCommonWebAPIsQueryStoreResult] | |||
|callback = addUserImage | |||
}} | |||
}} | |||
Aktuelle Version vom 10. Juli 2024, 14:52 Uhr
DescriptionMsg
Erstellt Vorschaubilder von Wikipages für den Dynamic File Dispatcher.
License
GPL v3
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
Config
Konfiguration
Name | Wert |
---|---|
ArticlePreviewCapturePhantomJSBackend | 'native-shell-exec' |
ArticlePreviewCapturePhantomJSBaseUrl | NULL |
ArticlePreviewCapturePhantomJSEscapeShellCommand | true |
ArticlePreviewCapturePhantomJSExecutable | '/usr/local/bin/phantomjs' |
ArticlePreviewCapturePhantomJSOptions | array ( 0 => '--ignore-ssl-errors', 1 => 'true', ) |
ArticlePreviewCapturePhantomJSServiceURL | NULL |