Skip to content

Commit 838b430

Browse files
committed
feat: Added JSON configuration files for standard and simple layouts
1 parent 9ff9885 commit 838b430

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

static/layout/list.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"name": "standard",
4+
"path": "https://go-sphere.github.io/layout/standard.json",
5+
"description": "A standard layout with full features."
6+
},
7+
{
8+
"name": "simple",
9+
"path": "https://go-sphere.github.io/layout/simple.json",
10+
"description": "A simple layout with minimal features."
11+
}
12+
]

0 commit comments

Comments
 (0)