- 🇮🇳India Chandra Gowsalya Kannan
Applied #8 Patch which makes this module D10 compatible . Attached upgrade status screenshot.
Also attached Drupal check warnings which are ignorable.
Checked the functionality which is changing [path-to-theme] to active theme path.TESTING METHOD:
1.Download theme_filter module and enable it
2. If it is not able to install, apply the #8 patch then we can install
3. Download theme and enable “Replace theme tokens” in admin/config/content/formats
4. Make downloaded theme as default then add content > and select particular text format for which filter is enabled
5. paste in body part and save
6. Respective theme image will be shown. - Status changed to RTBC
over 1 year ago 9:40am 11 April 2023 - Status changed to Needs review
over 1 year ago 1:07pm 6 July 2023 - 🇺🇸United States swilmes
The patch in #13 doesn't apply cleanly for me on the 1.1.0
- 🇷🇴Romania bogdan.dinu
Patch #13 doesn't work when using installing from dist (possibly because of a conflict with the version information that the drupal.org packager adds to theme_filter.info.yml) but it works when using installing from source.
Just add the code below in your composer.json under config:
"preferred-install": { "drupal/theme_filter": "source", "*": "dist" }