K (1 Version importiert) |
hw>Unknown user Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceUEModuleDOCX | ||
|desc = {{int:bs-uemoduledocx-extension-description | |||
{{ | }} | ||
}} | |||
{{ | ==License== | ||
{{ | {{AutoDocLicense | ||
| | |name = GPL-3.0-only | ||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.35.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.0 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceUniversalExport | |||
|version = 4.0 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpiceUniversalExport | |||
}} | |||
}} | |||
==Permissions== | |||
{{AutoDocPermissions | |||
|permissions = {{AutoDocPermission | |||
|name = uemoduledocx-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemoduledocx-export | ||
}} | |||
{{ | }} | ||
| | {{AutoDocPermission | ||
|name = uemoduledocxsubpages-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemoduledocxsubpages-export | ||
}} | |||
{{ | }} | ||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = UEModuleDOCXDOCXServiceSecret | |||
|value = <nowiki>'$1$DP0.QV2.$BPGuGZOMuWwuc5DlGI1lK/'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModuleDOCXDOCXServiceURL | |||
|value = <nowiki>'http://localhost/BShtml2DOCX'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModuleDOCXDefaultTemplate | |||
|value = <nowiki>'BlueSpice.docx'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModuleDOCXSuppressNS | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModuleDOCXTemplatePath | |||
|value = <nowiki>'extensions/BlueSpiceUEModuleDOCX/data/templates'</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSMigrateSettingsFromDeviatingNames BSMigrateSettingsFromDeviatingNames] | |||
|callback = \BlueSpice\UEModuleDOCX\Hook\BSMigrateSettingsFromDeviatingNames\SkipServiceSettings::callback | |||
}} | |||
}} | |||
Version vom 7. Dezember 2021, 10:53 Uhr
DescriptionMsg
Exportfunktion für ein Buch nach DOCX. Dies umfasst Metadaten und Inhaltsverzeichnisse.
License
GPL v3
Requirements
- MediaWiki: 1.35.0
- BlueSpiceFoundation: 4.0
BlueSpiceUniversalExport: 4.0
IntegratesInto
- BlueSpiceUniversalExport
Permissions
Rechte
Name | Beschreibung | Rollen |
---|---|---|
uemoduledocx-export | ⧼right-uemoduledocx-export⧽ | reader |
uemoduledocxsubpages-export | ⧼right-uemoduledocxsubpages-export⧽ | reader |
Config
Konfiguration
Name | Wert |
---|---|
UEModuleDOCXDOCXServiceSecret | '$1$DP0.QV2.$BPGuGZOMuWwuc5DlGI1lK/' |
UEModuleDOCXDOCXServiceURL | 'http://localhost/BShtml2DOCX' |
UEModuleDOCXDefaultTemplate | 'BlueSpice.docx' |
UEModuleDOCXSuppressNS | false |
UEModuleDOCXTemplatePath | 'extensions/BlueSpiceUEModuleDOCX/data/templates' |