-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
39 lines (37 loc) · 1.26 KB
/
plugin.json
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
{
"name": "Font Loader",
"version": "1.0.2",
"description": "Use web fonts from Typekit, Google, Fontdeck and Fonts.com with your Koken site.",
"demo": "http://koken.me",
"author": {
"name": "Koken",
"link": "https://store.koken.me/authors/koken"
},
"koken_version_required": "0.5.0",
"data": {
"typekit": {
"label": "Typekit",
"info": "Enter the Typekit Kit ID that you would like to load. You can find this ID within Typekit's Kit Editor interface.",
"type": "string",
"placeholder": "Enter your Typekit Kit ID"
},
"google": {
"label": "Google",
"info": "Enter the names of the font families from the Google Font API you want to load. Separate font names with commas (e.g. Droid Sans,Droid Serif)",
"type": "string",
"placeholder": "Enter comma separated list of font names"
},
"fontdeck": {
"label": "Fontdeck",
"info": "Enter the ID of your website on Fontdeck. You can find this ID on the website page within your account settings.",
"type": "string",
"placeholder": "Enter Fontdeck website ID"
},
"fontscom": {
"label": "Fonts.com",
"info": "Enter the Project ID of your fonts collection on Fonts.com. You can find this Project ID in the Publish tab.",
"type": "string",
"placeholder": "Enter Project ID"
}
}
}