From 56b1e0ecc183cb31d5ffa098c280751ed57bc109 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 16 Jun 2020 10:00:58 +0200 Subject: [PATCH] change module title logo (D3) source to external asset --- metadata.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/metadata.php b/metadata.php index ad92ca0..38ea48d 100644 --- a/metadata.php +++ b/metadata.php @@ -28,7 +28,13 @@ $sMetadataVersion = '2.1'; */ $aModule = array( 'id' => 'd3attributemultivalues', - 'title' => 'D³ mehrfache Wertezuordnung zu Attributen', + 'title' => [ + 'de' => + ' '. + 'mehrfache Wertezuordnung zu Attributen', + 'en' => + ' '. + 'multiple value assignment to attributes', 'version' => '0.0.0.1', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com',