Marios Ioannidis

Results 5 comments of Marios Ioannidis

There is [this](https://www.drupal.org/project/subprofiles) module that enables sub profiles. Extremely low usage but the functionality it offers is not overly complicated. Perhaps something to consider (or get inspired by) for the...

This needed a combination of changes in the following PRs: - https://github.com/localgovdrupal/localgov_core/pull/226 (increases the weight of "Files" and "Page components" local task items). - https://github.com/localgovdrupal/localgov_alert_banner/pull/330 (Alters the weight of "Alert...

This is great, thanks both! Indeed @finnlewis , I wanted to keep the changes as "local" as possible hence the separate PRs. I was thinking about a testing workflow for...

@finnlewis short answer is yes. Long answer: Local tasks are made to primarily be static. Defaults are defined in example.links.task.yml files and [hook_menu_local_tasks_alter](https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!menu.api.php/function/hook_menu_local_tasks_alter/11.x) can be used to alter these. The...