- Issue created by @vasyok
- 🇮🇳India ravi kant Jaipur
It will available in module list after update
core_version_requirement
but backend error will be appear. - 🇮🇳India sarwan_verma
Hi @VasyOK,
I have fixed issue for Drupal 10 port or alternative. Kindly review the patch file. - 🇺🇦Ukraine vasyok
Thanx, @sarwan_verma !
I make some changes to you code in this files:- src/Form/ToolbarThemesSettingsForm.php
- templates/toolbar-themes--toolbar.html.twig
After patching module work with D10 but:
- I dont know how to make permission "Configure toolbar themes". Today it loose. Sorry, I have no ideas how to set it I just clickbuilder
- While appearing admin toolbar shows all menu items.
- 🇺🇦Ukraine vasyok
In my preview patch admin toolbar shows all menu items while appearing. Problem was with core/modules/toolbar/js/toolbar.anti-flicker.js. So I unset this file.
New pathc for https://www.drupal.org/project/toolbar_themes/releases/8.x-1.0-alpha4 → attached.
Patched module for D10 attached to. Permission still not exist but module works. Maybe someone test it?I don know: leave this
toolbar_themes.libraries.yml:dependencies: - core/jquery
or change with dependence from https://www.drupal.org/project/jquery_ui →
?