This is an Open Source add-on that improves the reviewing process and lets external users to view & review content items or whole projects without the need to access the Edit Mode. Created and maintained by Bartosz Sekuła and Grzegorz Wiecheć
We don't need to find out the SiteDefinition ourselves because
there's already an api endpoint for this in Core that returns a
SiteDefinition instance for a given ContentReference.
The default implementation of the new ISiteUrlResolver will just find the current site's SiteUrl.
But it will be possible to override that with something custom.
We don't need to find out the SiteDefinition ourselves because there's already an api endpoint for this in Core that returns a SiteDefinition instance for a given ContentReference.
The default implementation of the new ISiteUrlResolver will just find the current site's SiteUrl. But it will be possible to override that with something custom.