uSync Complete for custom entity

Hi all,

I am trying to add support for uSync complete to CSP Manager. I have a working UI and uSync files are been generated as expected.

However on pushing a definition I get the following UI

From logging I can see
Included item "umb://csp-policy/9cbfa28c2b1940f49f8ebbc52bd8e780" with name "single" and flags "IncludeChildren, IncludeMedia, IncludeContents" and Change "Update" from y CspSyncItemManager

Looking at the temp files this then creates I get

_dependencies.config []

_items.config

[
  {
    "change": "Update",
    "entityType": "csp-policy",
    "flags": "IncludeMedia, IncludeContents",
    "icon": null,
    "name": "single",
    "udi": "umb://csp-policy/9cbfa28c2b1940f49f8ebbc52bd8e780"
  }
]

My commits and branch feel a bit of a mess but can be found - GitHub - Matthew-Wise/Umbraco-CSP-manager at feature/usync-mono-repo · GitHub

Thanks for any help

Matt

I found the issue!!!

I hadn’t turned on settings sycning… (Yes I feel dumb)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.