Skip to content

Commit

Permalink
fix: crud attributes renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 3, 2023
1 parent ebf49da commit 22532c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CoCreate.config.js
Expand Up @@ -4,8 +4,8 @@ module.exports = {
"host": "",
"sources": [
{
"collection": "files",
"document": {
"array": "files",
"object": {
"_id": "60206d5b3c260207bf49cab4",
"name": "index.html",
"path": "/docs/position/index.html",
Expand Down
16 changes: 8 additions & 8 deletions docs/index.html
Expand Up @@ -24,8 +24,8 @@
<link
rel="stylesheet"
href="/docs/index.css"
collection="files"
document_id="60888216117c640e7596303f"
array="files"
object="60888216117c640e7596303f"
name="src"
type="text/css"
save="true" />
Expand All @@ -39,8 +39,8 @@
scroll="sticky-nav,hide-nav"
scroll-up="10"
scroll-down="10"
collection="files"
document_id="60395ef42b3ac232657040fd"
array="files"
object="60395ef42b3ac232657040fd"
name="src"></nav>
<sidenav
id="menuL"
Expand All @@ -50,8 +50,8 @@
resize-property="margin-left"
resize-value="width">
<menu
collection="files"
document_id="603717b07de7fb350ae9fec8"
array="files"
object="603717b07de7fb350ae9fec8"
name="src"></menu>
<div resize="right"></div>
</sidenav>
Expand Down Expand Up @@ -380,8 +380,8 @@ <h2 class="padding:5px_0px">Demo</h2>
<textarea
type="code"
lang="html"
collection="demos"
document_id=""
array="demos"
object=""
name="demo"
save="false"
id="demo"
Expand Down

0 comments on commit 22532c1

Please sign in to comment.