#2560 Adding dark mode to allowed options in directives

This commit is contained in:
Knut Sveidqvist
2021-12-15 00:19:04 +01:00
parent 9c12502a36
commit 036f9dc359
2 changed files with 13 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ const config = {
themeCSS: undefined,
/* **maxTextSize** - The maximum allowed size of the users text diamgram */
maxTextSize: 50000,
darkMode: false,
/**
* | Parameter | Description | Type | Required | Values |