From 2fe951fbb6e662b625138b4871efc8bb22273e4c Mon Sep 17 00:00:00 2001 From: akashnegi07 Date: Mon, 29 Apr 2024 03:49:32 -0400 Subject: [PATCH 1/2] Bibtex citation config file --- ...hwire_citations.exporter.bibtext_journal.yml | 16 ++++++++-------- .../highwire_markup.markup.jcorex_bibtex.yml | 10 ++++++++++ ...kup_display.markup_display.jcorex_bibtex.yml | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 config/sync/highwire_markup.markup.jcorex_bibtex.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_bibtex.yml diff --git a/config/sync/highwire_citations.exporter.bibtext_journal.yml b/config/sync/highwire_citations.exporter.bibtext_journal.yml index 633d1f5b8..f367c9ced 100644 --- a/config/sync/highwire_citations.exporter.bibtext_journal.yml +++ b/config/sync/highwire_citations.exporter.bibtext_journal.yml @@ -1,15 +1,15 @@ +title: 'BibText Journal' +id: bibtext_journal +export_plugin: bibtext +citations_tokens: "author|[node:authors_full_name]\r\ntitle|[node:title]\r\nvolume|[]\r\nnumber|[]\r\npages|[]\r\nyear|[]\r\ndoi|[]\r\npublisher|[]\r\nissn|[]\r\nURL|[]\r\neprint|[]\r\njournal|[]" +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_bibtex uuid: 5456dfdc-95f1-45de-aa81-f4e19ad18bc0 langcode: en status: true dependencies: { } _core: default_config_hash: Ls6G1J_rNTO8zBcCuOUxcWdkly_LHJuXD-SUFcsFQ6U -title: 'BibText Journal' -id: bibtext_journal -export_plugin: bibtext label: null -format_type: null -citations_tokens: "author|[node:authors_full_name]\r\ntitle|[node:title]\r\nvolume|[]\r\nnumber|[]\r\npages|[]\r\nyear|[]\r\ndoi|[]\r\npublisher|[]\r\nissn|[]\r\nURL|[]\r\neprint|[]\r\njournal|[]" -content_types: null -content_type_prefix: null -citations_markup: null diff --git a/config/sync/highwire_markup.markup.jcorex_bibtex.yml b/config/sync/highwire_markup.markup.jcorex_bibtex.yml new file mode 100644 index 000000000..c7af3d710 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_bibtex.yml @@ -0,0 +1,10 @@ +uuid: c93d603e-97c3-492f-97ef-f75de2a44c81 +langcode: en +status: true +dependencies: { } +id: jcorex_bibtex +label: 'Jcorex Bibtex' +profile_id: jcorex-bibtex +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_bibtex.yml b/config/sync/highwire_markup_display.markup_display.jcorex_bibtex.yml new file mode 100644 index 000000000..0ef54bf79 --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_bibtex.yml @@ -0,0 +1,17 @@ +uuid: cd68046a-63f7-4eb2-ad3b-fdf4ceebb740 +langcode: en +status: true +dependencies: { } +id: jcorex_bibtex +label: 'Jcorex Bibtex' +configurations: + - + markup_profile: jcorex_bibtex + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false From d087e9337fe4e134af9d0694be370a304857204f Mon Sep 17 00:00:00 2001 From: akashnegi07 Date: Thu, 9 May 2024 02:24:57 -0400 Subject: [PATCH 2/2] Add Ciation tool config --- ...hwire_citations.exporter.bookend_journal.yml | 13 +++++++++++++ ...hwire_citations.exporter.easybib_journal.yml | 13 +++++++++++++ ...hwire_citations.exporter.endnote_journal.yml | 13 +++++++++++++ ...re_citations.exporter.endnotexml_journal.yml | 13 +++++++++++++ ...hwire_citations.exporter.medlars_journal.yml | 16 ++++++++-------- ...wire_citations.exporter.mendeley_journal.yml | 13 +++++++++++++ ...ghwire_citations.exporter.papers_journal.yml | 13 +++++++++++++ ...ire_citations.exporter.refmanger_journal.yml | 13 +++++++++++++ ...itations.exporter.refworkstagged_journal.yml | 13 +++++++++++++ ...ghwire_citations.exporter.zotero_journal.yml | 13 +++++++++++++ .../highwire_markup.markup.jcorex_bookend.yml | 10 ++++++++++ .../highwire_markup.markup.jcorex_easybib.yml | 10 ++++++++++ .../highwire_markup.markup.jcorex_endnote.yml | 10 ++++++++++ ...highwire_markup.markup.jcorex_endnotexml.yml | 10 ++++++++++ .../highwire_markup.markup.jcorex_medlars.yml | 10 ++++++++++ .../highwire_markup.markup.jcorex_mendeley.yml | 10 ++++++++++ .../highwire_markup.markup.jcorex_papers.yml | 10 ++++++++++ .../highwire_markup.markup.jcorex_refmanger.yml | 10 ++++++++++ ...wire_markup.markup.jcorex_refworkstagged.yml | 10 ++++++++++ .../highwire_markup.markup.jcorex_zotero.yml | 10 ++++++++++ ...up_display.markup_display.jcorex_bookend.yml | 17 +++++++++++++++++ ...up_display.markup_display.jcorex_easybib.yml | 17 +++++++++++++++++ ...up_display.markup_display.jcorex_endnote.yml | 17 +++++++++++++++++ ...display.markup_display.jcorex_endnotexml.yml | 17 +++++++++++++++++ ...up_display.markup_display.jcorex_medlars.yml | 17 +++++++++++++++++ ...p_display.markup_display.jcorex_mendeley.yml | 17 +++++++++++++++++ ...kup_display.markup_display.jcorex_papers.yml | 17 +++++++++++++++++ ..._display.markup_display.jcorex_refmanger.yml | 17 +++++++++++++++++ ...lay.markup_display.jcorex_refworkstagged.yml | 17 +++++++++++++++++ ...kup_display.markup_display.jcorex_zotero.yml | 17 +++++++++++++++++ 30 files changed, 395 insertions(+), 8 deletions(-) create mode 100644 config/sync/highwire_citations.exporter.bookend_journal.yml create mode 100644 config/sync/highwire_citations.exporter.easybib_journal.yml create mode 100644 config/sync/highwire_citations.exporter.endnote_journal.yml create mode 100644 config/sync/highwire_citations.exporter.endnotexml_journal.yml create mode 100644 config/sync/highwire_citations.exporter.mendeley_journal.yml create mode 100644 config/sync/highwire_citations.exporter.papers_journal.yml create mode 100644 config/sync/highwire_citations.exporter.refmanger_journal.yml create mode 100644 config/sync/highwire_citations.exporter.refworkstagged_journal.yml create mode 100644 config/sync/highwire_citations.exporter.zotero_journal.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_bookend.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_easybib.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_endnote.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_endnotexml.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_medlars.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_mendeley.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_papers.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_refmanger.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_refworkstagged.yml create mode 100644 config/sync/highwire_markup.markup.jcorex_zotero.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_bookend.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_easybib.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_endnote.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_endnotexml.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_medlars.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_mendeley.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_papers.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_refmanger.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_refworkstagged.yml create mode 100644 config/sync/highwire_markup_display.markup_display.jcorex_zotero.yml diff --git a/config/sync/highwire_citations.exporter.bookend_journal.yml b/config/sync/highwire_citations.exporter.bookend_journal.yml new file mode 100644 index 000000000..efccd9d7d --- /dev/null +++ b/config/sync/highwire_citations.exporter.bookend_journal.yml @@ -0,0 +1,13 @@ +title: 'Bookend Journal' +id: bookend_journal +export_plugin: bookend +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_bookend +uuid: c32b6bf0-3d18-42ee-ae15-1a57f86b539e +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_citations.exporter.easybib_journal.yml b/config/sync/highwire_citations.exporter.easybib_journal.yml new file mode 100644 index 000000000..563bfc01e --- /dev/null +++ b/config/sync/highwire_citations.exporter.easybib_journal.yml @@ -0,0 +1,13 @@ +title: 'Easybib Journal' +id: easybib_journal +export_plugin: easybib +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_easybib +uuid: fbc492d7-9c83-4fa6-887f-712ce5ecbdff +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_citations.exporter.endnote_journal.yml b/config/sync/highwire_citations.exporter.endnote_journal.yml new file mode 100644 index 000000000..9cd238429 --- /dev/null +++ b/config/sync/highwire_citations.exporter.endnote_journal.yml @@ -0,0 +1,13 @@ +title: 'EndNote (tagged) Journal' +id: endnote_journal +export_plugin: endnote +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_endnote +uuid: 182b629f-8779-45a5-a56f-e59b428754f6 +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_citations.exporter.endnotexml_journal.yml b/config/sync/highwire_citations.exporter.endnotexml_journal.yml new file mode 100644 index 000000000..a010420d5 --- /dev/null +++ b/config/sync/highwire_citations.exporter.endnotexml_journal.yml @@ -0,0 +1,13 @@ +title: 'Endnotexml Journal' +id: endnotexml_journal +export_plugin: endnotexml +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_endnotexml +uuid: 2acd47ab-8985-41b0-8022-03999e4ca10c +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_citations.exporter.medlars_journal.yml b/config/sync/highwire_citations.exporter.medlars_journal.yml index dfd10b9f3..695b54821 100644 --- a/config/sync/highwire_citations.exporter.medlars_journal.yml +++ b/config/sync/highwire_citations.exporter.medlars_journal.yml @@ -1,15 +1,15 @@ +title: 'Medlars Journal' +id: medlars_journal +export_plugin: medlars +citations_tokens: "PT|[]\r\nAU|[]\r\nAU|[]\r\nTI|[]\r\nDP|[]\r\nTA|[]\r\nPG|[]\r\nVI|[]\r\nIP|[]\r\n4099|[]\r\n4100|[]\r\nSO|[]" +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_medlars uuid: b345c992-b188-4b13-ad75-57ed1b46c192 langcode: en status: true dependencies: { } _core: default_config_hash: g3tHnNqVAiOd-5AkrXcWAmIaGnZQcS20boy0VVh7euw -title: 'Medlars Journal' -id: medlars_journal -export_plugin: medlars label: null -format_type: null -citations_tokens: "PT|[]\r\nAU|[]\r\nAU|[]\r\nTI|[]\r\nDP|[]\r\nTA|[]\r\nPG|[]\r\nVI|[]\r\nIP|[]\r\n4099|[]\r\n4100|[]\r\nSO|[]" -content_types: null -content_type_prefix: null -citations_markup: null diff --git a/config/sync/highwire_citations.exporter.mendeley_journal.yml b/config/sync/highwire_citations.exporter.mendeley_journal.yml new file mode 100644 index 000000000..1ce059946 --- /dev/null +++ b/config/sync/highwire_citations.exporter.mendeley_journal.yml @@ -0,0 +1,13 @@ +title: 'Mendeley Journal' +id: mendeley_journal +export_plugin: mendeley +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_mendeley +uuid: fbbe6de9-17d5-423b-a1eb-460308bef3d2 +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_citations.exporter.papers_journal.yml b/config/sync/highwire_citations.exporter.papers_journal.yml new file mode 100644 index 000000000..b9e1545ca --- /dev/null +++ b/config/sync/highwire_citations.exporter.papers_journal.yml @@ -0,0 +1,13 @@ +title: 'Papers Journal' +id: papers_journal +export_plugin: papers +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_papers +uuid: 18c3add3-171a-464c-82c5-2fca6021897d +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_citations.exporter.refmanger_journal.yml b/config/sync/highwire_citations.exporter.refmanger_journal.yml new file mode 100644 index 000000000..46c096bc0 --- /dev/null +++ b/config/sync/highwire_citations.exporter.refmanger_journal.yml @@ -0,0 +1,13 @@ +title: 'Ref Manager Journal' +id: refmanger_journal +export_plugin: refmanger +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_refmanger +uuid: f63e9251-9799-47f5-b3ea-b5c1dd3b396f +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_citations.exporter.refworkstagged_journal.yml b/config/sync/highwire_citations.exporter.refworkstagged_journal.yml new file mode 100644 index 000000000..0aa101ba8 --- /dev/null +++ b/config/sync/highwire_citations.exporter.refworkstagged_journal.yml @@ -0,0 +1,13 @@ +title: 'RefWorkstagged Journal' +id: refworkstagged_journal +export_plugin: refworkstagged +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_refworkstagged +uuid: c9e26553-4e7e-4a06-9298-b53abb98c758 +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_citations.exporter.zotero_journal.yml b/config/sync/highwire_citations.exporter.zotero_journal.yml new file mode 100644 index 000000000..1a31e0573 --- /dev/null +++ b/config/sync/highwire_citations.exporter.zotero_journal.yml @@ -0,0 +1,13 @@ +title: 'Zotero Journal' +id: zotero_journal +export_plugin: zotero +citations_tokens: '' +content_types: { } +content_type_prefix: '' +format_type: markup +citations_markup: jcorex_zotero +uuid: f2f67627-23a8-4e27-b091-eaddd913272e +langcode: en +status: true +dependencies: { } +label: null diff --git a/config/sync/highwire_markup.markup.jcorex_bookend.yml b/config/sync/highwire_markup.markup.jcorex_bookend.yml new file mode 100644 index 000000000..8f51c32f0 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_bookend.yml @@ -0,0 +1,10 @@ +uuid: 6384877b-17b5-4bc1-bec2-c96ff5496928 +langcode: en +status: true +dependencies: { } +id: jcorex_bookend +label: 'Jcorex Bookend' +profile_id: jcorex-bookend +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_easybib.yml b/config/sync/highwire_markup.markup.jcorex_easybib.yml new file mode 100644 index 000000000..37ec8f347 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_easybib.yml @@ -0,0 +1,10 @@ +uuid: d5b0fe1e-7270-423d-8b43-22643ff66049 +langcode: en +status: true +dependencies: { } +id: jcorex_easybib +label: 'Jcorex Easybib' +profile_id: jcorex-easybib +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_endnote.yml b/config/sync/highwire_markup.markup.jcorex_endnote.yml new file mode 100644 index 000000000..eb0f998f9 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_endnote.yml @@ -0,0 +1,10 @@ +uuid: 400497d1-1c6b-4982-a882-dc53954253cc +langcode: en +status: true +dependencies: { } +id: jcorex_endnote +label: 'Jcorex Endnote' +profile_id: jcorex-endnote +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_endnotexml.yml b/config/sync/highwire_markup.markup.jcorex_endnotexml.yml new file mode 100644 index 000000000..1a7d35d5a --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_endnotexml.yml @@ -0,0 +1,10 @@ +uuid: 2e878f67-949f-40ef-b11d-977db7b1736f +langcode: en +status: true +dependencies: { } +id: jcorex_endnotexml +label: 'Jcorex Endnotexml' +profile_id: jcorex-endnotexml +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_medlars.yml b/config/sync/highwire_markup.markup.jcorex_medlars.yml new file mode 100644 index 000000000..9713985b1 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_medlars.yml @@ -0,0 +1,10 @@ +uuid: 08bc67ce-d815-4654-875f-1bbf6a63642c +langcode: en +status: true +dependencies: { } +id: jcorex_medlars +label: 'Jcorex Medlars' +profile_id: jcorex-medlars +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_mendeley.yml b/config/sync/highwire_markup.markup.jcorex_mendeley.yml new file mode 100644 index 000000000..da55e6470 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_mendeley.yml @@ -0,0 +1,10 @@ +uuid: 8200a1b5-ab8b-4c8c-b67d-66f9ede66804 +langcode: en +status: true +dependencies: { } +id: jcorex_mendeley +label: 'Jcorex Mendeley' +profile_id: jcorex-mendeley +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_papers.yml b/config/sync/highwire_markup.markup.jcorex_papers.yml new file mode 100644 index 000000000..8fd2b1370 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_papers.yml @@ -0,0 +1,10 @@ +uuid: f1b6eb44-733d-47fd-950c-c0688b0e7b36 +langcode: en +status: true +dependencies: { } +id: jcorex_papers +label: 'Jcorex Papers' +profile_id: jcorex-papers +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_refmanger.yml b/config/sync/highwire_markup.markup.jcorex_refmanger.yml new file mode 100644 index 000000000..a251b3e58 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_refmanger.yml @@ -0,0 +1,10 @@ +uuid: ec042dca-46f7-4901-a1e8-626102d85293 +langcode: en +status: true +dependencies: { } +id: jcorex_refmanger +label: 'Jcorex Refmanger' +profile_id: jcorex-refmanger +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_refworkstagged.yml b/config/sync/highwire_markup.markup.jcorex_refworkstagged.yml new file mode 100644 index 000000000..027e1c6c7 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_refworkstagged.yml @@ -0,0 +1,10 @@ +uuid: 70ad69a0-7612-4b34-bda4-94990e4b57cf +langcode: en +status: true +dependencies: { } +id: jcorex_refworkstagged +label: 'Jcorex RefWorkstagged' +profile_id: jcorex-refworkstagged +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup.markup.jcorex_zotero.yml b/config/sync/highwire_markup.markup.jcorex_zotero.yml new file mode 100644 index 000000000..1e0c8ad57 --- /dev/null +++ b/config/sync/highwire_markup.markup.jcorex_zotero.yml @@ -0,0 +1,10 @@ +uuid: 48710a03-004e-413c-b632-d1bfe8b140a5 +langcode: en +status: true +dependencies: { } +id: jcorex_zotero +label: 'Jcorex Zotero' +profile_id: jcorex-zotero +configuration: { } +dw_logging: null +exists_field: '' diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_bookend.yml b/config/sync/highwire_markup_display.markup_display.jcorex_bookend.yml new file mode 100644 index 000000000..19fdc949e --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_bookend.yml @@ -0,0 +1,17 @@ +uuid: 659b09f3-28e5-424d-9171-c11e62f57d2f +langcode: en +status: true +dependencies: { } +id: jcorex_bookend +label: 'Jcorex Bookend' +configurations: + - + markup_profile: jcorex_bookend + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_easybib.yml b/config/sync/highwire_markup_display.markup_display.jcorex_easybib.yml new file mode 100644 index 000000000..d67648587 --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_easybib.yml @@ -0,0 +1,17 @@ +uuid: 8037fc68-5f64-44e7-aaf6-632125723a2a +langcode: en +status: true +dependencies: { } +id: jcorex_easybib +label: 'Jcorex Easybib' +configurations: + - + markup_profile: jcorex_easybib + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_endnote.yml b/config/sync/highwire_markup_display.markup_display.jcorex_endnote.yml new file mode 100644 index 000000000..95424ec78 --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_endnote.yml @@ -0,0 +1,17 @@ +uuid: 71365bbc-33bf-49d6-86f9-f2e5b3921576 +langcode: en +status: true +dependencies: { } +id: jcorex_endnote +label: 'Jcorex endnote' +configurations: + - + markup_profile: jcorex_endnote + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_endnotexml.yml b/config/sync/highwire_markup_display.markup_display.jcorex_endnotexml.yml new file mode 100644 index 000000000..c37dd9e3c --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_endnotexml.yml @@ -0,0 +1,17 @@ +uuid: 37844653-6ce5-4243-953d-dd84e94e81eb +langcode: en +status: true +dependencies: { } +id: jcorex_endnotexml +label: 'Jcorex Endnotexml' +configurations: + - + markup_profile: jcorex_endnotexml + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_medlars.yml b/config/sync/highwire_markup_display.markup_display.jcorex_medlars.yml new file mode 100644 index 000000000..09169876b --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_medlars.yml @@ -0,0 +1,17 @@ +uuid: edfc13bf-c1fe-4861-927b-640c55d8a278 +langcode: en +status: true +dependencies: { } +id: jcorex_medlars +label: 'Jcorex Medlars' +configurations: + - + markup_profile: jcorex_medlars + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_mendeley.yml b/config/sync/highwire_markup_display.markup_display.jcorex_mendeley.yml new file mode 100644 index 000000000..2e715542c --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_mendeley.yml @@ -0,0 +1,17 @@ +uuid: fa4c0f47-01b3-4c12-80d5-ad387a9b0835 +langcode: en +status: true +dependencies: { } +id: jcorex_mendeley +label: 'Jcorex Mendeley' +configurations: + - + markup_profile: jcorex_mendeley + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_papers.yml b/config/sync/highwire_markup_display.markup_display.jcorex_papers.yml new file mode 100644 index 000000000..29bf9ab23 --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_papers.yml @@ -0,0 +1,17 @@ +uuid: 55692aa0-b15e-48bb-93ad-e888dc6782d0 +langcode: en +status: true +dependencies: { } +id: jcorex_papers +label: 'Jcorex Papers' +configurations: + - + markup_profile: jcorex_papers + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_refmanger.yml b/config/sync/highwire_markup_display.markup_display.jcorex_refmanger.yml new file mode 100644 index 000000000..f41e8484e --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_refmanger.yml @@ -0,0 +1,17 @@ +uuid: 4c0b69cc-1f64-4840-adc3-aaebc85b5938 +langcode: en +status: true +dependencies: { } +id: jcorex_refmanger +label: 'Jcorex Refmanger' +configurations: + - + markup_profile: jcorex_refmanger + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_refworkstagged.yml b/config/sync/highwire_markup_display.markup_display.jcorex_refworkstagged.yml new file mode 100644 index 000000000..c5cde7214 --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_refworkstagged.yml @@ -0,0 +1,17 @@ +uuid: 79b40088-d2a2-4b25-9eec-9625ba9e275b +langcode: en +status: true +dependencies: { } +id: jcorex_refworkstagged +label: 'Jcorex RefWorkstagged' +configurations: + - + markup_profile: jcorex_refworkstagged + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false diff --git a/config/sync/highwire_markup_display.markup_display.jcorex_zotero.yml b/config/sync/highwire_markup_display.markup_display.jcorex_zotero.yml new file mode 100644 index 000000000..e4240268a --- /dev/null +++ b/config/sync/highwire_markup_display.markup_display.jcorex_zotero.yml @@ -0,0 +1,17 @@ +uuid: f44b507f-b6a3-42db-8a2e-efd7b94c3186 +langcode: en +status: true +dependencies: { } +id: jcorex_zotero +label: 'Jcorex Zotero' +configurations: + - + markup_profile: jcorex_zotero + access_rule: '' + field_group_settings: + field_group_formatter: '0' + weight: '1' +markup_field_enabled: false +markup_field_content_types: { } +log: false +render_placeholder: false