Islandora-Devops / islandora-starter-site

A Drupal site demonstrating Islandora features. Use it as a starting point for customization.
https://sandbox.islandora.ca
GNU General Public License v2.0
3 stars 17 forks source link

update citation select to 2.x to remove bibcite dependency #140

Closed Natkeeran closed 6 months ago

Natkeeran commented 6 months ago

Update citation_select to 2.0.0-beta1 release.

How to test it:

rosiel commented 6 months ago

This is awesome, Nat. I'll test. Will you be able to provide instructions for existing sites? It looks like your citation styles are being configured with a few extra fields, do we need those?

rosiel commented 6 months ago

I'm ready to merge, just want to touch base on this first. My instructions for existing sites, so far, are:

Natkeeran commented 6 months ago

@rosiel I followed your steps, and that did work. To import the styles, you can go to /admin/config/citation-select/csl_style and add styles from here: https://github.com/citation-style-language/styles/ (e.g copy past the style xml). Or you can do drush config:import --partial --source=/var/www/drupal/web/modules/contrib/citation_select/config/install. However, the later will overwrite your field mapping setting with default. So, you may want to export the current one, then import it back again!

-- Not sure question about the extra fields for csl styles. They are similar to bibcite configurations.