Skip to content

Commit

Permalink
Merge pull request #667 from lblod/GN-4693
Browse files Browse the repository at this point in the history
GN-4693: Enable LPDC plugin
  • Loading branch information
abeforgit authored Aug 6, 2024
2 parents 34f7052 + 0c2a775 commit 8d4da60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-trains-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': minor
---

GN-4693: Bump `@lblod/ember-rdfa-editor-lblod-plugins` to `19.2.0` and enable `LPDC` plugin
3 changes: 3 additions & 0 deletions app/controllers/agendapoints/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ export default class AgendapointsEditController extends Controller {
defaultAddressUriRoot:
'https://publicatie.gelinkt-notuleren.vlaanderen.be/id/adres/',
},
lpdc: {
endpoint: '/lpdc-service',
},
};
}

Expand Down
4 changes: 4 additions & 0 deletions app/templates/agendapoints/edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
@controller={{this.controller}}
@config={{this.config.worship}}
/>
<LpdcPlugin::LpdcInsert
@controller={{this.controller}}
@config={{this.config.lpdc}}
/>
</:sidebarCollapsible>
<:sidebar>
<this.StructureControlCard @controller={{this.controller}} />
Expand Down

0 comments on commit 8d4da60

Please sign in to comment.