Minor: Improve setting documentation

pull/5182/head
Yannick Warnier 2 years ago
parent 73019793e2
commit aa3e45597e
  1. 1
      main/install/configuration.dist.php

@ -2318,6 +2318,7 @@ INSERT INTO `extra_field` (`extra_field_type`, `field_type`, `variable`, `displa
// Relation to prefill course extra field with user extra field on course creation
// on main/create_course/add_course.php and main/admin/course_add.php
// Fill the array with the course extra field to fill => user extra field where the value comes from
/*$_configuration['course_creation_user_course_extra_field_relation_to_prefill'] = [
'fields' => [
'CourseExtrafieldLabel1' => 'UserExtrafieldLabel1',

Loading…
Cancel
Save