mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
11 lines
279 B
PHP
11 lines
279 B
PHP
<?php
|
|
//
|
|
// Optional course format configuration file
|
|
//
|
|
// This file contains any specific configuration settings for the
|
|
// social format.
|
|
//
|
|
// The default blocks layout for this course format:
|
|
$format['defaultblocks'] = ':news_items,recent_activity,calendar_upcoming';
|
|
|
|
|