Files
edx-platform/common
Matt Tuchfarber 47255197e1 Allow plugins to update contexts in specific views
Instead of requiring views like the dashboard to know about plugins so
they can include their data in the context, this allows plugins to
define a mapping between a view and a function where the function
returns a dictionary of new context for the view. Each view would have
to purposefully enable this additional context before it could be used.
This will allow new content to be added to the pages without updating
the core with a combination of a plugin to add new context, and a theme
override of that page to use the new context.
2020-03-06 10:47:52 -05:00
..
2019-11-25 23:56:10 +03:30

common
------

This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.