Skip to content

Commit 1b3d01d

Browse files
committed
Package icon and marketplace updates
1 parent 797b3ff commit 1b3d01d

File tree

3 files changed

+59
-3
lines changed

3 files changed

+59
-3
lines changed

src/Umbraco.Cms.Integrations.Search.Algolia/Umbraco.Cms.Integrations.Search.Algolia.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Authors>Umbraco HQ</Authors>
1818
<Company>Umbraco</Company>
1919
<PackageTags>Umbraco;Umbraco-Marketplace</PackageTags>
20-
<PackageIcon>https://github.com/umbraco/Umbraco.Cms.Integrations/raw/feature/algolia-integration/src/Umbraco.Cms.Integrations.Search.Algolia/logo/algolia.png</PackageIcon>
20+
<PackageIcon>algolia.png</PackageIcon>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
@@ -46,9 +46,10 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49-
<None Update="logo\algolia.png">
50-
<Pack>True</Pack>
49+
<None Update="algolia.png">
5150
<PackagePath>\</PackagePath>
51+
<Pack>True</Pack>
52+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
5253
</None>
5354
</ItemGroup>
5455

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"AuthorDetails": {
3+
"Description": "Umbraco HQ",
4+
"Url": "https://umbraco.com/",
5+
"ImageUrl": "https://avatars.githubusercontent.com/u/1419552?s=200&v=4"
6+
},
7+
"Category": "CMS Extensions",
8+
"LicenseType": "Free",
9+
"PackageType": "Integration",
10+
"PackagesByAuthor": [
11+
"Umbraco.Cms.Integrations.Commerce.CommerceTools",
12+
"Umbraco.Cms.Integrations.Commerce.Shopify",
13+
"Umbraco.Cms.Integrations.SEO.Semrush",
14+
"Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
15+
"Umbraco.Cms.Integrations.Crm.Hubspot",
16+
"Umbraco.Cms.Integrations.Crm.Dynamics",
17+
"Umbraco.Cms.Integrations.Crm.ActiveCampaign",
18+
"Umbraco.Cms.Integrations.Automation.Zapier"
19+
],
20+
"RelatedPackages": [
21+
{
22+
"PackageId": "Umbraco.Cms.Integrations.Commerce.CommerceTools",
23+
"Description": "A product and category picker that can be added as a property editor for content, with a value converter providing a strongly typed model for rendering."
24+
},
25+
{
26+
"PackageId": "Umbraco.Cms.Integrations.Commerce.Shopify",
27+
"Description": "A products picker that can be added as a property editor for content, with a value converter providing a strongly typed model for rendering."
28+
},
29+
{
30+
"PackageId": "Umbraco.Cms.Integrations.SEO.Semrush",
31+
"Description": "A search tool available as a content app, helping editors research and use appropriate keywords for their content, to help with website search engine optimisation."
32+
},
33+
{
34+
"PackageId": "Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
35+
"Description": "A tool allowing programmatic access to URL-level data for properties managed in Google Search Console and the indexed version of a URL."
36+
},
37+
{
38+
"PackageId": "Umbraco.Cms.Integrations.Crm.Hubspot",
39+
"Description": "A form picker and rendering component for Hubspot forms."
40+
},
41+
{
42+
"PackageId": "Umbraco.Cms.Integrations.Crm.Dynamics",
43+
"Description": "A form picker and rendering component for Dynamics 365 Marketing forms."
44+
},
45+
{
46+
"PackageId": "Umbraco.Cms.Integrations.Crm.ActiveCampaign",
47+
"Description": "A form picker and rendering component for ActiveCampaign forms."
48+
},
49+
{
50+
"PackageId": "Umbraco.Cms.Integrations.Automation.Zapier",
51+
"Description": "A dashboard interface allowing users to vizualize registered subscription hooks for content types and to call Zapier triggers when content gets published."
52+
}
53+
],
54+
"Tags": []
55+
}

0 commit comments

Comments
 (0)