my_module.module
function my_module_local_tasks_alter(&$local_tasks) {
if (isset($local_tasks['entity.section_library_template.collection'])) {
$local_tasks['entity.section_library_template.collection']['weight'] = 110;
}
if (isset($local_tasks['feeds.admin'])) {
$local_tasks['feeds.admin']['weight'] = 120;
}
}
11.06.2026 | Michael Ebert