Skip to content

Commit

Permalink
RISDEV-6042 Add citation styles for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-deazevedo committed Jan 16, 2025
1 parent ed591f0 commit 32f5f0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/services/comboboxItemService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const service: ComboboxItemService = {
const banzLegalPeriodical = new LegalPeriodical({
title: 'Bundesanzeiger',
abbreviation: 'BAnz',
citationStyle: '2009, Seite 21'
})
const banzItem: ComboboxItem = {
label: 'BAnz | Bundesanzeiger',
Expand All @@ -25,6 +26,7 @@ const service: ComboboxItemService = {
const aaLegalPeriodical = new LegalPeriodical({
title: 'Arbeitsrecht aktiv',
abbreviation: 'AA',
citationStyle: '2011'
})
const aaItem: ComboboxItem = {
label: 'AA | Arbeitsrecht aktiv',
Expand Down

0 comments on commit 32f5f0b

Please sign in to comment.