K (1 Version importiert) |
Keine Bearbeitungszusammenfassung |
||
(14 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | Exportfunktion für ein Buch einschließlich Metadaten und Inhaltsverzeichnissen nach DOCX | ||
| | ==License== | ||
{{AutoDocLicense | |||
{{ | |name = GPL-3.0-only | ||
}} | |||
{{ | ==Requirements== | ||
{{ | {{AutoDocRequirements | ||
| | |mediawiki = {{AutoDocVersion | ||
|name = MediaWiki | |||
|version = 1.39.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.3 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceUniversalExport | |||
|version = 4.3 | |||
}} | |||
}} | |||
==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 | ||
|name = | |config = {{AutoDocOption | ||
| | |name = UEModuleDOCXDOCXServiceSecret | ||
|value = <nowiki>'$1$DP0.QV2.$BPGuGZOMuWwuc5DlGI1lK/'</nowiki> | |||
}} | |||
{{ | {{AutoDocOption | ||
|name = | |name = UEModuleDOCXDOCXServiceURL | ||
| | |value = <nowiki>'http://localhost/BShtml2DOCX'</nowiki> | ||
}} | |||
{{AutoDocOption | |||
{{ | |name = UEModuleDOCXDefaultTemplate | ||
|name = | |value = <nowiki>'BlueSpice.docx'</nowiki> | ||
| | }} | ||
{{AutoDocOption | |||
|name = UEModuleDOCXSuppressNS | |||
{{ | |value = <nowiki>false</nowiki> | ||
|name = | }} | ||
| | {{AutoDocOption | ||
|name = UEModuleDOCXTemplatePath | |||
|value = <nowiki>'extensions/BlueSpiceUEModuleDOCX/data/templates'</nowiki> | |||
{{ | }} | ||
|name = | }} | ||
| | ==Hooks== | ||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
{{ | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSMigrateSettingsFromDeviatingNames BSMigrateSettingsFromDeviatingNames] | ||
|callback = \BlueSpice\UEModuleDOCX\Hook\BSMigrateSettingsFromDeviatingNames\SkipServiceSettings::callback | |||
}} | |||
}} |
Aktuelle Version vom 1. August 2024, 08:34 Uhr
DescriptionMsg
Exportfunktion für ein Buch einschließlich Metadaten und Inhaltsverzeichnissen nach DOCX
License
GPL v3
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
BlueSpiceUniversalExport: 4.3
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' |