Skip to content

Commit f109ca9

Browse files
committed
[dev] links fixed
1 parent 87953b8 commit f109ca9

28 files changed

Lines changed: 30 additions & 30 deletions

i18n/de/docusaurus-plugin-content-docs/current/api/config/js_kanban_editorshape_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ interface UploadEvent extends PointerEvent {
340340
- `multiple` - (optional) aktiviert/deaktiviert das Hochladen von *mehreren Dateien*
341341
- `folder` - (optional) aktiviert/deaktiviert das Hochladen von *Ordnern*
342342

343-
#### - Parameter für den Typ "comments"
343+
#### - Parameter für den Typ "comments" {#parameters-for-comments-type}
344344

345345
- `config` - (optional) ein Konfigurationsobjekt für das Feld **"comments"**. Hier können Sie folgende Parameter angeben:
346346
- `format` - (optional) - ein Datumsformat für Kommentare. Verfügbare Formate finden Sie [hier](https://docs.dhtmlx.com/suite/calendar/api/calendar_dateformat_config/)

i18n/de/docusaurus-plugin-content-docs/current/api/events/js_kanban_addcomment_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Der Callback des **add-comment** Ereignisses kann ein Objekt mit den folgenden P
3434
- `comment` - (erforderlich) das Konfigurationsobjekt des neuen Kommentars. Hier können Sie folgende Parameter angeben:
3535
- `text` - (optional) der Text des neuen Kommentars
3636
- `date` - (optional) das Datum des neuen Kommentars
37-
- `html` - (optional) das HTML-Markup des neuen Kommentars. Aktivieren Sie die `html`-Eigenschaft der [`editorShape`](/api/config/js_kanban_editorshape_config/#-parameter-für-den-typ-comments) Konfiguration, um das HTML-Markup anstelle des Texts anzuzeigen
37+
- `html` - (optional) das HTML-Markup des neuen Kommentars. Aktivieren Sie die `html`-Eigenschaft der [`editorShape`](/api/config/js_kanban_editorshape_config/#parameters-for-comments-type) Konfiguration, um das HTML-Markup anstelle des Texts anzuzeigen
3838
- `skipProvider` - (optional) aktiviert/deaktiviert das Verhindern, dass die Anfrage an den Server gesendet wird
3939

4040
:::info

i18n/de/docusaurus-plugin-content-docs/current/api/events/js_kanban_updatecomment_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Der Callback des **update-comment** Ereignisses kann ein Objekt mit den folgende
3838
- `cardId` - (optional) die ID der Karte, zu der der aktualisierte Kommentar hinzugefügt wird
3939
- `text` - (optional) der Text des aktualisierten Kommentars
4040
- `date` - (optional) das Datum des aktualisierten Kommentars
41-
- `html` - (optional) das HTML-Markup des aktualisierten Kommentars. Aktivieren Sie die Eigenschaft `html` der [`editorShape`](/api/config/js_kanban_editorshape_config/#-parameter-für-den-typ-comments) Konfiguration, um das HTML-Markup anstelle von Text anzuzeigen
41+
- `html` - (optional) das HTML-Markup des aktualisierten Kommentars. Aktivieren Sie die Eigenschaft `html` der [`editorShape`](/api/config/js_kanban_editorshape_config/#parameters-for-comments-type) Konfiguration, um das HTML-Markup anstelle von Text anzuzeigen
4242
- `skipProvider` - (optional) aktiviert/deaktiviert die Verhinderung, dass die Anfrage an den Server gesendet wird
4343

4444
:::info

i18n/de/docusaurus-plugin-content-docs/current/api/methods/js_kanban_addcomment_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addComment({
3131
- `comment` - (erforderlich) das Konfigurationsobjekt des neuen Kommentars. Hier können Sie folgende Parameter angeben:
3232
- `text` - (optional) der Text des neuen Kommentars
3333
- `date` - (optional) das Datum des neuen Kommentars
34-
- `html` - (optional) das HTML-Markup des neuen Kommentars. Aktivieren Sie die Eigenschaft `html` der [`editorShape`](/api/config/js_kanban_editorshape_config/#-parameter-für-den-typ-comments) Konfiguration, um das HTML-Markup anstelle von Text anzuzeigen
34+
- `html` - (optional) das HTML-Markup des neuen Kommentars. Aktivieren Sie die Eigenschaft `html` der [`editorShape`](/api/config/js_kanban_editorshape_config/#parameters-for-comments-type) Konfiguration, um das HTML-Markup anstelle von Text anzuzeigen
3535

3636
### Beispiel
3737

i18n/de/docusaurus-plugin-content-docs/current/api/methods/js_kanban_updatecomment_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ updateComment({
3535
- `cardId` - (optional) die ID der Karte, zu der der aktualisierte Kommentar hinzugefügt werden soll
3636
- `text` - (optional) der Text des aktualisierten Kommentars
3737
- `date` - (optional) das Datum des aktualisierten Kommentars
38-
- `html` - (optional) das HTML-Markup des aktualisierten Kommentars. Aktivieren Sie die `html`-Eigenschaft der [`editorShape`](/api/config/js_kanban_editorshape_config/#-parameter-für-den-typ-comments) Konfiguration, um das HTML-Markup anstelle des Textes anzuzeigen
38+
- `html` - (optional) das HTML-Markup des aktualisierten Kommentars. Aktivieren Sie die `html`-Eigenschaft der [`editorShape`](/api/config/js_kanban_editorshape_config/#parameters-for-comments-type) Konfiguration, um das HTML-Markup anstelle des Textes anzuzeigen
3939

4040
### Beispiel
4141

i18n/de/docusaurus-plugin-content-docs/current/guides/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Der *Editor* von Kanban besteht aus Feldern zur Verwaltung der Kartendaten. Zum
142142
- [**comments**](#comments-type)
143143
- [**links**](#links-type)
144144

145-
### Combo-, Select- und Multiselect-Typen
145+
### Combo-, Select- und Multiselect-Typen {#combo-select-und-multiselect-typen}
146146

147147
Die Editor-Felder der Typen **combo**, **select** und **multiselect** können wie folgt gesetzt werden:
148148

@@ -213,7 +213,7 @@ new kanban.Kanban("#root", {
213213
});
214214
~~~
215215

216-
### Text- und Textarea-Typen
216+
### Text- und Textarea-Typen {#text-und-textarea-typen}
217217

218218
Die Editor-Felder der Typen **text** und **textarea** können wie folgt gesetzt werden:
219219

@@ -324,7 +324,7 @@ new kanban.Kanban("#root", {
324324
});
325325
~~~
326326

327-
### Date- und DateRange-Typen
327+
### Date- und DateRange-Typen {#date-und-daterange-typen}
328328

329329
Das Editor-Feld vom Typ **date** kann wie folgt gesetzt werden:
330330

i18n/ko/docusaurus-plugin-content-docs/current/api/config/js_kanban_editorshape_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ interface UploadEvent extends PointerEvent {
340340
- `multiple` - (선택 사항) 다중 파일 업로드 활성화/비활성화
341341
- `folder` - (선택 사항) 폴더 업로드 활성화/비활성화
342342

343-
#### - "comments" 유형 매개변수
343+
#### - "comments" 유형 매개변수 {#-comments-type-parameters}
344344

345345
- `config` - (선택 사항) **"comments"** 필드 구성 객체. 다음 매개변수를 지정할 수 있습니다:
346346
- `format` - (선택 사항) 댓글 날짜 형식. 가능한 형식은 [여기](https://docs.dhtmlx.com/suite/calendar/api/calendar_dateformat_config/)에서 확인

i18n/ko/docusaurus-plugin-content-docs/current/api/events/js_kanban_addcomment_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description: DHTMLX JavaScript Kanban 라이브러리 문서에서 add-comment
3434
- `comment` - (필수) 새 댓글의 구성 객체로, 다음 매개변수를 지정할 수 있습니다:
3535
- `text` - (선택 사항) 새 댓글의 텍스트
3636
- `date` - (선택 사항) 새 댓글의 날짜
37-
- `html` - (선택 사항) 새 댓글의 HTML 마크업. 텍스트 대신 HTML 마크업을 표시하려면 [`editorShape`](/api/config/js_kanban_editorshape_config/#-comments-유형-매개변수) 구성의 `html` 속성을 활성화하세요.
37+
- `html` - (선택 사항) 새 댓글의 HTML 마크업. 텍스트 대신 HTML 마크업을 표시하려면 [`editorShape`](/api/config/js_kanban_editorshape_config/#-comments-type-parameters) 구성의 `html` 속성을 활성화하세요.
3838
- `skipProvider` - (선택 사항) 서버로 요청이 전송되는 것을 방지할지 여부를 설정합니다.
3939

4040
:::info

i18n/ko/docusaurus-plugin-content-docs/current/api/events/js_kanban_updatecomment_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ description: DHTMLX JavaScript Kanban 라이브러리의 update-comment 이벤
3838
- `cardId` - (선택 사항) 업데이트된 댓글이 추가될 카드의 ID
3939
- `text` - (선택 사항) 업데이트된 댓글의 텍스트
4040
- `date` - (선택 사항) 업데이트된 댓글의 날짜
41-
- `html` - (선택 사항) 업데이트된 댓글의 HTML 마크업. 텍스트 대신 HTML 마크업을 표시하려면 [`editorShape`](/api/config/js_kanban_editorshape_config/#-comments-유형-매개변수) 설정의 `html` 속성을 활성화하세요.
41+
- `html` - (선택 사항) 업데이트된 댓글의 HTML 마크업. 텍스트 대신 HTML 마크업을 표시하려면 [`editorShape`](/api/config/js_kanban_editorshape_config/#-comments-type-parameters) 설정의 `html` 속성을 활성화하세요.
4242
- `skipProvider` - (선택 사항) 서버로 요청이 전송되는 것을 방지할지 여부를 설정합니다.
4343

4444
:::info

i18n/ko/docusaurus-plugin-content-docs/current/api/methods/js_kanban_addcomment_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addComment({
3131
- `comment` - (필수) 새 댓글의 구성 객체로, 다음 매개변수를 지정할 수 있습니다:
3232
- `text` - (선택 사항) 새 댓글의 텍스트
3333
- `date` - (선택 사항) 새 댓글의 날짜
34-
- `html` - (선택 사항) 새 댓글의 HTML 마크업. 텍스트 대신 HTML 마크업을 표시하려면 [`editorShape`](/api/config/js_kanban_editorshape_config/#-comments-유형-매개변수) 구성의 `html` 속성을 활성화하세요.
34+
- `html` - (선택 사항) 새 댓글의 HTML 마크업. 텍스트 대신 HTML 마크업을 표시하려면 [`editorShape`](/api/config/js_kanban_editorshape_config/#-comments-type-parameters) 구성의 `html` 속성을 활성화하세요.
3535

3636
### 예제
3737

0 commit comments

Comments
 (0)