mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
extend template
This commit is contained in:
parent
8417a16897
commit
8295d64115
@ -1,12 +1,21 @@
|
||||
---
|
||||
name: ShopifyIntegrationPlugin
|
||||
author: matmair
|
||||
website: https://mjmair.com
|
||||
github: https://github.com/matmair/ShopifyIntegrationPlugin
|
||||
categories:
|
||||
name: ShopifyIntegrationPlugin # Name of the plugin (should be either NAME, TITLE or SLUG)
|
||||
author: matmair # Maintainer must be the same as the publisher reference
|
||||
license: MIT # License, we prefer open source
|
||||
open_source: true # Is this project licensed with an OSI-approved license - aka 'open source'
|
||||
stable: true # Is this project stable? Should users deploy this in their instace?
|
||||
maintained: true # Is this project maintained?
|
||||
pypi: true # Is availanle via PyPi
|
||||
package_name: inventree-shopify # Name of the package on the index, required if pypi true
|
||||
github: https://github.com/matmair/ShopifyIntegrationPlugin # Ĺink to repo in GitHub, one of github, gitlab or source is required
|
||||
gitlab: https://gitlab.com/matmair/ShopifyIntegrationPlugin # Ĺink to repo in Gitlab, one of github, gitlab or source is required
|
||||
source: https://git.mjmair.com/matmair/ShopifyIntegrationPlugin # Link to source, one of github, gitlab or source is required
|
||||
issue_tracker: https://github.com/matmair/ShopifyIntegrationPlugin # Link to Issue tracker, optional
|
||||
website: https://mjmair.com # Website, full path with protocol, optional
|
||||
categories: # Mixins/integrations that are used, optional
|
||||
- Integration
|
||||
- Webhook
|
||||
tags:
|
||||
tags: # Freetext tags - treat them like kewords, optional
|
||||
- Shopify
|
||||
- Orders
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user