mwstake / mediawiki-component-notifications
Provides common user interface elements and customizeable stylings
Installs: 14 983
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 2
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-08 08:20:09 UTC
README
Notifications for MediaWiki
This code is meant to be executed within the MediaWiki application context. No standalone usage is intended.
Use in a MediaWiki extension
Add "mwstake/mediawiki-component-notifications": "~2.0"
to the require
section of your composer.json
file.
Since 2.0 explicit initialization is required. This can be achived by
- either adding
"callback": "mwsInitComponents"
to yourextension.json
/skin.json
- or calling
mwsInitComponents();
within you extensions/skins customcallback
method
See also mwstake/mediawiki-componentloader
.