refactor(client): rename ckeditor config file

This commit is contained in:
Elian Doran
2025-03-12 21:44:26 +02:00
parent fc4712240c
commit b8cbd79ae1
3 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import type { CommandData, EventData, EventListener, FilteredCommandNames } from
import type { default as FAttribute, AttributeType } from "../../entities/fattribute.js";
import type FNote from "../../entities/fnote.js";
import { escapeQuotes } from "../../services/utils.js";
import { buildConfig } from "../type_widgets/ckeditor/toolbars.js";
import { buildConfig } from "../type_widgets/ckeditor/config.js";
const HELP_TEXT = `
<p>${t("attribute_editor.help_text_body1")}</p>