Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support composer based extensions #14

Closed
WolfgangFahl opened this issue Jun 24, 2021 · 0 comments
Closed

support composer based extensions #14

WolfgangFahl opened this issue Jun 24, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@WolfgangFahl
Copy link
Owner

examples:

{
  "extensions": [{
    "composer": "{ \"require\": { \"mediawiki\/semantic-result-formats\": \"~3.1\" } }",
    "name": "Semantic Result Formats",
    "purpose": "Additional result formats for Semantic MediaWiki queries",
    "localSettings": "wfLoadExtension( 'SemanticResultFormats' );",
    "url": "https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats"
  }, {
    "name": "Page Forms",
    "composer": " \"mediawiki\/page-forms\": \"^5.2.1\"",
    "localSettings": "wfLoadExtension( 'PageForms' );",
    "purpose": "(known before 2016 as Semantic Forms) is an extension to MediaWiki that allows users to add, edit and query data using forms",
    "url": "https://www.mediawiki.org/wiki/Extension:Page_Forms"
  }]
}
@WolfgangFahl WolfgangFahl added the enhancement New feature or request label Jun 24, 2021
@WolfgangFahl WolfgangFahl added this to the 0.0.26 milestone Jun 24, 2021
@WolfgangFahl WolfgangFahl self-assigned this Jun 24, 2021
WolfgangFahl added a commit that referenced this issue Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant