Add deepLink
attribute to public collection replay embed (#2420)
### Changes - Public collections can now be deeplinked ### Caveats - When users click the _About this Collection_ tab and then return to the _Browse Collection_ tab, the deeplink is gone until they visit another page.
This commit is contained in:
parent
83180efac9
commit
c56481fc66
@ -207,6 +207,7 @@ export class Collection extends BtrixElement {
|
|||||||
replayBase="/replay/"
|
replayBase="/replay/"
|
||||||
noSandbox="true"
|
noSandbox="true"
|
||||||
noCache="true"
|
noCache="true"
|
||||||
|
deepLink
|
||||||
></replay-web-page>
|
></replay-web-page>
|
||||||
</section>
|
</section>
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user