Closed charmis closed 6 years ago
Similar to disableAttrs:[] in config object, disabledPanels:[] helps to hide/remove specified panels in EditPanel. eg:
meta: { group: 'common', icon: 'select', id: 'select', disabledPanels: ['options'] }
The above code will hide the Options in EditPanel for field.
Added the new property in meta{} as it is the object using for editor configurations.
Excellent contribution! In the future we should consider moving this setting to editor config rather than formData since panels are only in the editor.
Similar to disableAttrs:[] in config object, disabledPanels:[] helps to hide/remove specified panels in EditPanel. eg:
The above code will hide the Options in EditPanel for field.
Added the new property in meta{} as it is the object using for editor configurations.