-
Notifications
You must be signed in to change notification settings - Fork 0
/
craftercms-plugin.yaml
50 lines (48 loc) · 1.31 KB
/
craftercms-plugin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# This file describes a plugin for use in CrafterCMS
# The version of the format for this file
descriptorVersion: 2
# Describe the plugin
plugin:
type: blueprint
id: org.craftercms.blueprint.headless_store
name: Headless Store Blueprint
tags:
- blueprint
- website
- headless
- graphql
version:
major: 1
minor: 1
patch: 0
description: |
GraphQL-based and headless blueprint for a storefront
website:
name: GraphQL Headless Store Blueprint
url: https://craftercms.org
media:
screenshots:
- title: Store Items
description: Screenshot of the store items
url: /studio/static-assets/images/blueprints/headless_store/bp_store_1.png
- title: Store Items
description: Screenshot of the store items
url: /studio/static-assets/images/blueprints/headless_store/bp_store_2.png
- title: Store Items
description: Screenshot of the store items
url: /studio/static-assets/images/blueprints/headless_store/bp_store_3.png
developer:
company:
name: CrafterCMS
email: info@craftercms.com
url: https://craftercms.com/
license:
name: MIT
url: https://opensource.org/licenses/MIT
crafterCmsVersions:
- major: 4
minor: 0
patch: 0
crafterCmsEditions:
- community
- enterprise