K (1 Version importiert) |
hw>Unknown user Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceInsertLink | ||
|desc = {{int:bs-insertlink-desc | |||
{{ | }} | ||
}} | |||
{{ | ==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 = BlueSpiceVisualEditorConnector | |||
|version = 4.0 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpiceVisualEditorConnector | |||
}} | |||
}} | |||
==SpecialPages== | |||
{{AutoDocSpecialPages | |||
|SpecialPages = {{AutoDocCallback | |||
|name = InsertLinkFileChooserJNLP | |name = InsertLinkFileChooserJNLP | ||
| | |callback = SpecialInsertLinkFileChooserJNLP | ||
}} | |||
{{ | }} | ||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = InsertLinkAllowUnMapped | |||
|value = <nowiki>true</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = InsertLinkEnableJava | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = InsertLinkFilesystemMap | |||
|value = <nowiki>array ( | |||
)</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] | |||
|callback = \BlueSpice\InsertLink\Hook\BeforePageDisplay\AddConfigs::callback | |||
}} | |||
}} | |||
Version vom 7. Dezember 2021, 10:53 Uhr
DescriptionMsg
Über ein Dialogfeld werden Links, z.B. zu bestehenden Seiten, eingebunden
License
GPL v3
Requirements
- MediaWiki: 1.35.0
- BlueSpiceFoundation: 4.0
BlueSpiceVisualEditorConnector: 4.0
IntegratesInto
- BlueSpiceVisualEditorConnector
SpecialPages
- InsertLinkFileChooserJNLP
Config
Konfiguration
Name | Wert |
---|---|
InsertLinkAllowUnMapped | true |
InsertLinkEnableJava | false |
InsertLinkFilesystemMap | array ( ) |