Skip to content

Commit

Permalink
Merge pull request #662 from lblod/GN-4692
Browse files Browse the repository at this point in the history
GN-4692: Enable `BesluitTopicPlugin`
  • Loading branch information
dkozickis authored May 20, 2024
2 parents 3ee6f29 + ef806bd commit 58b22db
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-lizards-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': patch
---

GN-4692: Bump `ember-rdfa-editor-lblod-plugins` and enable `BesluitTopicPlugin`
3 changes: 3 additions & 0 deletions app/controllers/agendapoints/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ export default class AgendapointsEditController extends Controller {
endpoint: 'https://centrale-vindplaats.lblod.info/sparql',
classificatieUri: classificatie?.uri,
},
besluitTopic: {
endpoint: 'https://data.vlaanderen.be/sparql',
},
structures: structureSpecs,
worship: {
endpoint: 'https://data.lblod.info/sparql',
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 @@ -119,6 +119,10 @@
@classificatieUri={{this.config.classificatieUri}}
@options={{this.config.besluitType}}
/>
<BesluitTopicPlugin::BesluitTopicToolbarDropdown
@controller={{this.controller}}
@options={{this.config.besluitTopic}}
/>
<Plugins::Formatting::FormattingToggle @controller={{this.controller}} />
</:toolbar>
<:sidebarCollapsible>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@lblod/ember-environment-banner": "^0.5.0",
"@lblod/ember-mock-login": "0.7.0",
"@lblod/ember-rdfa-editor": "9.9.0",
"@lblod/ember-rdfa-editor-lblod-plugins": "19.0.0",
"@lblod/ember-rdfa-editor-lblod-plugins": "19.1.0",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"broccoli-asset-rev": "^3.0.0",
"broccoli-plugin": "^4.0.7",
Expand Down

0 comments on commit 58b22db

Please sign in to comment.