[go: up one dir, main page]

MediaWiki extension ContentDroplets

Clone this repo:
  1. 6c15638 build: Updating dependencies by libraryupgrader · 3 days ago master
  2. 3b1408f Localisation updates from https://translatewiki.net. by Translation updater bot · 4 days ago
  3. 46819c2 Merge "build: Updating eslint-config-wikimedia to 0.27.0" by Hslater · 4 days ago
  4. 8e422b4 Localisation updates from https://translatewiki.net. by Translation updater bot · 7 weeks ago
  5. 57a5aaa Localisation updates from https://translatewiki.net. by Translation updater bot · 7 weeks ago

ContentDroplets

Installation

Execute

composer require hallowelt/contentdroplets dev-REL1_35

within MediaWiki root or add hallowelt/contentdroplets to the composer.json file of your project

Activation

Add

wfLoadExtension( 'ContentDroplets' );

to your LocalSettings.php or the appropriate settings.d/ file.