From a963e1205d8ed8788079126dcae7c2af68a6bbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Bmma?= Date: Wed, 17 Mar 2021 13:10:57 +1300 Subject: [PATCH 1/3] update ref to css in resources folder --- code/IconField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/IconField.php b/code/IconField.php index 491d2d7..91cd663 100755 --- a/code/IconField.php +++ b/code/IconField.php @@ -48,7 +48,7 @@ public function __construct($name, $title = null, $sourceFolder = null){ } $this->source = $icons; - Requirements::css('/resources/jaedb/iconfield/css/IconField.css'); + Requirements::css('jaedb/iconfield:css/IconField.css'); } From cc9074cc4ddbc6f914876166b3e49113f5d4269d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Bmma?= Date: Wed, 17 Mar 2021 13:46:38 +1300 Subject: [PATCH 2/3] update composer --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 873e9d8..7c2a812 100755 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "jaedb/iconfield", + "name": "plasticstudio/iconfield", "type": "silverstripe-vendormodule", - "description": "Icon field for SilverStripe", - "homepage": "http://jamesbarnsley.co.nz", + "description": "Icon field for SilverStripe - forked from jaedb/iconfield", + "homepage": "http://plasticstudio.co.nz/", "keywords": ["silverstripe"], "license": "BSD-3-Clause", "authors": [ @@ -13,7 +13,7 @@ } ], "support": { - "issues": "http://github.com/jaedb/iconfield/issues" + "issues": "http://github.com/PlasticStudio/IconField" }, "extra": { "expose": [ From 389a8b77d353ae06718f7e82c110bc350210beda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Bmma?= Date: Wed, 17 Mar 2021 15:03:00 +1300 Subject: [PATCH 3/3] udpate cms css file ref; --- code/IconField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/IconField.php b/code/IconField.php index 91cd663..7997956 100755 --- a/code/IconField.php +++ b/code/IconField.php @@ -48,7 +48,7 @@ public function __construct($name, $title = null, $sourceFolder = null){ } $this->source = $icons; - Requirements::css('jaedb/iconfield:css/IconField.css'); + Requirements::css('plasticstudio/iconfield:css/IconField.css'); }