Downloads
Download tar.gz
8.34 KB
MD5: a088392a23d49ef28540de8523316c5a
SHA-1: 7798cc732da43706818ab1bcea372652c0c818fa
SHA-256: 60d6a443f2475f7eb1ce6d0656d8b3fea299d255c5b80f43b12f6be806b71506
Download zip
9.17 KB
MD5: 9f5084a834823a11c456af415c33395d
SHA-1: 20c6a27ae3b1d6aa194b0c2d54d5c5835159bf4c
SHA-256: 682333d2bd17edf70a169f9f07bf7016f2e0ed3819e67361a1375c86dc573516
Release notes
Just repaired the files to match drupal 5,
Most work was on JS side.
Here again it works much nicer if you add the type parameter to the widget_settings hook
I.e.
apply this change on content_inc
line 362
$additions = module_invoke($widget_type['module'], 'widget_settings', 'form', $field['widget'],$type);
instead of
$additions = module_invoke($widget_type['module'], 'widget_settings', 'form', $field['widget']);