Spaces:
Sleeping
Sleeping
Create myproj.json
Browse files- myproj.json +15 -0
myproj.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pages": [
|
3 |
+
{
|
4 |
+
"id": "index",
|
5 |
+
"title": "Home",
|
6 |
+
"components": [
|
7 |
+
"<section><h1>Welcome to My Project</h1><p>Edit me in GrapesJS!</p></section>"
|
8 |
+
],
|
9 |
+
"styles": []
|
10 |
+
}
|
11 |
+
],
|
12 |
+
"assets": [],
|
13 |
+
"styles": [],
|
14 |
+
"name": "My Sample Project"
|
15 |
+
}
|