-
Notifications
You must be signed in to change notification settings - Fork 5
/
umbraco-marketplace.json
27 lines (27 loc) · 1.13 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"Category": "Editor Tools",
"LicenseTypes": [ "Free" ],
"Screenshots": [
{
"ImageUrl": "https://github.com/Rockerby/BackOfficeEditorView/raw/main/BackOfficeEditorView/img/Content-With-Locking.png",
"Caption": "Now you can lock the content to stop other editors from updating!"
},
{
"ImageUrl": "https://github.com/Rockerby/BackOfficeEditorView/raw/main/BackOfficeEditorView/img/Content-No-Others.png",
"Caption": "Content view - no other users"
},
{
"ImageUrl": "https://github.com/Rockerby/BackOfficeEditorView/raw/main/BackOfficeEditorView/img/Content-No-Others_SidePanel.png",
"Caption": "Side panel - no other users"
},
{
"ImageUrl": "https://github.com/Rockerby/BackOfficeEditorView/raw/main/BackOfficeEditorView/img/Content-Others.png",
"Caption": "Content view - other user(s)"
},
{
"ImageUrl": "https://github.com/Rockerby/BackOfficeEditorView/raw/main/BackOfficeEditorView/img/Content-Others_SidePanel.png",
"Caption": "Side panel - one other user"
}
]
}