Commit ae4bc5d0 by Nimisha Asthagiri Committed by J. Cliff Dyer

Transformer: BlocksAPITransformer

parent 00e92371
...@@ -13,11 +13,13 @@ class BlocksAPITransformer(BlockStructureTransformer): ...@@ -13,11 +13,13 @@ class BlocksAPITransformer(BlockStructureTransformer):
Umbrella transformer that contains all the transformers needed by the Umbrella transformer that contains all the transformers needed by the
Course Blocks API. Course Blocks API.
Contained Transformers (in this order): Contained Transformers (processed in this order):
StudentViewTransformer StudentViewTransformer
BlockCountsTransformer BlockCountsTransformer
BlockDepthTransformer BlockDepthTransformer
BlockNavigationTransformer BlockNavigationTransformer
Note: BlockDepthTransformer must be executed before BlockNavigationTransformer.
""" """
VERSION = 1 VERSION = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment