Skip to content

Commit

Permalink
add 's' to 'citation' field
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriechang committed Aug 26, 2024
1 parent b990290 commit fd49f77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/extension-template-js/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var _globalName_ = (function (jspsych) {
type: ParameterType.STRING,
},
},
citation: {
citations: {
/** APA citation JSON */
apa: `{apaJson}`,
/** BibTeX citation JSON */
Expand Down
2 changes: 1 addition & 1 deletion templates/extension-template-ts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ExtensionNameExtension implements JsPsychExtension {
type: ParameterType.STRING,
},
},
citation: {
citations: {
/** APA citation JSON */
apa: `{apaJson}`,
/** BibTeX citation JSON */
Expand Down
2 changes: 1 addition & 1 deletion templates/plugin-template-js/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var _globalName_ = (function (jspsych) {
data2: {
type: ParameterType.STRING,
},
citation: {
citations: {
/** APA citation JSON */
apa: `{apaJson}`,
/** BibTeX citation JSON */
Expand Down
2 changes: 1 addition & 1 deletion templates/plugin-template-ts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const info = <const>{
data2: {
type: ParameterType.STRING,
},
citation: {
citations: {
/** APA citation JSON */
apa: `{apaJson}`,
/** BibTeX citation JSON */
Expand Down

0 comments on commit fd49f77

Please sign in to comment.