The message is rendered as an error in a box. Image Added Additionally, the identifiers and versions of the incompatible extensions and add-ons are shown together with the smallest version that is compatible with your version of the projectdoc Toolbox. Note that is typically recommended to use the latest version of the projectdoc Toolbox and the related extensions and add-ons. Please note: The rendered text has been updated in version 6.0.5. So the text of previous version differs from the one shown above. Section |
---|
| The message box is rendered with the following classes. Code Block |
---|
language | text |
---|
title | CSS Classes provided since Version 6.0.5 |
---|
| projectdoc-healthcheck-dependency projectdoc-healthcheck-failed |
You may use this classes to suppress the rendering of the box in the browser. Code Block |
---|
language | css |
---|
title | Suppress Rendering of Message Box |
---|
| .projectdoc-healthcheck-dependency.projectdoc-healthcheck-failed {
display: none;
} |
|
The rendered text has been updated in version 6.0.5.
|