From fb5c96731aa83c04d7f93ddc8e981924546631d4 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Thu, 9 Jul 2020 05:14:20 -0700 Subject: [PATCH] Update 8.6.0_docs.md --- docs/8.6.0_docs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/8.6.0_docs.md b/docs/8.6.0_docs.md index 370080e4b..04319d97a 100644 --- a/docs/8.6.0_docs.md +++ b/docs/8.6.0_docs.md @@ -11,9 +11,8 @@ The three levels of are Configuration, Global, Site and Current. | --- | --- | | Global Configuration| Default Mermaid Configurations| | Site Configuration| Configurations made by site owner| -| Current Configuration| Configurations added by Implementors| +| Current Configuration| Configurations made by Implementors| -**Notes**: Implementors can only modify configurations using directives and they cannot change the **secure** array. # Limits to Modifying Configurations secure Array @@ -32,6 +31,8 @@ mermaidAPI.initialize( { startOnLoad: true, secure: ['parameter1', 'parameter2'] default values for the **secure array** consists of: ['secure', 'securityLevel', 'startOnLoad', 'maxTextSize']. These default values are immutable. +Implementors can only modify configurations using directives, but cannot change the **secure** array. + # Modifying Configurations and directives: The Two types of directives: are “init” or “initialize” and “wrap”, or “wrapping”.