From 952f34458ef3675d66d4ebe99429189fcf128dd6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 29 May 2022 20:39:53 +0000 Subject: [PATCH] commit df7cc521d1b2b4bfa6ee13ef82d4f5e4ec59eab0 Author: Robert Kaussow Date: Sun May 29 22:36:25 2022 +0200 refactor: rename parameter access to acl (#18) BREAKING CHANGE: The parameter `access` was renamed to `acl` and the environment variable `PLUGIN_ACCESS` was removed. --- data/data.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/data.yaml b/data/data.yaml index a4f52b2..3441f72 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -48,8 +48,8 @@ properties: type: bool required: false - access: - description: Access control settings. + acl: + description: Access control list. type: map required: false