- Issue created by @smulvih2
- 🇨🇦Canada smulvih2 Canada 🍁
This has been merged into the 5.3.x branch. Including a patch here for others if this is needed in previous versions.
Fixes:
- Building the CKE5 plugins uses npm, and the version of CKE5 that was being used was old, before the breaking change in
41.3.1
discussed here - https://www.drupal.org/project/wxt/issues/3469267#comment-15755549 → . As part of this fix I upgraded the version of CKE5 that is being used to build the plugin code. - Added Heading level select field on alert plugin to allow user to set heading level to use.
- Allow users to select an existing widget, and change the type and heading level. Ensured that content of the widget is not modified when changing these options. Also selecting an existing widget the select fields will be populated with the current values.
- Allow alerts to be more flexible with body contents, now works if migrated content wraps body in
<p>
tag.
- Building the CKE5 plugins uses npm, and the version of CKE5 that was being used was old, before the breaking change in
Automatically closed - issue fixed for 2 weeks with no activity.