Skip to content
Snippets Groups Projects

MR of patch #27 by mnlund

5 files
+ 34
7
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -57,7 +57,7 @@
},
allowedTypes: {
type: 'array',
default: ['image', 'video', 'audio', 'application'],
default: drupalSettings.gutenberg.drupalSettings || ['image', 'video', 'audio', 'application'],
},
},
edit({ attributes, className, setAttributes, isSelected, clientId }) {
Loading