-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathumbraco-marketplace.json
46 lines (46 loc) · 1.7 KB
/
umbraco-marketplace.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
40
41
42
43
44
45
46
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Lantzify",
"ImageUrl": "https://github.com/lantzify.png "
},
"Category": "Translations",
"PackageType": "Package",
"LicenseTypes": [
"Free"
],
"Title": "Auto dictionaries",
"Description": "Auto dictionaries is a Umbraco package made to help automate the process of replacing static content in templates with dictionary items.",
"IssueTrackerUrl": "https://github.com/Lantzify/auto-dictionaries/issues",
"PackagesByAuthor": [
"uSupport",
"AutoBlockList",
"UmbracoNaviHideIcon"
],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-dictionaries/v13/main/assets/demo.gif",
"Caption": "Quick demo"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-dictionaries/v13/main/assets/dashboard.PNG",
"Caption": "Overview"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-dictionaries/v13/main/assets/settings.PNG",
"Caption": "Settings"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-dictionaries/v13/main/assets/edit.PNG",
"Caption": "Edit"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-dictionaries/v13/main/assets/select.PNG",
"Caption": "Select"
},
{
"ImageUrl": "https://raw.githubusercontent.com/Lantzify/auto-dictionaries/v13/main/assets/generate.gif",
"Caption": "Short demo"
}
]
}