mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
extend template
This commit is contained in:
parent
8417a16897
commit
8295d64115
@ -1,12 +1,21 @@
|
|||||||
---
|
---
|
||||||
name: ShopifyIntegrationPlugin
|
name: ShopifyIntegrationPlugin # Name of the plugin (should be either NAME, TITLE or SLUG)
|
||||||
author: matmair
|
author: matmair # Maintainer must be the same as the publisher reference
|
||||||
website: https://mjmair.com
|
license: MIT # License, we prefer open source
|
||||||
github: https://github.com/matmair/ShopifyIntegrationPlugin
|
open_source: true # Is this project licensed with an OSI-approved license - aka 'open source'
|
||||||
categories:
|
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
|
- Integration
|
||||||
- Webhook
|
- Webhook
|
||||||
tags:
|
tags: # Freetext tags - treat them like kewords, optional
|
||||||
- Shopify
|
- Shopify
|
||||||
- Orders
|
- Orders
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user