Added type name to custom context mapping
This commit is contained in:
parent
add00d6f3f
commit
8449ec9562
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
from core.context.simple_class_diagrams import SCDContext
|
||||||
|
|
||||||
|
custom_contexts = {
|
||||||
|
"SimpleClassDiagrams": SCDContext
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue