singleton and embed records
This commit is contained in:
@@ -31,10 +31,6 @@
|
||||
carry = addToFolder(carry, schema.folder,schema)
|
||||
return carry;
|
||||
}, {name: "", files: [], folders: [], shoudlExpand:true});
|
||||
|
||||
// const fileSchemas = readableSchemas.filter((sc) => sc.type === "files");
|
||||
// const otherSchemas = readableSchemas.filter((sc) => !sc.isEntry && sc.type === "collection");
|
||||
|
||||
</script>
|
||||
<div class="sidebar-top">
|
||||
<a class="logo" href="{channel.lucentUrl}">{channel.name}</a>
|
||||
@@ -42,27 +38,5 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
|
||||
|
||||
<Folder folder={schemaTree} {schema} ></Folder>
|
||||
|
||||
|
||||
<!-- <NavbarMenu-->
|
||||
<!-- title="Content"-->
|
||||
<!-- schemas={ readableSchemas.filter((sc) => sc.isEntry)}-->
|
||||
<!-- schema={schema}-->
|
||||
<!-- expanded={true}-->
|
||||
<!-- />-->
|
||||
|
||||
<!-- <NavbarMenu-->
|
||||
<!-- title="Files"-->
|
||||
<!-- schemas={ fileSchemas}-->
|
||||
<!-- schema={schema}-->
|
||||
<!-- />-->
|
||||
|
||||
<!-- <NavbarMenu-->
|
||||
<!-- title="Other"-->
|
||||
<!-- schemas={ otherSchemas}-->
|
||||
<!-- schema={schema}-->
|
||||
<!-- />-->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user