Start a custom citations module
Looked into using bibcite - https://www.drupal.org/project/bibcite but it a) wasn't designed for citing originally published articles and b) did not document it's alleged API at all. If it's not documented, it's not an API, sorry.
This commit is contained in:
parent
cd41f613ab
commit
fdc2a0900f
2 changed files with 10 additions and 0 deletions
7
web/modules/custom/geo_citation/geo_citation.info.yml
Normal file
7
web/modules/custom/geo_citation/geo_citation.info.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
name: "GEO Citations"
|
||||||
|
description: "Formatted credit line for Grassroots Economic Organizing collective's original articles."
|
||||||
|
type: module
|
||||||
|
core: 8.x
|
||||||
|
dependencies:
|
||||||
|
- drutopia_article
|
||||||
|
package: Custom
|
3
web/modules/custom/geo_citation/geo_citation.module
Normal file
3
web/modules/custom/geo_citation/geo_citation.module
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue