More debug
This commit is contained in:
parent
9e9a72a36d
commit
4f9fa8487d
@ -65,6 +65,7 @@
|
||||
"pack:core": "cd packages/netlify-cms-core && npm pack",
|
||||
"pack:app": "cd packages/netlify-cms-app && npm pack",
|
||||
"pack:ui-default": "cd packages/netlify-cms-ui-default && npm pack",
|
||||
"pack:widget-file": "cd packages/netlify-cms-widget-file && npm pack",
|
||||
"pack-copy": "mv packages/**/*.tgz ./packs",
|
||||
"pack-clear": "rm -Rf packs/*",
|
||||
"pack-all": "run-p pack:* && npm run pack-copy",
|
||||
|
@ -222,6 +222,8 @@ class EditorControl extends React.Component {
|
||||
const childErrors = this.isAncestorOfFieldError();
|
||||
const hasErrors = !!errors || childErrors;
|
||||
|
||||
console.log('[EditorControl] widgetName', widgetName, 'mediaPaths', mediaPaths);
|
||||
|
||||
return (
|
||||
<ClassNames>
|
||||
{({ css, cx }) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user