Skip to content

Commit

Permalink
WIP channel config extension template
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Nov 27, 2024
1 parent 5d6b85c commit 3a24c0d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions channel-config/README.md.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Extension Configuration
Empty file.
7 changes: 7 additions & 0 deletions channel-config/shopify.extension.toml.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[[extensions]]
name = "Channel config extension"
type = "channel_config"
handle = "{{ handle }}"
channel_definition_handle = "google"
max_listing_variants = 10
publication_status_listing_level = item
17 changes: 17 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,5 +1065,22 @@
"path": "admin-link"
}
]
},
{
"identifier": "channel_config_template",
"name": "Channel config template",
"defaultName": "channel-config-template",
"group": "Sales channels",
"supportLinks": [],
"url": "https://github.com/Shopify/extensions-templates",
"type": "channel_config",
"extensionPoints": [],
"supportedFlavors": [
{
"name": "Config only",
"value": "config-only",
"path": "channel-config"
}
]
}
]

0 comments on commit 3a24c0d

Please sign in to comment.