AutoDoc:BlueSpiceVisualEditorConnector and AutoDoc:BlueSpiceWatchList: Difference between pages

(Difference between pages)
m (1 revision imported)
 
hw>Unknown user
No edit summary
 
Line 1: Line 1:
==DescriptionMsg==
==DescriptionMsg==
{{AutoDocDescriptionMsg
{{AutoDocDescriptionMsg
|name = BlueSpiceVisualEditorConnector
|name = BlueSpiceWatchList
|desc = {{int:bs-visualeditorconnector-desc
|desc = {{int:bs-watchlist-desc
}}
}}
}}
}}
Line 18: Line 18:
|name = BlueSpiceFoundation
|name = BlueSpiceFoundation
|version = 4.0
|version = 4.0
}}
{{AutoDocVersion
|name = OOJSPlus
|version =
*
}}
{{AutoDocVersion
|name = VisualEditor
|version =
*
}}
}}
}}
}}
Line 33: Line 23:
{{AutoDocIntegratesInto
{{AutoDocIntegratesInto
|into = {{AutoDocListItem
|into = {{AutoDocListItem
|item = BlueSpiceSaferEdit
|item = BlueSpiceDiscovery
}}
{{AutoDocListItem
|item = BlueSpiceVisualEditorConnector
}}
}}
{{AutoDocListItem
{{AutoDocListItem
|item = VisualEditor
|item = BlueSpiceUserSidebar
}}
}}
==Config==
{{AutoDocConfig
|config = {{AutoDocOption
|name = VisualEditorConnectorCellBorderColors
|value = <nowiki>array (
  0 =>
  array (
    'code' => '#97bfe7',
  ),
  1 =>
  array (
    'code' => '#5185b9',
  ),
  2 =>
  array (
    'code' => '#0060df',
  ),
  3 =>
  array (
    'code' => '#3e5389',
  ),
  4 =>
  array (
    'code' => '#e49c00',
  ),
  5 =>
  array (
    'code' => '#259596',
  ),
  6 =>
  array (
    'code' => '#3fb34c',
  ),
  7 =>
  array (
    'code' => '#cd41cb',
  ),
  8 =>
  array (
    'code' => '#b73a3a',
  ),
  9 =>
  array (
    'code' => '#d2d2d2',
  ),
  10 =>
  array (
    'code' => '#acacac',
  ),
  11 =>
  array (
    'code' => '#787878',
  ),
  12 =>
  array (
    'code' => '#434343',
  ),
  13 =>
  array (
    'code' => '#000000',
  ),
)</nowiki>
}}
{{AutoDocOption
|name = VisualEditorConnectorColorPickerColors
|value = <nowiki>array (
  0 =>
  array (
    'class' => 'col-white',
    'name' => 'White',
  ),
  1 =>
  array (
    'class' => 'col-blue-light',
    'name' => 'Light Blue',
  ),
  2 =>
  array (
    'class' => 'col-blue',
    'name' => 'Blue',
  ),
  3 =>
  array (
    'class' => 'col-blue-dark',
    'name' => 'Dark Blue',
  ),
  4 =>
  array (
    'class' => 'col-blue-navy',
    'name' => 'Navy Blue',
  ),
  5 =>
  array (
    'class' => 'col-orange',
    'name' => 'Orange',
  ),
  6 =>
  array (
    'class' => 'col-turquoise',
    'name' => 'Turquoise',
  ),
  7 =>
  array (
    'class' => 'col-green',
    'name' => 'Green',
  ),
  8 =>
  array (
    'class' => 'col-purple',
    'name' => 'Purple',
  ),
  9 =>
  array (
    'class' => 'col-red',
    'name' => 'Red',
  ),
  10 =>
  array (
    'class' => 'col-grey-light',
    'name' => 'Light Grey',
  ),
  11 =>
  array (
    'class' => 'col-grey-medium',
    'name' => 'Medium Grey',
  ),
  12 =>
  array (
    'class' => 'col-grey',
    'name' => 'Grey',
  ),
  13 =>
  array (
    'class' => 'col-grey-dark',
    'name' => 'Dark Grey',
  ),
  14 =>
  array (
    'class' => 'col-black',
    'name' => 'Black',
  ),
)</nowiki>
}}
{{AutoDocOption
|name = VisualEditorConnectorColorPickerColorsBackground
|value = <nowiki>array (
  0 =>
  array (
    'class' => 'col-white-bg',
    'name' => 'White',
  ),
  1 =>
  array (
    'class' => 'col-blue-light-bg',
    'name' => 'Light Blue',
  ),
  2 =>
  array (
    'class' => 'col-blue-bg',
    'name' => 'Blue',
  ),
  3 =>
  array (
    'class' => 'col-blue-dark-bg',
    'name' => 'Dark Blue',
  ),
  4 =>
  array (
    'class' => 'col-blue-navy-bg',
    'name' => 'Navy Blue',
  ),
  5 =>
  array (
    'class' => 'col-orange-bg',
    'name' => 'Orange',
  ),
  6 =>
  array (
    'class' => 'col-turquoise-bg',
    'name' => 'Turquoise',
  ),
  7 =>
  array (
    'class' => 'col-green-bg',
    'name' => 'Green',
  ),
  8 =>
  array (
    'class' => 'col-purple-bg',
    'name' => 'Purple',
  ),
  9 =>
  array (
    'class' => 'col-red-bg',
    'name' => 'Red',
  ),
  10 =>
  array (
    'class' => 'col-grey-light-bg',
    'name' => 'Light Grey',
  ),
  11 =>
  array (
    'class' => 'col-grey-medium-bg',
    'name' => 'Medium Grey',
  ),
  12 =>
  array (
    'class' => 'col-grey-bg',
    'name' => 'Grey',
  ),
  13 =>
  array (
    'class' => 'col-grey-dark-bg',
    'name' => 'Dark Grey',
  ),
  14 =>
  array (
    'class' => 'col-black-bg',
    'name' => 'Black',
  ),
)</nowiki>
}}
{{AutoDocOption
|name = VisualEditorConnectorEnableVisualEditor
|value = <nowiki>true</nowiki>
}}
{{AutoDocOption
|name = VisualEditorConnectorHelpUrl
|value = <nowiki>'https://en.wiki.bluespice.com/wiki/Manual:Extension/VisualEditor'</nowiki>
}}
{{AutoDocOption
|name = VisualEditorConnectorPasteFilename
|value = <nowiki>'{{timestamp}}'</nowiki>
}}
{{AutoDocOption
|name = VisualEditorConnectorSimpleSaveProcess
|value = <nowiki>true</nowiki>
}}
{{AutoDocOption
|name = VisualEditorConnectorTableStyleRegistry
|value = <nowiki>array (
  'Standard' => 'wikitable',
  'Content' => 'contenttable',
  'Content (black)' => 'contenttable-black',
  'Content (blue)' => 'contenttable-blue',
  'Content (darkblue)' => 'contenttable-darkblue',
  'Cusco Sky' => 'cuscosky',
  'Casablanca' => 'casablanca',
  'Greyscale' => 'greyscale',
  'Greyscale (narrow)' => 'greyscale-narrow',
)</nowiki>
}}
{{AutoDocOption
|name = VisualEditorConnectorUploadDialogType
|value = <nowiki>'original'</nowiki>
}}
}}
}}
}}
Line 303: Line 32:
{{AutoDocHooks
{{AutoDocHooks
|Hooks = {{AutoDocCallback
|Hooks = {{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSApiNamespaceStoreMakeData BSApiNamespaceStoreMakeData]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSInsertMagicAjaxGetData BSInsertMagicAjaxGetData]
|callback = \BlueSpice\VisualEditorConnector\Hook\BSApiNamespaceStoreMakeData\AddData::callback
|callback = \BlueSpice\WatchList\Hook\BSInsertMagicAjaxGetData\AddWatchListTag::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSPageTemplatesModifyTargetUrl BSPageTemplatesModifyTargetUrl]
|callback = \BlueSpice\VisualEditorConnector\Hook\BSPageTemplatesModifyTargetUrl\UseVisualEditor::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSSocialModuleDepths BSSocialModuleDepths]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSUsageTrackerRegisterCollectors BSUsageTrackerRegisterCollectors]
|callback = \BlueSpice\VisualEditorConnector\Hook\BSSocialModuleDepths\AddVECModules::callback
|callback = \BlueSpice\WatchList\Hook\BSUsageTrackerRegisterCollectors\AddWatchListTag::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSUEModulePDFBeforeAddingStyleBlocks BSUEModulePDFBeforeAddingStyleBlocks]
|callback = \BlueSpice\VisualEditorConnector\Hook\BSUEModulePDFBeforeAddingStyleBlock\AddColors::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay]
|callback = \BlueSpice\VisualEditorConnector\Hook\BeforePageDisplay\AddModules::callback, \BlueSpice\VisualEditorConnector\Hook\BeforePageDisplay\AddStaticStyles::callback
|callback = \BlueSpice\WatchList\Hook\BeforePageDisplay\AddModules::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/NamespaceManager::editNamespace NamespaceManager::editNamespace]
|callback = \BlueSpice\VisualEditorConnector\Hook\NamespaceManagerEditNamespace\SetVisualEditorValues::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/NamespaceManager::getMetaFields NamespaceManager::getMetaFields]
|callback = \BlueSpice\VisualEditorConnector\Hook\NamespaceManagerGetMetaFields\RegisterMetaFields::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/NamespaceManager::writeNamespaceConfiguration NamespaceManager::writeNamespaceConfiguration]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/PersonalUrls PersonalUrls]
|callback = \BlueSpice\VisualEditorConnector\Hook\NamespaceManagerWriteNamespaceConfiguration\WriteToConfiguration::callback
|callback = skin
}}
}}
}}
}}



Revision as of 12:51, 14 December 2021

DescriptionMsg

Adds a watchlist widget and tag

License

GPL-3.0-only

Requirements

  • MediaWiki: 1.35.0
  • BlueSpiceFoundation: 4.0

IntegratesInto

  • BlueSpiceDiscovery
  • BlueSpiceUserSidebar

Hooks

Hooks

No categories assignedEdit

Discussions