From 0705565c02e1e452298858c5a3f13c1c8be99545 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 19 Apr 2019 12:46:05 -0400 Subject: [PATCH] Update high level summary of extensions --- docs/latest/advanced/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latest/advanced/extensions.md b/docs/latest/advanced/extensions.md index ee65d9152..5303dac87 100644 --- a/docs/latest/advanced/extensions.md +++ b/docs/latest/advanced/extensions.md @@ -1,6 +1,6 @@ # Extensions -Extensions add new functionality to the viewer by extending existing functionality. This can be something as simple as adding a new button to the toolbar, or as complex as a new viewport capable of rendering volumes in 3D. +Extensions add new functionality to the viewer by registering one or more modules. They go one step further than configuration in that they allow us to inject custom React components, so long as they adhere to the module's interface. This can be something as simple as adding a new button to the toolbar, or as complex as a new viewport capable of rendering volumes in 3D. ## Overview