Skip to content

Commit 97fc1fd

Browse files
committed
fix: crud attributes renamed
1 parent f1072f8 commit 97fc1fd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CoCreate.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module.exports = {
44
"host": "",
55
"sources": [
66
{
7-
"collection": "files",
8-
"document": {
7+
"array": "files",
8+
"object": {
99
"_id": "6143fc94829b690010a5f339",
1010
"name": "index.html",
1111
"path": "/docs/utils/index.html",

docs/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<link
3030
rel="stylesheet"
3131
href="/docs/index.css"
32-
collection="files"
33-
document_id="60888216117c640e7596303f"
32+
array="files"
33+
object="60888216117c640e7596303f"
3434
name="src"
3535
type="text/css"
3636
save="true" />
@@ -44,8 +44,8 @@
4444
scroll="sticky-nav,hide-nav"
4545
scroll-up="10"
4646
scroll-down="10"
47-
collection="files"
48-
document_id="60395ef42b3ac232657040fd"
47+
array="files"
48+
object="60395ef42b3ac232657040fd"
4949
name="src"></nav>
5050
<sidenav
5151
id="menuL"
@@ -55,8 +55,8 @@
5555
resize-property="margin-left"
5656
resize-value="width">
5757
<menu
58-
collection="files"
59-
document_id="603717b07de7fb350ae9fec8"
58+
array="files"
59+
object="603717b07de7fb350ae9fec8"
6060
name="src"></menu>
6161
<div resize="right"></div>
6262
</sidenav>
@@ -272,8 +272,8 @@ <h2 class="padding:5px_0px">Demo</h2>
272272
<textarea
273273
type="code"
274274
lang="html"
275-
collection="demos"
276-
document_id=""
275+
array="demos"
276+
object=""
277277
name="demo"
278278
save="false"
279279
id="demo"

0 commit comments

Comments
 (0)