From dbecfe2f8436e597d74057753588ff5a02ba639f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Dan=C4=9Bk?= Date: Sat, 26 Aug 2023 20:39:46 +0200 Subject: [PATCH] Update plugin.json --- plugins/extend/custom-head-resources/plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/extend/custom-head-resources/plugin.json b/plugins/extend/custom-head-resources/plugin.json index a051c5a..bf94898 100644 --- a/plugins/extend/custom-head-resources/plugin.json +++ b/plugins/extend/custom-head-resources/plugin.json @@ -2,13 +2,13 @@ "$schema": "../../../system/schema/extend.json", "name": "Custom Head Resources", "description": "Allows you to add CSS and JS resources to the header without editing PHP files.", + "authors": [ + {"name": "Friends of Sunlight CMS", "url": "https://github.com/friends-of-sunlight-cms/"} + ], "version": "0.9.2", "environment": { "system": "^8.0" }, - "authors": [ - {"name": "Friends of Sunlight CMS", "url": "https://github.com/friends-of-sunlight-cms/"} - ], "class": "CustomHeadResourcesPlugin", "actions": { "manage": "Action/ManageResourcesAction"