From b07028ced93ffe4a4becc471c732718e3d67f435 Mon Sep 17 00:00:00 2001 From: gerd <gerd@gerd.pcsg.local> Date: Thu, 7 Sep 2017 14:56:05 +0200 Subject: [PATCH] refactor: completion --- locale.xml | 2 +- package.xml | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/locale.xml b/locale.xml index d3f91f2..cabaf18 100644 --- a/locale.xml +++ b/locale.xml @@ -7,7 +7,7 @@ <en><![CDATA[QUIQQER - CKEditor integration]]></en> </locale> <locale name="package.description"> - <de><![CDATA[Integration den CKEditor in QUIQQER.]]></de> + <de><![CDATA[Integration des CKEditor in QUIQQER.]]></de> <en><![CDATA[Integrate the CKEditor into QUIQQER.]]></en> </locale> <locale name="exception.plugin.activate.plugin.not.found"> diff --git a/package.xml b/package.xml index 8a9c332..c599b54 100644 --- a/package.xml +++ b/package.xml @@ -1,15 +1,28 @@ <quiqqer> <package> <title> - <locale group="quiqqer/quiqqer" var="package.title"/> + <locale group="quiqqer/ckeditor4" var="package.title"/> </title> <description> - <locale group="quiqqer/quiqqer" var="package.description"/> + <locale group="quiqqer/ckeditor4" var="package.description"/> </description> + <support> + <email>support@pcsg.de</email> + <forum>https://community.quiqqer.com</forum> + <source>https://dev.quiqqer.com/quiqqer/ckeditor4</source> + <issues>https://dev.quiqqer.com/quiqqer/ckeditor4/issues</issues> + <wiki></wiki> + </support> + <allowedPaths> <path>URL_OPT_DIR/ckeditor/ckeditor/</path> </allowedPaths> + + <copyright> + <name><![CDATA[PCSG - Computer & Internet Service OHG]]></name> + <license></license> + </copyright> </package> </quiqqer> \ No newline at end of file -- GitLab