mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Make OpenGraph configurable, and fix canonical URL to include mid
This commit is contained in:
parent
da1b69c6b7
commit
f25e685209
10 changed files with 83 additions and 8 deletions
|
|
@ -98,6 +98,12 @@ return array(
|
|||
'display_to' => 'admin',
|
||||
'allow' => array(),
|
||||
),
|
||||
'seo' => array(
|
||||
'og_enabled' => false,
|
||||
'og_extract_description' => false,
|
||||
'og_extract_images' => false,
|
||||
'og_use_timestamps' => false,
|
||||
),
|
||||
'mediafilter' => array(
|
||||
'iframe' => array(),
|
||||
'object' => array(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue