mirror of
https://github.com/moodle/moodle.git
synced 2025-03-17 22:20:00 +01:00
Added config files and block default directives to use with new course
default block function.
This commit is contained in:
parent
d9742e4071
commit
b18a962512
13
course/format/social/config.php
Executable file
13
course/format/social/config.php
Executable file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
//
|
||||
// Optional course format configuration file
|
||||
//
|
||||
// This file contains any specific configuration settings for the
|
||||
// format.
|
||||
//
|
||||
// The default blocks layout for this course format:
|
||||
$format['defaultblocks'] = 'participants,search_forums,calendar_month,'.
|
||||
'calendar_upcoming,social_activities,'.
|
||||
'recent_activity,admin,course_list';
|
||||
//
|
||||
?>
|
13
course/format/topics/config.php
Executable file
13
course/format/topics/config.php
Executable file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
//
|
||||
// Optional course format configuration file
|
||||
//
|
||||
// This file contains any specific configuration settings for the
|
||||
// format.
|
||||
//
|
||||
// The default blocks layout for this course format:
|
||||
$format['defaultblocks'] = 'participants,activity_modules,search_forums,'.
|
||||
'admin,course_list:news_items,calendar_upcoming,'.
|
||||
'recent_activity';
|
||||
//
|
||||
?>
|
13
course/format/weeks/config.php
Executable file
13
course/format/weeks/config.php
Executable file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
//
|
||||
// Optional course format configuration file
|
||||
//
|
||||
// This file contains any specific configuration settings for the
|
||||
// format.
|
||||
//
|
||||
// The default blocks layout for this course format:
|
||||
$format['defaultblocks'] = 'participants,activity_modules,search_forums,'.
|
||||
'admin,course_list:news_items,calendar_upcoming,'.
|
||||
'recent_activity';
|
||||
//
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user