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

Created on 12 April 2023, over 1 year ago
Updated 28 August 2024, 3 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.71.5 2024