|
|
|
@ -128,19 +128,16 @@ services: |
|
|
|
tags: |
|
|
|
tags: |
|
|
|
- {name: chamilo_course.settings_schema, alias: chamilo_course.settings.survey, namespace: survey} |
|
|
|
- {name: chamilo_course.settings_schema, alias: chamilo_course.settings.survey, namespace: survey} |
|
|
|
|
|
|
|
|
|
|
|
# Course settings |
|
|
|
|
|
|
|
chamilo_course.settings.tracking: |
|
|
|
chamilo_course.settings.tracking: |
|
|
|
class: Chamilo\CourseBundle\Settings\TrackingCourseSettingsSchema |
|
|
|
class: Chamilo\CourseBundle\Settings\TrackingCourseSettingsSchema |
|
|
|
tags: |
|
|
|
tags: |
|
|
|
- {name: chamilo_course.settings_schema, alias: chamilo_course.settings.tracking, namespace: tracking} |
|
|
|
- {name: chamilo_course.settings_schema, alias: chamilo_course.settings.tracking, namespace: tracking} |
|
|
|
|
|
|
|
|
|
|
|
# Course settings |
|
|
|
|
|
|
|
chamilo_course.settings.user: |
|
|
|
chamilo_course.settings.user: |
|
|
|
class: Chamilo\CourseBundle\Settings\UserCourseSettingsSchema |
|
|
|
class: Chamilo\CourseBundle\Settings\UserCourseSettingsSchema |
|
|
|
tags: |
|
|
|
tags: |
|
|
|
- {name: chamilo_course.settings_schema, alias: chamilo_course.settings.user, namespace: user} |
|
|
|
- {name: chamilo_course.settings_schema, alias: chamilo_course.settings.user, namespace: user} |
|
|
|
|
|
|
|
|
|
|
|
# Course settings |
|
|
|
|
|
|
|
chamilo_course.settings.wiki: |
|
|
|
chamilo_course.settings.wiki: |
|
|
|
class: Chamilo\CourseBundle\Settings\WikiCourseSettingsSchema |
|
|
|
class: Chamilo\CourseBundle\Settings\WikiCourseSettingsSchema |
|
|
|
tags: |
|
|
|
tags: |
|
|
|
|