-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcraftercms-plugin.yaml
49 lines (47 loc) · 1.18 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
# This file describes a plugin for use in CrafterCMS
# The version of the format for this file
descriptorVersion: 2
# Describe the plugin
plugin:
type: site
id: org.craftercms.plugin.social-media-widget
name: Social Media Widget
tags:
- web
- freemarker
- social
- media
version:
major: 1
minor: 0
patch: 15
description: A plugin to add social media links to a site
documentation: "https://raw.githubusercontent.com/craftercms/social-media-plugin/master/readme.md"
website:
name: Social Media Widget
url: https://github.com/craftercms/social-media-plugin
media:
screenshots:
- title: Social Media Widget
description: Social Media Widget Example
url: https://raw.githubusercontent.com/craftercms/social-media-plugin/master/.crafter/cover.png
developer:
company:
name: CrafterCMS
email: [email protected]
url: https://craftercms.com
license:
name: MIT
url: https://opensource.org/licenses/MIT
crafterCmsVersions:
- major: 4
minor: 0
- major: 4
minor: 1
- major: 4
minor: 2
- major: 5
minor: 0
crafterCmsEditions:
- community
- enterprise