Patch applied cleanly on 9.5/php 8.1 and 10. Seems to be working correctly.
- Status changed to RTBC
over 1 year ago 12:57pm 14 June 2023 - 🇪🇸Spain navneet0693 Madrid
This is an incomplete patch. The module description clearly mentions that it requires "Seven" theme or any theme which extends "Seven" theme. In Drupal 10, seven has been removed and moved to https://drupal.org/project/seven which is minimally maintained.
- 🇺🇸United States eahonet
Be really nice to get a release of this for D10. #6 has a valid point, but I have a D10 site using Adminimal theme as do others and a release with this simple edit is a big help. Composer install installs Seven for me when I install Adminimal_theme
To get this module working, I added the patch in composer
https://www.drupal.org/files/issues/2022-06-16/meta_position.1.x-dev.rector.patch
I then ran these three composer commands
composer require mglaman/composer-drupal-lenient composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/ meta_position"]' composer require 'drupal/meta_position:^1.1'
Then I enabled and configured the module. Like I said... would have been easier and cleaner if this patch could be put in even just a dev branch.
- Status changed to Closed: duplicate
about 1 year ago 10:17am 10 November 2023 - 🇫🇷France flocondetoile Lyon
Closing as duplicate of ✨ Add support Drupal Core's upcoming admin theme Claro Active which handle support for claro theme.