mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Merge branch 'develop' into pr/advanced-mailer
This commit is contained in:
commit
b971ea19ca
34 changed files with 798 additions and 108 deletions
|
|
@ -99,6 +99,15 @@ return array(
|
|||
'display_to' => 'admin',
|
||||
'allow' => array(),
|
||||
),
|
||||
'seo' => array(
|
||||
'main_title' => '',
|
||||
'subpage_title' => '',
|
||||
'document_title' => '',
|
||||
'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