-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathumbraco-marketplace.json
28 lines (28 loc) · 1.06 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Description": "6 x Umbraco MVP and member of the Umbraco Community Package team.",
"Url": "https://lotte.dev",
"ImageUrl": "https://github.com/lottepitcher.png",
"Contributors": []
},
"Category": "Editor Tools",
"IssueTrackerUrl": "https://github.com/LottePitcher/umbraco-admin-only-property/issues",
"LicenseTypes": [ "Free" ],
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://github.com/LottePitcher/umbraco-admin-only-property/raw/develop/docs/screenshots/data-type-config.png",
"Caption": "Configuring an 'Admin Only Property' data type in the backoffice"
},
{
"ImageUrl": "https://github.com/LottePitcher/umbraco-admin-only-property/raw/develop/docs/screenshots/indicator-textarea.png",
"Caption": "Optional indicator confirming that the textarea property is hidden from some users"
}
],
"Tags": [
"backoffice",
"property editor"
],
"Title": "Admin Only Property Editor"
}