-
Notifications
You must be signed in to change notification settings - Fork 3
/
umbraco-marketplace.json
30 lines (30 loc) · 1.07 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AlternatePackageNames": [],
"AuthorDetails": {
"Name": "Matthew Wise",
"Description": "DotNet Dev and Umbraco MVP",
"Url": "https://github.com/Matthew-Wise/feature-flagging-umbraco/",
"ImageUrl": "https://github.com/Matthew-Wise.png",
"Contributors": [
{
"Name": "Lee Kelleher ",
"Url": "https://github.com/leekelleher"
}
]
},
"Category": "Developer Tools",
"DocumentationUrl": "https://github.com/Matthew-Wise/feature-flagging-umbraco",
"LicenseTypes": [
"Free"
],
"IssueTrackerUrl": "https://github.com/Matthew-Wise/feature-flagging-umbraco/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/Matthew-Wise/feature-flagging-umbraco/main/images/data-type-settings.png",
"Caption": "Data Type prevalue settings"
}
],
"VideoUrl": "https://www.youtube.com/watch?v=MI8ALGLo4Mg"
}