The WYSIWYG field seems to be broken when I have the Gutenberg plugin enabled. I can add and save content to the field in text mode (i.e. write raw HTML code). However, when I switch to the "Visual" tab, the contents of the field are completely blank and I am unable to add anything to the field.
Here is the field code that I am using:
array(
'name' => 'News footer',
'id' => 'footer',
'type' => 'wysiwyg',
'options' => array(
'media_buttons' => false,
'textarea_rows' => 5
)
),
When I switch to the editor's "Visual" tab, the following errors appear in the console:
GET http://guwordpress.docksal/wp-content/plugins/gutenberg/vendor/skins/lightgray/skin.min.css?wp-mce-4607-20180123-tadv-4.6.7 net::ERR_ABORTED
GET http://guwordpress.docksal/wp-content/plugins/gutenberg/vendor/skins/lightgray/content.min.css?wp-mce-4607-20180123-tadv-4.6.7 net::ERR_ABORTED