The route to the settings page is specified as:
elementor.settings:
path: '/admin/config/services/elementor/settings'The menu link paired with this route is:
elementor.settings:
title: 'Elementor'
description: 'Configure the Elementor Editor.'
parent: system.admin_config_content
route_name: elementor.settings
This creates a small inconsistency between route & menu link. Either use content as third URI segment in the route with current menu link or change the menu link with a parent property to system.admin_config_services.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Before_patch_elementor.png | 84.05 KB | akash.addweb |
| #4 | After_patch_elementor.png | 82.27 KB | akash.addweb |
| #2 | elementor-3000063-2.patch | 393 bytes | baikho |
Comments
Comment #2
baikho commentedSee added patch fixing URI segment to
content.Comment #3
baikho commentedComment #4
akash.addweb commented@Baik Ho, I checked your patch using simplytest.me & it is working as expected above requirement. It changes the redirection URL admin/config/services/elementor/settings "to" admin/config/content/elementor/settings. PFA
Comment #5
gaurav.kapoor commentedThanks for working on this.
Comment #7
gaurav.kapoor commented