Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 521 Bytes

File metadata and controls

20 lines (15 loc) · 521 Bytes

besluit-topic-plugin

Plugin which allows a user to change the topic of a besluit.

This plugin needs to be added to the toolbar as a dropdown with the following syntax:

<BesluitTopicPlugin::BesluitTopicToolbarDropdown
  @controller={{this.controller}}
  @options={{this.config.besluitTopic}}
/>

You need to specify the endpoint from which the plugin will fetch the types in the config object

{
  endpoint: 'https://data.vlaanderen.be/sparql',
}