4.14. Enabling Custom Course SettingsΒΆ

To enable course developers to add custom fields to a course on your instance of Open edX, you must configure the studio.yml file in the edX platform.

Note

Before proceeding, review Guidelines for Updating the Open edX Platform.

  1. Stop the LMS server.

  2. Create or update the file studio.yml to include the custom course settings feature flag.

    'ENABLE_OTHER_COURSE_SETTINGS': true,
    
  3. Restart the LMS server.