Remove new labels
This commit is contained in:
parent
51327964a8
commit
2985cc163d
|
@ -45,7 +45,6 @@ export default class KeyboardShortcutPage extends Component {
|
||||||
title: "keyboardShortcutsLabel",
|
title: "keyboardShortcutsLabel",
|
||||||
captions: ["setKeyboardShortCutsMessage"],
|
captions: ["setKeyboardShortCutsMessage"],
|
||||||
type: "none",
|
type: "none",
|
||||||
new: true,
|
|
||||||
childElements: commandElements
|
childElements: commandElements
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -99,8 +99,7 @@ export default [
|
||||||
title: "isDisabledInTextFieldsLabel",
|
title: "isDisabledInTextFieldsLabel",
|
||||||
captions: ["isDisabledInTextFieldsCaptionLabel"],
|
captions: ["isDisabledInTextFieldsCaptionLabel"],
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
default: false,
|
default: false
|
||||||
new: true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "disableUrlList",
|
id: "disableUrlList",
|
||||||
|
|
Loading…
Reference in a new issue