-
Notifications
You must be signed in to change notification settings - Fork 1
/
umbraco-marketplace.json
44 lines (44 loc) · 1.76 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
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Andy Boot",
"Description": "Andy is a senior web developer with over 10 years of .Net development experience focusing mainly on CMS platforms such as Umbraco & Kentico.",
"Url": "https://github.com/AndyBoot",
"ImageUrl": "https://andyboot.co.uk/avatar.jpg",
"SyncContributorsFromRepository": true
},
"Category": "Search",
"Description": "Indexy allows a developer to effortlessly create custom Examine indexes within Umbraco by simply adding a few options to the website appsettings.json file.",
"DocumentationUrl": "https://github.com/AndyBoot/Our.Umbraco.Indexy",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/AndyBoot/Our.Umbraco.Indexy/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://github.com/AndyBoot/Our.Umbraco.Indexy/blob/main/Screenshots/1.png",
"Caption": "Basic example of how to create a custom index named BlogIndex with only authorName & articleDate of the article document type."
},
{
"ImageUrl": "https://github.com/AndyBoot/Our.Umbraco.Indexy/blob/main/Screenshots/2.png",
"Caption": "Custom index is automatically added to the Examine Management section of the backoffice."
},
{
"ImageUrl": "https://github.com/AndyBoot/Our.Umbraco.Indexy/blob/main/Screenshots/3.png",
"Caption": "It works! (part 1)"
},
{
"ImageUrl": "https://github.com/AndyBoot/Our.Umbraco.Indexy/blob/main/Screenshots/4.png",
"Caption": "It works! (part 2)"
}
],
"Tags": [
"examine",
"index",
"indexy",
"search",
"andyboot",
"hacktoberfest",
"hacktoberfest2022"
],
"Title": "Our.Umbraco.Indexy"
}