Skip to content

Commit e9a4f2b

Browse files
Sitepins[bot]teamosishq
authored andcommitted
chore: migrate config to new format by Sitepins
Co-authored-by: teamosishq <teamosishq@gmail.com>
1 parent 128e5f8 commit e9a4f2b

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.sitepins/config.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
{
2-
"media": {
3-
"root": "exampleSite/assets/images",
4-
"public": "exampleSite/assets"
5-
},
6-
"content": {
7-
"root": "exampleSite/content"
8-
},
9-
"code": {
10-
"root": "layouts"
11-
},
12-
"themeConfig": [
2+
"media": "exampleSite/assets/images",
3+
"content": "exampleSite/content",
4+
"code": "layouts",
5+
"arrangement": [],
6+
"public": "exampleSite/static",
7+
"configs": [
138
"exampleSite/config/_default"
149
],
15-
"arrangement": [],
16-
"showCommitModal": false
10+
"custom-commit": false
1711
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cms": "Sitepins",
3+
"generator": "Sitepins CMS",
4+
"version": "1.0.0"
5+
}

0 commit comments

Comments
 (0)