- Issue created by @avo webworks
- 🇨🇦Canada avo webworks Ottawa, Ontario, Canada
Closing this issue as the patch here works:
https://www.drupal.org/project/bibcite/issues/3173750 →
I have a custom boolean field called columns (field_columns) created on the Journal Article reference type. This works well.
However, I need to add this to a citation so that when the field is checked it shows col. in the citation.
I can't seem to access the field in the mapping.
function mymodule_bibcite_csl_variable_map_alter(&$map) {
$map['field_columns'] = 'columns';
}
And so
<choose>
<if variable="columns">
<text value="col."/>
</if>
</choose>
Doesn't provide anything.
Any help would be greatly appreciated.
Active
3.0
Miscellaneous
Closing this issue as the patch here works:
https://www.drupal.org/project/bibcite/issues/3173750 →