()
| 591 | }; |
| 592 | |
| 593 | const getConformanceConfig = () => { |
| 594 | // TODO: this doesn't pass any treeid introduced by #3360 |
| 595 | return Components.getConformanceView(this.id, 0, this.getSource() ?? '', this.currentLanguage?.id ?? ''); |
| 596 | }; |
| 597 | |
| 598 | const getEditorConfig = () => { |
| 599 | if (this.currentLanguage) { |