From 844910abb8fadd43c5160b34313087f43eaaa0e5 Mon Sep 17 00:00:00 2001 From: Michael Heap Date: Fri, 5 Aug 2022 11:15:14 +0100 Subject: [PATCH] Fix db-less rendering in plugin hub --- app/_layouts/extension.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.