mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-04 15:42:19 +08:00
Revert quicklinks
This commit is contained in:
parent
483e743585
commit
859da58936
1 changed files with 3 additions and 3 deletions
|
@ -285,18 +285,18 @@ class Admin_Config extends Rest_Base {
|
|||
$config['quickLinks'] = [
|
||||
'site_name' => [
|
||||
'title' => __( 'Site Name', 'hello-elementor' ),
|
||||
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity' ),
|
||||
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity', null, [ 'autofocus[section]' => 'title_tagline' ] ),
|
||||
'icon' => 'TextIcon',
|
||||
|
||||
],
|
||||
'site_logo' => [
|
||||
'title' => __( 'Site Logo', 'hello-elementor' ),
|
||||
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity' ),
|
||||
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity', null, [ 'autofocus[section]' => 'title_tagline' ] ),
|
||||
'icon' => 'PhotoIcon',
|
||||
],
|
||||
'site_favicon' => [
|
||||
'title' => __( 'Site Favicon', 'hello-elementor' ),
|
||||
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity' ),
|
||||
'link' => $this->get_open_homepage_with_tab( $elementor_page_id, 'settings-site-identity', null, [ 'autofocus[section]' => 'title_tagline' ] ),
|
||||
'icon' => 'AppsIcon',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue