Skip to content
Snippets Groups Projects
  1. Mar 06, 2020
    • Matt Tuchfarber's avatar
      Allow plugins to update contexts in specific views · 47255197
      Matt Tuchfarber authored
      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.
      47255197
  2. Mar 03, 2020
  3. Mar 02, 2020
Loading