Configure the site logo and favicon
This commit is contained in:
parent
02394191b1
commit
dab6ac479b
2 changed files with 10 additions and 7 deletions
|
@ -1,14 +1,17 @@
|
|||
_core:
|
||||
default_config_hash: 67Xcg6LAsHVMjU8lsXcnGGSsYifNZYozNWZPyqK0gaA
|
||||
favicon:
|
||||
use_default: true
|
||||
mimetype: image/png
|
||||
path: sites/default/files/Pacific-Wren-Favicon.png
|
||||
use_default: false
|
||||
features:
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: true
|
||||
node_user_picture: true
|
||||
logo:
|
||||
use_default: true
|
||||
path: sites/default/files/Experience-Olympic-logo.png
|
||||
use_default: false
|
||||
general:
|
||||
block: 0
|
||||
icon: 1
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
_core:
|
||||
default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8
|
||||
favicon:
|
||||
mimetype: image/vnd.microsoft.icon
|
||||
path: ''
|
||||
mimetype: image/png
|
||||
path: sites/default/files/Pacific-Wren-Favicon.png
|
||||
url: ''
|
||||
use_default: true
|
||||
use_default: false
|
||||
features:
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: true
|
||||
node_user_picture: true
|
||||
logo:
|
||||
path: ''
|
||||
path: sites/default/files/Experience-Olympic-logo.png
|
||||
url: ''
|
||||
use_default: true
|
||||
use_default: false
|
||||
|
|
Loading…
Reference in a new issue