From 4ed522c5f847ebf2c29d13ea97d2ced86f649045 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Wed, 29 Jan 2025 05:55:59 +0200 Subject: [PATCH] Correct syntax (#5586) --- ui/v2.5/src/docs/en/Manual/Plugins.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/v2.5/src/docs/en/Manual/Plugins.md b/ui/v2.5/src/docs/en/Manual/Plugins.md index 23ef0bc8188..47b87cf0122 100644 --- a/ui/v2.5/src/docs/en/Manual/Plugins.md +++ b/ui/v2.5/src/docs/en/Manual/Plugins.md @@ -99,15 +99,15 @@ ui: connect-src: - http://alloweddomain.com - # map of setting names to be displayed in the plugins page in the UI - settings: - # internal name - foo: - # name to display in the UI - displayName: Foo - # type of the attribute to show in the UI - # can be BOOLEAN, NUMBER, or STRING - type: BOOLEAN +# map of setting names to be displayed in the plugins page in the UI +settings: + # internal name + foo: + # name to display in the UI + displayName: Foo + # type of the attribute to show in the UI + # can be BOOLEAN, NUMBER, or STRING + type: BOOLEAN # the following are used for plugin tasks only exec: