Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,17 @@ 1 +{{velocity output="no"}} 2 +#set ($docRef = $doc.documentReference) 3 +#set ($collabName = "") 4 +#if($services.collabService.getCollabRootDoc($docRef)) 5 + #set ($collabName = $services.collabService.getCollabName($docRef)) 6 +#end 7 +{{/velocity}} 8 + 9 +{{velocity}} 1 1 {{html clean="false"}} 2 2 3 3 <button id="mount-search-app"><i class="fa fa-search" aria-hidden="true"></i></button> 4 -<div id="root"></div> 13 +<div id="root" collabname="$collabName"></div> 5 5 <script type="module" src="http://localhost:3000/src/apps/unified-search/unified-search.tsx"></script> 6 6 7 7 {{/html}} 17 +{{/velocity}}