Skip to content

Commit

Permalink
Add missing module headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Aug 9, 2023
1 parent 82c5c24 commit 865fcb0
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ts/WoltLabSuite/Core/Component/Article/EditorButton.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
9 changes: 9 additions & 0 deletions ts/WoltLabSuite/Core/Component/Page/EditorButton.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 865fcb0

Please sign in to comment.