Skip to content

Commit 5efe469

Browse files
committed
Documentation and marketplace updates
1 parent d878e40 commit 5efe469

File tree

2 files changed

+7
-32
lines changed

2 files changed

+7
-32
lines changed

src/Umbraco.Cms.Integrations.Analytics.Cookiebot/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ You can use this package as reference for creating your own. To do so, please fo
4949
- Use `Configuration[YOUR_SETTINGS_PATH:KEY]` to retrieve the required configuration values
5050
- Add `umbraco-markertplace.json` file with Marketplace details of the package
5151

52-
52+
Once your integration is ready, all that remains to do is to deploy the package to NuGet.
53+
You can use [this](https://learn.microsoft.com/en-us/nuget/what-is-nuget) section of the documentation from Microsoft to get started.
5354

5455

5556

src/Umbraco.Cms.Integrations.Analytics.Cookiebot/umbraco-marketplace.json

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,15 @@
1111
"Umbraco.Cms.Integrations.Commerce.CommerceTools",
1212
"Umbraco.Cms.Integrations.Commerce.Shopify",
1313
"Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
14+
"Umbraco.Cms.Integrations.SEO.Semrush",
1415
"Umbraco.Cms.Integrations.Crm.Hubspot",
1516
"Umbraco.Cms.Integrations.Crm.Dynamics",
1617
"Umbraco.Cms.Integrations.Crm.ActiveCampaign",
17-
"Umbraco.Cms.Integrations.Automation.Zapier"
18-
],
19-
"RelatedPackages": [
20-
{
21-
"PackageId": "Umbraco.Cms.Integrations.Commerce.CommerceTools",
22-
"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."
23-
},
24-
{
25-
"PackageId": "Umbraco.Cms.Integrations.Commerce.Shopify",
26-
"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."
27-
},
28-
{
29-
"PackageId": "Umbraco.Cms.Integrations.SEO.GoogleSearchConsole.URLInspectionTool",
30-
"Description": "A tool allowing programmatic access to URL-level data for properties managed in Google Search Console and the indexed version of a URL."
31-
},
32-
{
33-
"PackageId": "Umbraco.Cms.Integrations.Crm.Hubspot",
34-
"Description": "A form picker and rendering component for Hubspot forms."
35-
},
36-
{
37-
"PackageId": "Umbraco.Cms.Integrations.Crm.Dynamics",
38-
"Description": "A form picker and rendering component for Dynamics 365 Marketing forms."
39-
},
40-
{
41-
"PackageId": "Umbraco.Cms.Integrations.Crm.ActiveCampaign",
42-
"Description": "A form picker and rendering component for ActiveCampaign forms."
43-
},
44-
{
45-
"PackageId": "Umbraco.Cms.Integrations.Automation.Zapier",
46-
"Description": "A dashboard interface allowing users to vizualize registered subscription hooks for content types and to call Zapier triggers when content gets published."
47-
}
18+
"Umbraco.Cms.Integrations.Automation.Zapier",
19+
"Umbraco.Cms.Integrations.Search.Algolia",
20+
"Umbraco.Cms.Integrations.PIM.Inriver"
4821
],
22+
"RelatedPackages": [],
4923
"Tags": [],
5024
"Title": "Cookiebot"
5125
}

0 commit comments

Comments
 (0)