Skip to content

Commit

Permalink
fix issue with editor of intro and outro sections of meeting not rend…
Browse files Browse the repository at this point in the history
…ering
  • Loading branch information
elpoelma committed Nov 23, 2023
1 parent aea5965 commit 7b506a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-countries-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend-gelinkt-notuleren": patch
---

Fix import paths of variable-date plugin in `zitting-text-document-container` component
6 changes: 3 additions & 3 deletions app/components/zitting-text-document-container.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
@nodeViews={{this.nodeViews}}
>
<:sidebarCollapsible>
<RdfaDatePlugin::Insert
<VariablePlugin::Date::Insert
@controller={{this.editor}}
@options={{this.config.date}}
/>
</:sidebarCollapsible>
<:sidebar>
<RdfaDatePlugin::Card
<VariablePlugin::Date::Edit
@controller={{this.editor}}
@options={{this.config.date}}
/>
</:sidebar>
</RdfaEditorContainer>
</RdfaEditorContainer>
2 changes: 1 addition & 1 deletion app/components/zitting-text-document-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { inline_rdfa } from '@lblod/ember-rdfa-editor/marks';
import {
date,
dateView,
} from '@lblod/ember-rdfa-editor-lblod-plugins/plugins/rdfa-date-plugin/nodes/date';
} from '@lblod/ember-rdfa-editor-lblod-plugins/plugins/variable-plugin/variables';

import { service } from '@ember/service';
import { linkPasteHandler } from '@lblod/ember-rdfa-editor/plugins/link';
Expand Down

0 comments on commit 7b506a9

Please sign in to comment.