From 865fcb0d929b27587ef2e74f44e2b521e58cc716 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 9 Aug 2023 15:55:15 +0200 Subject: [PATCH] Add missing module headers --- ts/WoltLabSuite/Core/Component/Article/EditorButton.ts | 9 +++++++++ ts/WoltLabSuite/Core/Component/Page/EditorButton.ts | 9 +++++++++ .../WoltLabSuite/Core/Component/Article/EditorButton.js | 8 ++++++++ .../js/WoltLabSuite/Core/Component/Page/EditorButton.js | 8 ++++++++ 4 files changed, 34 insertions(+) diff --git a/ts/WoltLabSuite/Core/Component/Article/EditorButton.ts b/ts/WoltLabSuite/Core/Component/Article/EditorButton.ts index 38dc3a17541..0c4ef19c4b9 100644 --- a/ts/WoltLabSuite/Core/Component/Article/EditorButton.ts +++ b/ts/WoltLabSuite/Core/Component/Article/EditorButton.ts @@ -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 + * @woltlabExcludeBundle all + */ + import { getPhrase } from "../../Language"; import { open as searchArticle } from "../../Ui/Article/Search"; import { listenToCkeditor } from "../Ckeditor/Event"; diff --git a/ts/WoltLabSuite/Core/Component/Page/EditorButton.ts b/ts/WoltLabSuite/Core/Component/Page/EditorButton.ts index 251237f4701..9be2b3a73c6 100644 --- a/ts/WoltLabSuite/Core/Component/Page/EditorButton.ts +++ b/ts/WoltLabSuite/Core/Component/Page/EditorButton.ts @@ -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 + * @woltlabExcludeBundle all + */ + import { getPhrase } from "../../Language"; import { open as searchPage } from "../../Ui/Page/Search"; import { listenToCkeditor } from "../Ckeditor/Event"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Article/EditorButton.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Article/EditorButton.js index 202ce1316a7..c650264b42c 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Article/EditorButton.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Article/EditorButton.js @@ -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 + * @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 }); diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Page/EditorButton.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Page/EditorButton.js index a719c492ee1..3ca1c7cb837 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Page/EditorButton.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Page/EditorButton.js @@ -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 + * @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 });