Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 2.78 KB

File metadata and controls

45 lines (30 loc) · 2.78 KB
description
As the name indcates, there are multiple editors to create specific type of contents.

Editors

Sunbird houses a wide variety of content. Users can create content on Sunbird or upload content that is created offline.

As the name indicates, there are multiple editors to create a specific type of content.

Editor Type Mime types Git Repo
Resource Editor Resource ECML Resource Editor
Collection Editor Collection
  • Collection
  • Textbook
  • Course
Collection Editor
Generic Editor Content/Resource (as a file/URL)

Non ECML Contents

  • PDF
  • Video (MP4, YouTube)
  • HTML (HTML, H5p)

    • EPUB
Generic Editor

Git Repo:

Content Plugins repo is the common placeholder for all the plugins. Each editor will be configured with specific plugins while building the project.

Content-Plugins

{% embed url="https://github.com/project-sunbird/sunbird-content-plugins" %} Content-Plugins {% endembed %}

Content Editor:

{% embed url="https://github.com/project-sunbird/sunbird-content-editor" %} Content-Editor {% endembed %}

Collection Editor: Multilevel hierarchy contents like Book, Course, Collection, etc.

{% embed url="https://github.com/project-sunbird/sunbird-collection-editor" %} Collection-Editor {% endembed %}

Generic Editor: File upload contents to create

{% embed url="https://github.com/project-sunbird/sunbird-Generic-editor" %}