MDL-56582 boost: add some misisng template context

This commit is contained in:
Dan Poltawski
2016-11-02 13:55:05 +00:00
parent c624351e97
commit 867dc76f64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
Example context (json):
{
"sitename": "Moodle",
"output":{},
"output": {"doctype": "<!DOCTYPE html>", "page_title": "Test page", "favicon": "favicon.ico"},
"bodyattributes":"",
"regionmainsettingsmenu": "",
"hasregionmainsettingsmenu": false
+1 -1
View File
@@ -34,7 +34,7 @@
Example context (json):
{
"sitename": "Moodle",
"output":{},
"output": {"doctype": "<!DOCTYPE html>", "page_title": "Test page", "favicon": "favicon.ico"},
"bodyattributes":"",
"sitepreblocks":"BLOCKS HTML",
"hasblocks":true,