- First commit to issue fork.
- Status changed to Fixed
almost 2 years ago 9:46am 2 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The preview functionality does not work. The JS script is not working as expected.
On a Drupal 9 site, install the module. Go to the "/admin/appearance/settings" page and select a theme in the menu. Check the field " Enable auto preview". It should load an iframe with the homepage content below.
With Drupal 9, the rendered form field ids are different and the JS could not locate them.
The script try to find '#edit-autopreview-enabled' and '#edit-plaintext-enabled'.
So we have to add specific id attributes to the fields in the "css_editor_form_system_theme_settings_alter" function.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.