From 02bdf3fea3a8719a4c7afefb929d0eb68267df55 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Tue, 17 Oct 2023 21:56:49 -0400 Subject: [PATCH] - WIP on asset --- meta/definitions.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/definitions.php b/meta/definitions.php index 6ee10bc..30a1e1c 100644 --- a/meta/definitions.php +++ b/meta/definitions.php @@ -6,12 +6,10 @@ return [ 'assets.webcomponent' => [ 'picea' => [ 'asset' => [ - 'source' => [ - [ - 'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]), - 'order' => 10 - ] - ], + [ + 'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]), + 'order' => 10 + ] ] ], ],