forked from DotSee/DotSee.Discipline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumbraco-marketplace.json
39 lines (39 loc) · 1.17 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "DotSee Web Services S.A.",
"Description": "Development and Support Services for Umbraco CMS",
"Url": "https://www.dot-see.com",
"ImageUrl": "https://raw.githubusercontent.com/DotSee/DotSee/main/DotSee.png",
"Contributors": [
{
"Name": "Sotiris Filippidis",
"Url": "https://www.linkedin.com/in/sotirisf/"
},
{
"Name": "Stelios Zisis"
},
{
"Name": "Dimitra Psychogyiou"
},
{
"Name": "Konstantinos Giannopoulos"
}
]
},
"Category": "Editor Tools",
"Description": "Keep your back office in order with a set of rule-driven functions for automatic node creation, restrictions on creating new nodes, hiding parts of a URL and toggling display of not created nodes in multilingual setups",
"IssueTrackerUrl": "https://github.com/DotSee/DotSee.Discipline/issues",
"LicenseTypes": [
"Free"
],
"PackageType": "Package",
"Tags": [
"backoffice",
"autonode",
"noderestrict",
"virtualnodes",
"hidenotcreatedvariants"
],
"Title": "Discipline"
}