Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 1c39aa8

Browse files
committed
feat(plugins): add config-sync settings
1 parent f11edd9 commit 1c39aa8

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

cms/config/plugins.ts

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// ./config/plugins.js`
2-
'use strict';
2+
"use strict";
33

44
module.exports = {
55
menus: {
66
config: {
77
layouts: {
88
menuItem: {
9-
link: [
9+
link: [
1010
{
11-
input: {
12-
label: 'Page Relation',
13-
name: 'page_relation',
14-
type: 'relation',
15-
},
11+
input: {
12+
label: "Page Relation",
13+
name: "page_relation",
14+
type: "relation",
15+
},
1616
grid: {
1717
col: 6,
1818
},
@@ -22,4 +22,16 @@ module.exports = {
2222
},
2323
},
2424
},
25-
};
25+
"config-sync": {
26+
enabled: true,
27+
config: {
28+
syncDir: "config/sync/",
29+
minify: false,
30+
soft: false,
31+
importOnBootstrap: false,
32+
customTypes: [],
33+
excludedTypes: [],
34+
excludedConfig: [],
35+
},
36+
},
37+
};

0 commit comments

Comments
 (0)