Skip to content

Commit 257d91a

Browse files
committed
deprecate correctly
1 parent 2392c1b commit 257d91a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/package/config.coffee

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,13 @@ config =
128128
for more details.
129129
'''
130130
type: 'object'
131-
default: {}
132131
order: 14
132+
collapsed: true
133+
properties:
134+
mock:
135+
title: 'mock (not appear in the settings view)'
136+
type: 'object'
137+
default: {}
133138

134139
uiOptions:
135140
title: 'UI Options'

0 commit comments

Comments
 (0)