mirror of
https://github.com/slawkens/myaac.git
synced 2026-02-03 03:46:22 +01:00
Settings: Custom HTML for <head> and <body>
This commit is contained in:
@@ -251,6 +251,28 @@ return [
|
||||
'desc' => 'Allow MyAAC to report anonymous usage statistics to developers? The data is sent only once per 30 days and is fully confidential. It won\'t affect the performance of your website',
|
||||
'default' => true,
|
||||
],
|
||||
[
|
||||
'type' => 'section',
|
||||
'title' => 'Custom HTML',
|
||||
],
|
||||
'html_head' => [
|
||||
'name' => 'HTML Head',
|
||||
'type' => 'textarea',
|
||||
'desc' => escapeHtml('These scripts will be printed in the <head> section. Can be, for example, Google Analytics code.'),
|
||||
'default' => '',
|
||||
],
|
||||
'html_body' => [
|
||||
'name' => 'HTML Body',
|
||||
'type' => 'textarea',
|
||||
'desc' => escapeHtml('These scripts will be printed just below the opening <body> tag.'),
|
||||
'default' => '',
|
||||
],
|
||||
'html_footer' => [
|
||||
'name' => 'HTML Footer',
|
||||
'type' => 'textarea',
|
||||
'desc' => escapeHtml('These scripts will be printed above the closing </body> tag.'),
|
||||
'default' => '',
|
||||
],
|
||||
[
|
||||
'type' => 'category',
|
||||
'title' => 'Game',
|
||||
|
||||
Reference in New Issue
Block a user