Add missing module headers
authorAlexander Ebert <ebert@woltlab.com>
Wed, 9 Aug 2023 13:55:15 +0000 (15:55 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 9 Aug 2023 13:55:15 +0000 (15:55 +0200)
ts/WoltLabSuite/Core/Component/Article/EditorButton.ts
ts/WoltLabSuite/Core/Component/Page/EditorButton.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Article/EditorButton.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Page/EditorButton.js

index 38dc3a175412dadbde4d2975e5f3f3702fa1dff8..0c4ef19c4b91b48b77bb57602d6b7484cf7d1b2b 100644 (file)
@@ -1,3 +1,12 @@
+/**
+ * Integrates an editor button to inserts links to CMS articles.
+ *
+ * @author Alexander Ebert
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @woltlabExcludeBundle all
+ */
+
 import { getPhrase } from "../../Language";
 import { open as searchArticle } from "../../Ui/Article/Search";
 import { listenToCkeditor } from "../Ckeditor/Event";
index 251237f47014919152992697f4c0e8cf37128b8b..9be2b3a73c68418efebaa25bda3f3cf0e643c4b5 100644 (file)
@@ -1,3 +1,12 @@
+/**
+ * Integrates an editor button to inserts links to CMS pages.
+ *
+ * @author Alexander Ebert
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @woltlabExcludeBundle all
+ */
+
 import { getPhrase } from "../../Language";
 import { open as searchPage } from "../../Ui/Page/Search";
 import { listenToCkeditor } from "../Ckeditor/Event";
index 202ce1316a7ab8fe9cd43ebb43728a892204c526..c650264b42c61c2b0a920c0f2593bb6ce9ccff7a 100644 (file)
@@ -1,3 +1,11 @@
+/**
+ * Integrates an editor button to inserts links to CMS articles.
+ *
+ * @author Alexander Ebert
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports", "../../Language", "../../Ui/Article/Search", "../Ckeditor/Event"], function (require, exports, Language_1, Search_1, Event_1) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });
index a719c492ee1c56fbe2273462b0cd49c8f205bbee..3ca1c7cb83710c2c45974ec87eb8060f3ea8f102 100644 (file)
@@ -1,3 +1,11 @@
+/**
+ * Integrates an editor button to inserts links to CMS pages.
+ *
+ * @author Alexander Ebert
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @woltlabExcludeBundle all
+ */
 define(["require", "exports", "../../Language", "../../Ui/Page/Search", "../Ckeditor/Event"], function (require, exports, Language_1, Search_1, Event_1) {
     "use strict";
     Object.defineProperty(exports, "__esModule", { value: true });