diff --git a/app/_layouts/extension.html b/app/_layouts/extension.html index e64f48647a78..90bd8c8bfe0a 100644 --- a/app/_layouts/extension.html +++ b/app/_layouts/extension.html @@ -187,7 +187,7 @@

Installation

{% if page.type == "plugin" and page.params %}

Configuration Reference

- {% if page.params.dbless_compatible == "yes" %} + {% if page.params.dbless_compatible == "yes" or page.params.dbless_compatible == true %}

This plugin is compatible with DB-less mode.

{% elsif page.params.dbless_compatible == "partially" %}

This plugin is partially compatible with DB-less mode.