in2code-de / publications

Follower of EXT:bib to show publications in TYPO3. Im- and export of bibtext and xml files.
https://www.in2code.de/agentur/typo3-extensions/publications/
11 stars 16 forks source link

Add grouplink css class instead of brackets #52

Closed karliwalti closed 2 years ago

karliwalti commented 2 years ago

offers more flexibility to format the grouplinks.

add

.grouplink::before {
  content: "[";
}
.grouplink::after {
  content: "]";
}

to css for backwards compatibility

kfumy commented 2 years ago

Dear Mr. Walten, I talked to the agency who develops the extension and we found a better way, to make this more flexible and save. So we don´t merge this pull request. The reason is, that there is a change in the way, where and how the navigation group is build up.

karliwalti commented 2 years ago

oh, I thought I added this to the refactored code already. looking forward to the new implementation. thank you