Add-in only works if active theme is claro or gin

Created on 12 April 2023, about 1 year ago
Updated 22 March 2024, 2 months ago

In ParagraphsFeatures.php starting on line 57

    if (!in_array(\Drupal::theme()->getActiveTheme()->getName(),
      ['claro', 'gin'])) {
      return;
    }

Is there a reason why this is locked down to those 2 themes or should those lines be deleted?

🐛 Bug report
Status

Needs work

Version

2.0

Component

Code

Created by

🇪🇸Spain bletch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024