[
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Display of feeds for this journal. Displayed on the About and the Submission pages.",
            "is_translatable": true,
            "name": "publication_fees",
            "pretty_name": "Publication Fees",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>You should update this section to show any fees that your journal charges.</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "URL of the Journal's Publisher.",
            "is_translatable": false,
            "name": "publisher_url",
            "pretty_name": "Publisher URL",
            "type": "char"
        },
        "value": {
            "default": "https://a_publisher_url.com"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "URL to an external privacy-policy, linked from the footer. If blank, it links to the Janeway CMS page: /site/privacy.",
            "is_translatable": false,
            "name": "privacy_policy_url",
            "pretty_name": "External Privacy Policy URL",
            "type": "char"
        },
        "value": {
            "default": null
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Name of the Journal's Publisher. Displayed throughout the site and metadata.",
            "is_translatable": true,
            "name": "publisher_name",
            "pretty_name": "Publisher Name",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "<p>Displayed on the About and Submission pages. You should update this to display the Journal's copyright requirements.",
            "is_translatable": true,
            "name": "copyright_notice",
            "pretty_name": "Copyright Notice",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "<p>Displayed on the Submission pages. You should update this to display the Journal's acceptance criteria.",
            "is_translatable": true,
            "name": "acceptance_criteria",
            "pretty_name": "Acceptance Criteria",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "<p>Overrides the term \"Collections\" across all the templates.</p>",
            "is_translatable": true,
            "name": "collection_name",
            "pretty_name": "Collection Name",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "<p>Overrides the term \"Collections\" across all the templates.</p>",
            "is_translatable": true,
            "name": "collection_name_plural",
            "pretty_name": "Collection Name Plural",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Displayed on the About and Submission pages. You should update this with an ordered list of submission requirements.",
            "is_translatable": true,
            "name": "submission_checklist",
            "pretty_name": "Submission Checklist",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "System emails are sent From this address.",
            "is_translatable": false,
            "name": "from_address",
            "pretty_name": "From Address",
            "type": "char"
        },
        "value": {
            "default": "noreply@example.org"
        },
        "editable_by": [
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Address set as the 'Reply-to' for system emails.",
            "is_translatable": false,
            "name": "replyto_address",
            "pretty_name": "Reply-To Address",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to editors when they are assigned to a submission.",
            "is_translatable": true,
            "name": "editor_assignment",
            "pretty_name": "Editor Assignment",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ editor.salutation_name }}, </p><p>You have been assigned as an editor to \"{{ article.safe_title }}\" in the journal {{ request.journal.name }}.</p><p>If you are unable to be the editor for this article, please reply to this email.</p><p>You can view this article's data on the journal site: {{ review_in_review_url }} </p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to authors when they have submitted an article.",
            "is_translatable": true,
            "name": "submission_acknowledgement",
            "pretty_name": "Submission Acknowledgement",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ article.correspondence_author.salutation_name }}, <br><br>Thank you for submitting \"{{ article }}\" to {{ article.journal }}.<br><br> Your work will now be reviewed by an editor and we will be in touch as the peer-review process progresses.<br><br>Regards,<br>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to editors when a reviewer accepts or declines a review.",
            "is_translatable": true,
            "name": "reviewer_acknowledgement",
            "pretty_name": "Reviewer Acknowledgement",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ review_assignment.editor.salutation_name }},<br/><br/>This is a notification that the reviewer {{ review_assignment.reviewer.full_name }} has responded to your review request for \" #{{ article.pk }}: {{ article.safe_title }}\" in {{ article.journal.name }} and have {{ reviewer_decision }} to perform the review. You can view more information on the journal site: {{ review_in_review_url }} "
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to authors when requesting revisions.",
            "is_translatable": true,
            "name": "request_revisions",
            "pretty_name": "Request Revisions",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ article.correspondence_author.salutation_name|se_can_see_pii:article }},</p><p>We are requesting that you make some changes to your paper.</p><p>You can access your revision here: {{ do_revisions_url }}</p><p>Your revisions are due on {{ revision.date_due }}.</p><p>Regards,</p>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to reviewers when they agree to undertake a review.",
            "is_translatable": true,
            "name": "review_accept_acknowledgement",
            "pretty_name": "Review Acceptance Acknowledgement",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ review_assignment.reviewer.salutation_name }}, <br/><br/>Thank you for agreeing to review \"{{ article.safe_title }}\" in {{ article.journal.name }}. <br/><br/>You can now access the manuscript and the review process at: {{ review_url }}  <br/><br/>Regards, <br/>{{ review_assignment.editor.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to reviewers when they complete a review.",
            "is_translatable": true,
            "name": "review_complete_reviewer_acknowledgement",
            "pretty_name": "Review Complete Acknowledgement",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ review_assignment.reviewer.salutation_name }}, </p><p>Thank you for completing your review of \"{{ article.safe_title }}\" in {{ article.journal.name }}. </p><p>We are extremely grateful for the work of reviewers, which greatly enhances the quality of the journal. </p><p>Thank you again and regards,</p><p>{{ review_assignment.editor.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent when a review assignment is updated.",
            "is_translatable": true,
            "name": "review_request_sent",
            "pretty_name": "Review Request Update",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ review_assignment.editor.salutation_name }}, <br><br>This is a notification that the reviewer status on \"{{ article.safe_title }}\" in {{ article.journal.name }} has been <a href=\"{% journal_url 'review_in_review' review_assignment.article.pk  %}\">updated</a>. <br><br>Regards, <br>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to editors when a reviewer complete a review.",
            "is_translatable": true,
            "name": "review_complete_acknowledgement",
            "pretty_name": "Review Complete Update",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ review_assignment.editor.salutation_name }},</p><p>{{ review_assignment.reviewer.full_name }} has completed their review of \"{{ review_assignment.article.title }}\"{% if review_assignment.decision %} with this recommendation: {{ review_assignment.get_decision_display }}{% endif %}.</p><p>You can view more information on the journal site: {% journal_url 'review_view_review' review_assignment.article.pk review_assignment.pk %}</p><p>Regards,</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to reviewers when they decline to undertake a review.",
            "is_translatable": true,
            "name": "review_decline_acknowledgement",
            "pretty_name": "Review Decline Acknowledgement",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ review_assignment.reviewer.salutation_name }}, \n\nThank you for letting us know that you are unable to review \"{{ article.safe_title }}\" in {{ article.journal.name }}.\n\n We are most grateful for your time.\n\nRegards,\n{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to reviewers to request a review.",
            "is_translatable": true,
            "name": "review_assignment",
            "pretty_name": "Review Assignment",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ review_assignment.reviewer.salutation_name }},<br/><br/>We are requesting that you undertake a review of \"{{ article.safe_title }}\" in {{ article.journal.name }}.<br/><br/>We would be most grateful for your time as the feedback from our reviewers is of the utmost importance to our editorial decision-making processes.<br/><br/>You can let us know your decision or decline to undertake the review: {{ review_url }} <br/><br/>{{ article_details }}<br/><br/>Regards,<br/>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email to remind reviewers of a new request.",
            "is_translatable": true,
            "name": "default_review_reminder",
            "pretty_name": "Default Review Reminder",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ review_assignment.reviewer.salutation_name }},<br/><br/>We recently sent you an email requesting that you undertake a review of \"{{ article.safe_title }}\" in {{ article.journal.name }}.<br/><br/>We would be most grateful for your time as the feedback from our reviewers is of the utmost importance to our editorial decision-making processes.<br/><br/>We would appreciate it if you could let us know your decision or decline to undertake the review: {{ review_url }} <br/><br/>Regards,<br/>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Notify reviewer of accepted request and remind them to review submission.",
            "is_translatable": true,
            "name": "accepted_review_reminder",
            "pretty_name": "Accepted Review Reminder",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ review_assignment.reviewer.salutation_name }},<br/><br/>You recently agreed undertake a review of \"{{ article.safe_title }}\" in {{ article.journal.name }}.<br/><br/>We would be most grateful for your time as the feedback from our reviewers is of the utmost importance to our editorial decision-making processes.<br/><br/>Check our site to undertake the review: {{ review_url }} <br/><br/>Regards,<br/>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to authors when an article is accepted.",
            "is_translatable": true,
            "name": "review_decision_accept",
            "pretty_name": "Article Review Accept",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ article.correspondence_author.salutation_name|se_can_see_pii:article }},<br/><br/>We are happy to inform you that your article, \"{{ article.safe_title }}\", has been accepted in {{ article.journal.name }}. Thank you for submitting such a strong manuscript.<br/></p><p>Peer review reports and feedback on the manuscript can be viewed at: {{ review_url }} </p><p>We will be back in touch soon to discuss the next stages of production.</p><p><br/>Regards,</p><p><br/>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to authors when an article is declined.",
            "is_translatable": true,
            "name": "review_decision_decline",
            "pretty_name": "Article Review Decline",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ article.correspondence_author.salutation_name|se_can_see_pii:article }},<br><br>We are sorry to inform you that \"{{ article.safe_title }}\" has been declined in {{ article.journal.name }}.<br><br>You can view your reviews and feedback on the manuscript at: {{ review_url }} <br><br>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to authors when a decision to decline an article is reversed.",
            "is_translatable": true,
            "name": "review_decision_undecline",
            "pretty_name": "Undo Article Rejection",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ article.correspondence_author.salutation_name }},<br><br>We wish to inform you that the earlier decision to decline \"{{ article.safe_title }}\" in {{ article.journal.name }} has been reversed. The article is now being reconsidered.<br><br>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to editors when they are unassigned from an article",
            "is_translatable": true,
            "name": "unassign_editor",
            "pretty_name": "Unassign Editor",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ assignment.editor.salutation_name }},</p><p>We are writing to let you know that you have been unassigned from the article \"{{ article.safe_title }}\" in {{ article.journal.name }}.</p><p>Regards,</p>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Unassign Editor Email",
            "is_translatable": true,
            "name": "subject_unassign_editor",
            "pretty_name": "Subject Unassign Editor",
            "type": "char"
        },
        "value": {
            "default": "Unassigned as Editor"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to reviewers when a review request is withdrawn.",
            "is_translatable": true,
            "name": "review_withdrawl",
            "pretty_name": "Review Withdrawl",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ review_assignment.reviewer.salutation_name }},</p><p>We are writing to let you know that the review request for \"{{ article.safe_title }}\" in {{ article.journal.name }} has been cancelled.</p><p>We thank you for your time but your review is no longer required.</p><p>Regards,</p>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Primary contact for the journal.",
            "is_translatable": true,
            "name": "main_contact",
            "pretty_name": "Main Contact",
            "type": "text"
        },
        "value": {
            "default": "{{ request.journal_settings.general.main_contact }}\n{{ request.journal.name }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Tacked onto the end of system automated emails where there is no actor.",
            "is_translatable": true,
            "name": "auto_signature",
            "pretty_name": "Auto Signature",
            "type": "rich-text"
        },
        "value": {
            "default": "{{ request.journal_settings.general.main_contact }}\n{{ request.journal.name }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Preprints"
        },
        "setting": {
            "description": "The maximum number of preprint DOIs that are allowed each month without the author paying.",
            "is_translatable": false,
            "name": "max_dois",
            "pretty_name": "Maximum preprint DOIs per month",
            "type": "number"
        },
        "value": {
            "default": "100"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Preprints"
        },
        "setting": {
            "description": "Allow authors to select to make their works publicly available during ongoing review.",
            "is_translatable": false,
            "name": "enable_preprints",
            "pretty_name": "Enable Preprints",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "When enabled, we will send all log entries to slack.",
            "is_translatable": false,
            "name": "slack_logging",
            "pretty_name": "Slack Logging",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "Whether or not to use Crossref DOIs.",
            "is_translatable": false,
            "name": "use_crossref",
            "pretty_name": "Use Crossref DOIs",
            "type": "boolean"
        },
        "value": {
            "default": "on"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "Whether or not to automatically register DOIs with Crossref at acceptance. If set to false, DOIs are generated at acceptance but should manually registered. Has no effect if `use_crossref` if off.",
            "is_translatable": false,
            "name": "register_doi_at_acceptance",
            "pretty_name": "Register DOI at acceptance",
            "type": "boolean"
        },
        "value": {
            "default": "on"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "Whether or not to use Crossref's test server.",
            "is_translatable": false,
            "name": "crossref_test",
            "pretty_name": "Use Crossref test deposit server",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "The username to log in to Crossref's deposit API.",
            "is_translatable": false,
            "name": "crossref_username",
            "pretty_name": "Crossref username",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "The password to log in to Crossref's deposit API.",
            "is_translatable": false,
            "name": "crossref_password",
            "pretty_name": "Crossref password",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "The prefix for this journal on Crossref's system.",
            "is_translatable": false,
            "name": "crossref_prefix",
            "pretty_name": "Crossref prefix",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "The name of the depositor for this journal on Crossref's system.",
            "is_translatable": false,
            "name": "crossref_name",
            "pretty_name": "Crossref depositor name",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "The email of the depositor for this journal on Crossref's system.",
            "is_translatable": false,
            "name": "crossref_email",
            "pretty_name": "Crossref depositor email",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "The name of the registrant for this journal on Crossref's system.",
            "is_translatable": false,
            "name": "crossref_registrant",
            "pretty_name": "Crossref registrant name",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "Text to prepend to DOIs. Also used to generate URLs.",
            "is_translatable": false,
            "name": "doi_display_prefix",
            "pretty_name": "DOI display prefix",
            "type": "char"
        },
        "value": {
            "default": "https://doi.org/"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "Text to append to DOIs. Also used to generate URLs.",
            "is_translatable": false,
            "name": "doi_display_suffix",
            "pretty_name": "DOI display suffix",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Name of the journal.",
            "is_translatable": true,
            "name": "journal_name",
            "pretty_name": "Journal Name",
            "type": "char"
        },
        "value": {
            "default": "Janeway JS"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "The ISSN of the journal.",
            "is_translatable": false,
            "name": "journal_issn",
            "pretty_name": "Journal ISSN",
            "type": "char"
        },
        "value": {
            "default": "0000-0000"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "The ISSN of the printed version of the journal.",
            "is_translatable": false,
            "name": "print_issn",
            "pretty_name": "Print ISSN",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "The HTML theme set to use for the journal.",
            "is_translatable": false,
            "name": "journal_theme",
            "pretty_name": "Journal Theme",
            "type": "select"
        },
        "value": {
            "default": "OLH"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "When using a custom theme you can set the base theme, when a template from a custom theme is missing templates from the base theme will be used as a backup.",
            "is_translatable": false,
            "name": "journal_base_theme",
            "pretty_name": "Journal Base Theme",
            "type": "select"
        },
        "value": {
            "default": "OLH"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Guide shown to Copyeditors.",
            "is_translatable": true,
            "name": "copyediting_guidelines",
            "pretty_name": "Copyediting Guidelines",
            "type": "rich-text"
        },
        "value": {
            "default": "Here are some guidelines."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Guide shown to Author during Copyediting.",
            "is_translatable": true,
            "name": "author_copyediting_guidelines",
            "pretty_name": "Author Copyediting Guidelines",
            "type": "rich-text"
        },
        "value": {
            "default": "Here are some guidelines."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to copyeditors.",
            "is_translatable": true,
            "name": "copyeditor_assignment_notification",
            "pretty_name": "Copyedit Notify Copyeditor",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ assignment.copyeditor.salutation_name }},<br/><br/>We are requesting that your undertake a copyedit for the article \"{{ assignment.article.safe_title }}\".<br/><br/>This assignment is due on {{ assignment.due }}. You can access this task on the\u00a0journal site: {{ copyedit_requests_url }} </p><p><br/>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to editor when copyedits are complete.",
            "is_translatable": true,
            "name": "copyeditor_notify_editor",
            "pretty_name": "Copyedit Notify Editor",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ assignment.editor.salutation_name }},<br/><br/>The copyedit task is now complete. You can view more information in the journal site: {{ article_copyediting_url }} <br/><br/>Regards, <br/>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Author asking them to review copyedits.",
            "is_translatable": true,
            "name": "copyeditor_notify_author",
            "pretty_name": "Copyedit Notify Author",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ assignment.article.correspondence_author.salutation_name }},<br/><br/>The copyeditor has completed their task, you can review the copyedits: {{ author_copyedit_url }} <br/><br/>Regards, <br/>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Copyeditor asking them to undertake further copyedits.",
            "is_translatable": true,
            "name": "copyeditor_reopen_task",
            "pretty_name": "Copyedit Reopen Task",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ assignment.copyeditor.salutation_name }},<br/><br/>We are requesting further copyedits article \"{{ assignment.article.safe_title }}\". You can access this task on the\u00a0journal site: {{ copyedit_requests_url }} <br/><br/>[ADD FEEDBACK HERE].<br/><br/>Regards, <br/>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Copyeditor to thank them.",
            "is_translatable": true,
            "name": "copyeditor_ack",
            "pretty_name": "Copyedit Acknowledge",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ assignment.copyeditor.salutation_name }},</p><p>Thank you for your efforts in copyediting this article.</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Editor when an author copyedit review is complete.",
            "is_translatable": true,
            "name": "author_copyedit_complete",
            "pretty_name": "Author Copyediting Complete",
            "type": "rich-text"
        },
        "value": {
            "default": "Dear {{ copyedit.editor.salutation_name }},<br/><br/>The author {{ author_review.author.full_name }} has completed their review.<br/><br/>Their comments can be accessed here: {{ editor_review_url }} <br/>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Guidelines displayed to the typesetter.",
            "is_translatable": true,
            "name": "typesetting_guide",
            "pretty_name": "Typesetting Guidelines",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>When uploading galleys, please label them by the format, such as “XML” or “PDF”.</p><p>XML and HTML galleys can be previewed after uploading to check how they will be rendered when published.</p><p>The Galleys section should only contain one representative file for each format. If you are uploading the first version of a new format, please upload a new Galley (typeset file). If you are making revisions or corrections to an existing format, please use select <strong>Edit</strong> and then upload the new version, rather than adding a new Galley.</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Production Manager on assignment.",
            "is_translatable": true,
            "name": "production_manager_notification",
            "pretty_name": "Production Manager Assignment Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ production_assignment.production_manager.salutation_name }},</p><p>This is an automatic notification from {{ request.user.full_name }} that you have been assigned to the production of article {{ production_assignment.article.safe_title }}. You can view further information on this here: {{ production_article_url }} </p><p>Regards,</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Typesetter on task assignment.",
            "is_translatable": true,
            "name": "typesetter_notification",
            "pretty_name": "Typesetter Assignment Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ typeset_task.typesetter.salutation_name }},</p><p>This is a notification from {{ request.user.full_name }} that you have been assigned to the production of article {{ typeset_task.assignment.article.safe_title }}. </p><p>You can view further information on this here: {{ typesetter_requests_url }} </p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Production Manager on typeset task complete.",
            "is_translatable": true,
            "name": "typesetter_complete_notification",
            "pretty_name": "Typesetter Complete Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ production_assignment.production_manager.salutation_name }},</p><p>This is a notification from {{ request.user.full_name }} that typesetting for article {{ production_assignment.article.safe_title }} has been completed. You can view further information on the journal site.: {{ production_article_url }} /p><p>Regards,<br/></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Typesetter to acknowledge a completed task.",
            "is_translatable": true,
            "name": "typeset_ack",
            "pretty_name": "Typesetter Acknowledgement",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ production_assignment.editor.salutation_name }},</p><p>Production for article {{ article.safe_title }} has been completed.</p><p>Regards</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Editors when Production is Complete.",
            "is_translatable": true,
            "name": "production_complete",
            "pretty_name": "Production Complete",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>This is a notification to inform you that Production is complete for article \"{{ article.safe_title}}\".</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Typesetter to inform them that a task has been re-opened.",
            "is_translatable": true,
            "name": "typeset_reopened",
            "pretty_name": "Typeset Task Reopened",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ typeset_task.typesetter.salutation_name }}</p><p>Thanks for your efforts typesetting the article, {{ typeset_task.article }}. This task has now been re-opened for further work: {{ proofing_requests_url }} </p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Auto email sent to Proofing Manager when they are assigned.",
            "is_translatable": true,
            "name": "notify_proofing_manager",
            "pretty_name": "Notify Proofing Manager",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ proofing_assignment.proofing_manager.salutation_name }},</p><p>You have been assigned as the Proofing Manager: {{ proofing_article_url }} for {{ article.safe_title }}.</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p><p><br/></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the proofing manager on completion.",
            "is_translatable": true,
            "name": "notify_proofreader_complete",
            "pretty_name": "Notify Proofreader Complete",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ proofing_task.round.assignment.proofing_manager.salutation_name }},<br/><br/>I have completed proofreading: {{ proofing_article_url }} for \"{{ proofing_task.round.assignment.article.safe_title }}\".<br/></p><p><br/>Regards,</p><p>{{ request.user.signature|safe }}</p><p><br/></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to a proofreader when they are given an assignment.",
            "is_translatable": true,
            "name": "notify_proofreader_assignment",
            "pretty_name": "Notify Proofreader of Assignment",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ proofing_task.proofreader.salutation_name }},</p><p>You have been assigned a proofreading task: {{ proofing_requests_url }} for \"{{ article.safe_title }}\". We would be most grateful for your assistance in proofreading this article.</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p><p><br/></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the typesetter requesting changes based on Proofing feedback.",
            "is_translatable": true,
            "name": "notify_typesetter_proofing_changes",
            "pretty_name": "Notify Typesetter of Proofreading Feedback",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ typesetter_proofing_task.typesetter.salutation_name }},</p><p>Changes have been requested for article \"{{ article.safe_title }}\".</p><p>You can access this request from the requests page: {{ proofing_requests_url }} /p><p>Regards,<br/></p><p>{{ request.user.signature|safe }}</p><p><br/></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the typesetter and proofreaders thanking them.",
            "is_translatable": true,
            "name": "thank_proofreaders_and_typesetters",
            "pretty_name": "Thank Proofreaders and Typesetters",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ user.salutation_name }}</p><p>Thank you for your efforts during the production of \"{{ article.safe_title }}\".</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p><p><br></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the Editor when Proofing is complete.",
            "is_translatable": true,
            "name": "notify_editor_proofing_complete",
            "pretty_name": "Notify Editor that Proofreading is Complete",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ proofing_assignment.editor.salutation_name }},</p><p>Proofing for \"{{ article.safe_title }}\" is now complete.</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p><p><br/></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the proofreader when the manager cancels their task.",
            "is_translatable": true,
            "name": "notify_proofreader_cancelled",
            "pretty_name": "Notify Proofreader of Cancellation",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ proofing_task.proofreader.salutation_name }},<br><br>The proofreading task for \"{{ proofing_task.round.assignment.article.safe_title }}\" that was due on {{ proofing_task.due }} has been cancelled.</p><p><br>{% if user_content_message %}{{ user_content_message|safe }}{% endif %}</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Notify the proofing manager that corrections are complete.",
            "is_translatable": true,
            "name": "typesetter_corrections_complete",
            "pretty_name": "Corrections Complete",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ article.proofingassignment.proofing_manager.salutation_name }}</p><p>I have completed the proofing corrections: {{ proofing_article_url }} requested on \"{{ article }}\".</p><p>Regards,<br/></p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Notify the author of their publication date and time.",
            "is_translatable": true,
            "name": "author_publication",
            "pretty_name": "Author Publication Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ article.correspondence_author.salutation_name }}<br><br>We are pleased to say that your article, \"{{ article.safe_title }}\", is set for publication on {{ article.date_published|date:'Y-m-d' }} at {{ article.date_published|date:'H:i' }} {{ article.date_published.tzinfo.zone }}.</p><p>You may want to consider one or more of the following in order to promote your research:</p><ul><li>Email a link to your paper to colleagues</li><li>Write a blog post about your paper</li><li>Upload it to your institutional repository or a subject repository.</li><li>Add to Wikipedia <a href=\"https://en.wikipedia.org/wiki/Wikipedia:Research_help/Scholars_and_experts\">where appropriate</a></li></ul><p>Regards,<br></p><p>{{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Guidelines displayed to the proofreader.",
            "is_translatable": true,
            "name": "proofreading_guide",
            "pretty_name": "Proofreading Guidelines",
            "type": "rich-text"
        },
        "value": {
            "default": "Here are some guidelines."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Guidelines displayed to the editor on the review page.",
            "is_translatable": true,
            "name": "review_steps",
            "pretty_name": "Review steps",
            "type": "rich-text"
        },
        "value": {
            "default": "<ol><li>Add files to your review round.</li><li>Select reviewers for your review round.</li><li>Once reviews are complete decide if revisions are required, if they are: add a revision task.</li><li>After revisions are complete, you may want to add a new round of peer review, go to: 1.</li></ol>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Guidelines displayed to the editor on the copyediting page.",
            "is_translatable": true,
            "name": "copyediting_steps",
            "pretty_name": "Copyediting steps",
            "type": "rich-text"
        },
        "value": {
            "default": "<ol><li>Start a copyedit assignment: <ul><li>Choose a copyeditor</li><li>Choose the files available for the copyeditor</li><li>Add instructions and due date</li></ul></li><li>Request the author to review the copyedit task</li><li>After the review, you can: <ul><li>Accept the copyedit</li><li>Reopen the copyedit task and move back to step 1.</li></ul></li></ol>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Guidelines displayed to the production manager on the production stage.",
            "is_translatable": true,
            "name": "production_steps",
            "pretty_name": "Production steps",
            "type": "rich-text"
        },
        "value": {
            "default": "Recommended steps for completing the Production stage:<ol><li>Assign a Typesetter (optional){% if production_assignment.typeset_tasks %}<i style=\"color: green;\" class=\"fa fa-check-circle info\">&nbsp;</i> {% endif %}</li>{% for task in production_assignment.typeset_tasks %}<li>Review typesetting task by {{ task.typesetter.full_name }} {% if task.editor_reviewed %}<i style=\"color: green;\" class=\"fa fa-check-circle info\">&nbsp;</i> {% endif %}</li>{% endfor %}<li>Have at least one Galley file uploaded (required) {% if article.has_galley %} <i style=\"color: green;\" class=\"fa fa-check-circle info\">&nbsp;</i>{% endif %}</li></ol>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Guidelines displayed to the proofing manager on the proofing stage.",
            "is_translatable": true,
            "name": "proofing_steps",
            "pretty_name": "Proofing steps",
            "type": "rich-text"
        },
        "value": {
            "default": "<ol><li>Select proofreaders for this proofing round.</li><li>Once proofing is completed decide:<ul><li>Request changes (sends the article back to the typesetter)</li><li>Acknowledge the task</li></ul></li><li>(optional) If changes have been completed, you may want to start a new round of Proofing and move to 1.</li><li>Finally, click \"Complete proofing\"</li></ol>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "When enabled, non staff will not be able to access the site.",
            "is_translatable": false,
            "name": "maintenance_mode",
            "pretty_name": "Enable Maintenance Mode",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Message displayed when maintenance mode is enabled.",
            "is_translatable": true,
            "name": "maintenance_message",
            "pretty_name": "Maintenance Mode Message",
            "type": "rich-text"
        },
        "value": {
            "default": "This server has been set to Maintenance Mode. It will be back shortly."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If checked, editorial team link will display in Navigation.",
            "is_translatable": false,
            "name": "enable_editorial_display",
            "pretty_name": "Enable Editorial Team Display",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "styling"
        },
        "setting": {
            "description": "If checked, the journal title will be displayed on the top bar of the site (not supported on Material theme)",
            "is_translatable": false,
            "name": "display_journal_title",
            "pretty_name": "Enable Journal title in Navbar",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "If checked, the article large image will not be displayed on the article page",
            "is_translatable": false,
            "name": "disable_article_large_image",
            "pretty_name": "Disable article large image",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "If checked, no article thumbnails will be rendered on public article lists",
            "is_translatable": false,
            "name": "disable_article_thumbnails",
            "pretty_name": "Disable article thumbnails",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "styling"
        },
        "setting": {
            "description": "If checked, editorial groups will have their own pages.",
            "is_translatable": false,
            "name": "multi_page_editorial",
            "pretty_name": "Enable Multi Page Editorial Team Display (is overwritten by Enable Team Display)",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent when user requests a password reset.",
            "is_translatable": true,
            "name": "password_reset",
            "pretty_name": "Password Reset",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ reset_token.account.salutation_name }},<br/><br/>A password reset for your account has been requested. You can reset your password at the following link:</p><p><a href=\"{{ core_reset_password_url }}\">{{ core_reset_password_url }}</a></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent when user registers.",
            "is_translatable": true,
            "name": "new_user_registration",
            "pretty_name": "New User Registration",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ user.salutation_name }}<br/><br/>Thank you for registering for {{ site_name }}. You can confirm your account at the following link:</p><p><a href=\"{{ core_confirm_account_url }}\">{{ core_confirm_account_url }}</a></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled, Sections Editors can only make a draft of a decision for a Senior Editor to review.",
            "is_translatable": false,
            "name": "draft_decisions",
            "pretty_name": "Draft Decisions",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled, reviewers will be able to save the progress in a peer-review and come back later to complete it (Only recommended journals using custom review forms that are particularly long)",
            "is_translatable": false,
            "name": "enable_save_review_progress",
            "pretty_name": "Enable save review progress",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent when a section editor makes a draft decision.",
            "is_translatable": true,
            "name": "draft_message",
            "pretty_name": "Draft Decisions Message",
            "type": "rich-text"
        },
        "value": {
            "default": "A section editor has made a draft decision: {{ review_in_review_url }} regarding an article in your section: {{ article.safe_title }}.<br/><br/>The draft decision is [[DECISION TEXT ]].<br/><br/>Regards,<br/><br/>{{ request.user.signature|safe }} "
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the Editor when a section editor makes a draft decision.",
            "is_translatable": true,
            "name": "draft_editor_message",
            "pretty_name": "Draft Decisions Editor Message",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>{{ draft.section_editor.full_name }} has drafted a decision for {{ article.safe_title }}.</p><p>The section editor provided the following message:</p><p>{{ draft.message_to_editor|safe }}</p><p>You can view the draft decision on the\u00a0journal site: {{ review_edit_draft_decision_url }} <br/></p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the Editor when there is a new submission.",
            "is_translatable": true,
            "name": "editor_new_submission",
            "pretty_name": "New Submission for Editor",
            "type": "rich-text"
        },
        "value": {
            "default": "A new article, {{ article.safe_title }}, has been submitted.<br/><br/>You can assign an editor Here: {{ review_unassigned_article_url }} <br/><br/>Regards, <br/>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled, only Doc, Docx, RTF and ODT files will be accepted during submission.",
            "is_translatable": false,
            "name": "limit_manuscript_types",
            "pretty_name": "Limit Manuscript Types",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "NOTE: This setting is deprecated--please use Notify Section Editors of Publication instead. Email sent to the Section Editor when article is published.",
            "is_translatable": true,
            "name": "section_editor_pub_notification",
            "pretty_name": "Section Editor Publication Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ editor.salutation_name }},</p><p>An article that you served as section editor for, {{ article.safe_title }}, has been set for publication.<br><br>The article will be published on {{ article.date_published }}<br><br>Regards,"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the Peer Reviewer when article is published.",
            "is_translatable": true,
            "name": "peer_reviewer_pub_notification",
            "pretty_name": "Peer Reviewer Publication Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear reviewers,</p><p>An article that you served as peer reviewer for, \"{{ article.safe_title }}\", has been set for publication.<br><br>The article will be published on {{ article.date_published }}.<br><br>Regards,"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled, one click access links are emailed to reviewers.",
            "is_translatable": false,
            "name": "enable_one_click_access",
            "pretty_name": "Enable One Click Review Access",
            "type": "boolean"
        },
        "value": {
            "default": "on"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled, the review dashboard will show all active reviews, otherwise just a count of completed reviews",
            "is_translatable": false,
            "name": "enable_expanded_review_details",
            "pretty_name": "Enable expanded review details",
            "type": "boolean"
        },
        "value": {
            "default": "on"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Digest email sent to editors..",
            "is_translatable": true,
            "name": "editor_digest",
            "pretty_name": "Editor Digest",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Unassigned Articles:</p><ul>{% for article in unassigned_articles %}<li>{{ article.safe_title }}</li>{% endfor %}</ul><p>Overdue Reviews</p><ul>{% for review in overdue_reviews %}<li>{{ review.reviewer.full_name }} for article {{ review.article.safe_title }}.</li>{% endfor %}</ul><p>Overdue Revisions</p><ul>{% for revision in overdue_revisions %}<li>{{ revision.article.correspondence_author.full_name }} for article {{ review.article.safe_title }}.</li>{% endfor %}</ul><p>Overdue Proofing</p><ul>{% for proofing in overdue_proofing %}<li>{{ proofing.proofreader.full_name }} for article {{ proofing.round.assignment.article.safe_title }}</li>{% endfor %}</ul><p>Awaiting Publication</p><ul>{% for article in awaiting_publication %}<li>{{ article.safe_title }}</li>{% endfor %}</ul>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Reviewers.",
            "is_translatable": true,
            "name": "reviewer_digest",
            "pretty_name": "Review Digest",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Review Requests</p><ul>{% for review in pending_requests %}<li>{{ review.article.safe_title }} due on {{ review.date_due }}</li>{% endfor %}</ul><p>Overdue Requests</p><ul>{% for review in overdue_requests %}<li>{{ review.article.safe_title }} due on {{ review.date_due }}</li>{% endfor %}</ul>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to Revision People.",
            "is_translatable": true,
            "name": "revision_digest",
            "pretty_name": "Revision Digest",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Revision Requests</p><ul>{% for revision in pending_requests %}<li>{{ revision.article.safe_title }} due on {{ revision.date_due }}</li>{% endfor %}</ul><p>Overdue Requests</p><ul>{% for revision in overdue_requests %}<li>{{ revision.article.safe_title }} due on {{ revision.date_due }}</li>{% endfor %}</ul>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "You can set your DOI pattern. The default is ``{{ article.journal.code }}.{{ article.pk }}``",
            "is_translatable": false,
            "name": "doi_pattern",
            "pretty_name": "Article DOI Pattern",
            "type": "char"
        },
        "value": {
            "default": "{{ article.journal.code }}.{{ article.pk }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Used for URL generation.",
            "is_translatable": false,
            "name": "is_secure",
            "pretty_name": "Journal Uses HTTPS",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "crosscheck"
        },
        "setting": {
            "description": "Used to submit files for review",
            "is_translatable": false,
            "name": "username",
            "pretty_name": "Username for crosscheck/ithenticate",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "crosscheck"
        },
        "setting": {
            "description": "If enabled, links to crosscheck reports will be displayed",
            "is_translatable": false,
            "name": "enable",
            "pretty_name": "Enable Crosscheck",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "crosscheck"
        },
        "setting": {
            "description": "Used to submit files for review",
            "is_translatable": false,
            "name": "password",
            "pretty_name": "Password for crosscheck/ithenticate",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Selected Editors will receive a submission notification. If None, all Editors are emailed.",
            "is_translatable": false,
            "name": "editors_for_notification",
            "pretty_name": "Editors Notified on Submission",
            "type": "json"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "A set of generic guidelines that reviewers should follow whilst undertaking review for this journal.",
            "is_translatable": true,
            "name": "reviewer_guidelines",
            "pretty_name": "Reviewer Guidelines",
            "type": "rich-text"
        },
        "value": {
            "default": "<p><strong>Review feedback</strong></p><p>1) Recommendation:</p><p>Please indicate which of the following options you recommend for this article: Accept; Minor Revisions; Major Revisions; Reject.</p><p>2) Content and argument:</p><p>Please comment on the originality, relevance and scholarly rigour of the article.</p><p>Please comment on whether existing literature in this area has been considered: is any relevant work missing? Are references to existing work accurate?</p><p>Do the introduction and conclusion reflect the argument in the main text?</p><p>Please comment on whether the abstract adequately summarises the article.</p><p>3) Writing style:</p><p>Is the manuscript logically structured and does the argument flow coherently?</p><p>Does the introduction detail the argument in a logical way and does the conclusion adequately summarise it?</p><p>Please comment on the quality of the writing style, commenting as appropriate on spelling, punctuation and grammar.</p><p><br /> </p><p>4) Figures:</p><p>Please comment on the article&rsquo;s use of tables, charts, figures, images or maps.</p><p>Please note if any of the above are missing captions or keys, or require any further editing.</p>\n<p>5) Formatting:</p><p>Does the manuscript adhere to the journal's guidelines?</p><p>Are citations and references formatted to house style?</p><p>6) General comments</p><p> If desired, please provide further comments and suggestions for improvement.</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Sets Open, Single Anonymous or Double Anonymous as the default for the anonymity drop down when creating a review assignment.",
            "is_translatable": false,
            "name": "default_review_visibility",
            "pretty_name": "Default Review Anonymity",
            "type": "select"
        },
        "value": {
            "default": "double-blind"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "The default number of days before a review assignment is due.",
            "is_translatable": false,
            "name": "default_review_days",
            "pretty_name": "Default Number of Days for Review",
            "type": "number"
        },
        "value": {
            "default": "56"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Sent when a user is assigned to production.",
            "is_translatable": true,
            "name": "production_assign_article",
            "pretty_name": "Production Assign Article",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ user.salutation_name }}<br/><br/>This is an automatic notification from {{ request.journal.name }} that you have been assigned to the production of article {{ article.safe_title }}. You can view further information on this on the journal site: {{ url }} </p><p>Regards,</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Webhook for sending slack messages.",
            "is_translatable": false,
            "name": "slack_webhook",
            "pretty_name": "Slack Webhook",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Send to a user specified in notification manager.",
            "is_translatable": true,
            "name": "notification_submission",
            "pretty_name": "Submission Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ notification.user.salutation_name }},<br/><br/>This email is to notify you that {{ article.correspondence_author.full_name }} has submitted article \"{{ article.safe_title }}\" to  {{ article.journal.name }}.</p><p>You can review the metadata in the journal site: {{ review_unassigned_url }} </p><p>Regards,</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Localised description of the journal.",
            "is_translatable": true,
            "name": "journal_description",
            "pretty_name": "Journal Description",
            "type": "rich-text"
        },
        "value": {
            "default": "A journal."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Localised description of the journal specifically for the press' journal list page.",
            "is_translatable": true,
            "name": "press_journal_description",
            "pretty_name": "Journal Description for Press Site",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Enables the Non Specialist Summary submission field.",
            "is_translatable": false,
            "name": "submission_summary",
            "pretty_name": "Non Specialist Summary",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Journal's twitter handle.",
            "is_translatable": false,
            "name": "twitter_handle",
            "pretty_name": "Twitter Handle",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Default Review Form.",
            "is_translatable": false,
            "name": "default_review_form",
            "pretty_name": "Default Review Form",
            "type": "select"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Journal's Focus and Scope, displayed on the Submissions page.",
            "is_translatable": true,
            "name": "focus_and_scope",
            "pretty_name": "Focus and Scope",
            "type": "rich-text"
        },
        "value": {
            "default": "This should be updated to reflect your journals focus."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Journal's publication schedule, displayed on the Submissions page.",
            "is_translatable": true,
            "name": "publication_cycle",
            "pretty_name": "Publication Cycle",
            "type": "rich-text"
        },
        "value": {
            "default": "This journal published continuously all year round/publishes in issues every x months."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Peer Review Information, displayed on the Submissions page.",
            "is_translatable": true,
            "name": "peer_review_info",
            "pretty_name": "Peer Review Information",
            "type": "rich-text"
        },
        "value": {
            "default": "This journal operates a open/single anonymous/double anonymous, peer review policy."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Allow users to change their language.",
            "is_translatable": false,
            "name": "switch_language",
            "pretty_name": "Switch Language",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Allows journals to track usage with Google Analytics.",
            "is_translatable": true,
            "name": "google_analytics_code",
            "pretty_name": "Google Analytics Code",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Use cookieless GA 4 instead of traditional analytics.",
            "is_translatable": false,
            "name": "use_ga_four",
            "pretty_name": "Use Google Analytics 4",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Sent when an existing user updates their email address.",
            "is_translatable": true,
            "name": "user_email_change",
            "pretty_name": "User Email Change",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ user.salutation_name }},</p><p>You have requested that your email address be updated.</p><p>You can confirm your account at the following ink:</p><p><a href=\"{{ core_confirm_account_url }}\">{{ core_confirm_account_url }}</a></p><p>Regards,</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Sent when a copyediting assignment is updated.",
            "is_translatable": true,
            "name": "copyedit_updated",
            "pretty_name": "Copyediting Request Updated",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ copyedit_assignment.copyeditor.salutation_name }},</p><p>Your copyediting assignment for article \"{{ copyedit_assignment.article.safe_title }}\" has been updated. The due date is set to: {{ copyedit_assignment.due }}.</p><p>Regards, {{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Sent when a copyediting assignment is deleted.",
            "is_translatable": true,
            "name": "copyedit_deleted",
            "pretty_name": "Copyediting Request Deleted",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ copyedit_assignment.copyeditor.salutation_name }},</p><p>Your copyediting assignment for article \"{{ copyedit_assignment.article.safe_title }}\" has been deleted. We no longer require you to undertake this task.</p><p>Regards, {{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Sent when a typesetting assignment is deleted.",
            "is_translatable": true,
            "name": "typeset_deleted",
            "pretty_name": "Typesetting Request Deleted",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ typeset_task.typesetter.salutation_name }},</p><p>Your typesetting assignment for article \"{{ typeset_task.assignment.article.safe_title }}\" has been deleted. We no longer require you to undertake this task.</p><p>Regards, {{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Sent when a proofing assignment is edited.",
            "is_translatable": true,
            "name": "notify_proofreader_edited",
            "pretty_name": "Proofing Task Edited",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ proofing_task.proofreader.salutation_name }},</p><p>Your proofing assignment for article \"{{ proofing_task.assignment.article.safe_title }}\" has been updated. Its due it is now {{ proofing_task.due }}. If you cannot completed the task in this time, please get in touch by replying to this email.</p><p>Regards, {{ request.user.signature|safe }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Review Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Author Copyediting Complete",
            "is_translatable": true,
            "description": "Subject for Email sent to Editor when an author copyedit review is complete.",
            "name": "subject_author_copyedit_complete"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Decision"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Copyediting Decision",
            "is_translatable": true,
            "description": "Subject for email sent to managing editor when a copyeditor accepts or declines a request.",
            "name": "subject_copyediting_decision"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article Publication"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Article Publication",
            "is_translatable": true,
            "description": "Subject for notifying the author that the article is published.",
            "name": "subject_author_publication"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Task Acknowledgement"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Copyedit Acknowledge",
            "is_translatable": true,
            "description": "Subject for Email sent to Copyeditor to thank them.",
            "name": "subject_copyeditor_ack"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Task"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Copyedit Notify Copyeditor",
            "is_translatable": true,
            "description": "Subject for Email sent to copyeditors.",
            "name": "subject_copyeditor_assignment_notification"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Review"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Copyedit Notify Author",
            "is_translatable": true,
            "description": "Subject for Email sent to Author asking them to review copyedits.",
            "name": "subject_copyeditor_notify_author"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Copyedit Notify Editor",
            "is_translatable": true,
            "description": "Subject for Email sent to editor when copyedits are complete.",
            "name": "subject_copyeditor_notify_editor"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Task Reopened"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Copyedit Reopen Task",
            "is_translatable": true,
            "description": "Subject for Email sent to Copyeditor asking them to undertake further copyedits.",
            "name": "subject_copyeditor_reopen_task"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Task Deleted"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Copyediting Request Deleted",
            "is_translatable": true,
            "description": "Subject for Sent when a copyediting assignment is deleted.",
            "name": "subject_copyedit_deleted"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Copyediting Task Updated"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Copyediting Request Updated",
            "is_translatable": true,
            "description": "Subject for Sent when a copyediting assignment is updated.",
            "name": "subject_copyedit_updated"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Section Editor Draft Decision"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Draft Decisions Editor Message",
            "is_translatable": true,
            "description": "Subject for Email sent to the Editor when a section editor makes a draft decision.",
            "name": "subject_draft_editor_message"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Draft Decision"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Draft Decisions Message",
            "is_translatable": true,
            "description": "Subject for Email sent when a section editor makes a draft decision.",
            "name": "subject_draft_message"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article Assignment"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Editor Assignment",
            "is_translatable": true,
            "description": "Subject for Email sent to editors when they are assigned to a submission.",
            "name": "subject_editor_assignment"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Journal Digest"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Editor Digest",
            "is_translatable": true,
            "description": "Subject for Email sent to Editors.",
            "name": "subject_editor_digest"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "New Article Submitted"
        },
        "setting": {
            "type": "char",
            "pretty_name": "New Submission for Editor",
            "is_translatable": true,
            "description": "Subject for Email sent to the Editor when there is a new submission.",
            "name": "subject_editor_new_submission"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "New Registration"
        },
        "setting": {
            "type": "char",
            "pretty_name": "New User Registration",
            "is_translatable": true,
            "description": "Subject for Email sent when user registers.",
            "name": "subject_new_user_registration"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": ""
        },
        "setting": {
            "type": "char",
            "pretty_name": "Submission Notification",
            "is_translatable": true,
            "description": "Subject for Send to a user specified in notification manager.",
            "name": "subject_notification_submission"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Proofreading Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Notify Editor that Proofreading is Complete",
            "is_translatable": true,
            "description": "Subject for Email sent to the Editor when Proofing is complete.",
            "name": "subject_notify_editor_proofing_complete"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Proofing Manager Assignment"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Notify Proofing Manager",
            "is_translatable": true,
            "description": "Subject for Auto email sent to Proofing Manager when they are assigned.",
            "name": "subject_notify_proofing_manager"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Proofreading Assignment"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Notify Proofreader of Assignment",
            "is_translatable": true,
            "description": "Subject for Email sent to the typesetter requesting changes based on Proofing feedback.",
            "name": "subject_notify_proofreader_assignment"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Proofreading Assignment Cancelled"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Notify Proofreader of Cancellation",
            "is_translatable": true,
            "description": "Subject for Email sent to the proofreader when the manager cancels their task.",
            "name": "subject_notify_proofreader_cancelled"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Proofreading Assignment Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Notify Proofreader Complete",
            "is_translatable": true,
            "description": "Subject for Email sent to the proofing manager on completion.",
            "name": "subject_notify_proofreader_complete"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Proofreading Assignment Edited"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Proofing Task Edited",
            "is_translatable": true,
            "description": "Subject for Sent when a proofing assignment is edited.",
            "name": "subject_notify_proofreader_edited"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Proofreading Corrections"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Notify Typesetter of Proofreading Feedback",
            "is_translatable": true,
            "description": "Subject for Email sent to the typesetter requesting changes based on Proofing feedback.",
            "name": "subject_notify_typesetter_proofing_changes"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Password Reset"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Password Reset",
            "is_translatable": true,
            "description": "Subject for Email sent when user requests a password reset.",
            "name": "subject_password_reset"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article You Reviewed"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Peer Reviewer Publication Notification",
            "is_translatable": true,
            "description": "Subject for Email sent to the Peer Reviewer when article is published.",
            "name": "subject_peer_reviewer_pub_notification"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Production Assignment"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Production Assign Article",
            "is_translatable": true,
            "description": "Subject for Sent when a user is assigned to production.",
            "name": "subject_production_assign_article"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Production Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Production Complete",
            "is_translatable": true,
            "description": "Subject for Email sent to Editors when Production is Complete.",
            "name": "subject_production_complete"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Production Manager Assignment"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Production Manager Assignment Notification",
            "is_translatable": true,
            "description": "Subject for Email sent to Production Manager on assignment.",
            "name": "subject_production_manager_notification"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article Requires Revisions"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Request Revisions",
            "is_translatable": true,
            "description": "Subject for Email sent to editors when requesting revisions.",
            "name": "subject_request_revisions"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Reviewer Digest"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Digest",
            "is_translatable": true,
            "description": "Subject for Email sent to Reviewers.",
            "name": "subject_reviewer_digest"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Assignment Acknowledgement"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Assignment Accepted",
            "is_translatable": true,
            "description": "Subject for Email sent to reviewers when they agree to undertake a review.",
            "name": "subject_review_accept_acknowledgement"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Assignment Updated"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Acknowledgement",
            "is_translatable": true,
            "description": "Subject for Email sent to editors when a reviewer accepts or declines a review.",
            "name": "subject_reviewer_acknowledgement"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Assignment Request"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Assignment",
            "is_translatable": true,
            "description": "Subject for Email sent to reviewers to request a review.",
            "name": "subject_review_assignment"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Assignment Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Complete Update",
            "is_translatable": true,
            "description": "Subject for Email sent to editors when a reviewer complete a review.",
            "name": "subject_review_complete_acknowledgement"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Assignment Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Complete Acknowledgement",
            "is_translatable": true,
            "description": "Subject for Email sent to reviewers when they complete a review.",
            "name": "subject_review_complete_reviewer_acknowledgement"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article Accepted"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Article Review Accept",
            "is_translatable": true,
            "description": "Subject for Email sent to authors when an article is accepted.",
            "name": "subject_review_decision_accept"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article Declined"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Article Decline",
            "is_translatable": true,
            "description": "Subject for Email sent to authors when an article is declined.",
            "name": "subject_review_decision_decline"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article Reconsidered"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Undo Article Rejection Subject",
            "is_translatable": true,
            "description": "Subject for email sent to authors when a decision to reject an article is reversed.",
            "name": "subject_review_decision_undecline"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Assignment Declined"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Declination Acknowledgement",
            "is_translatable": true,
            "description": "Subject for Email sent to reviewers when they decline to undertake a review.",
            "name": "subject_review_decline_acknowledgement"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Request"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Complete Update",
            "is_translatable": true,
            "description": "Subject for Email sent to editors when a reviewer request is sent.",
            "name": "subject_review_request_sent"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Assignment Withdrawn"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Review Withdrawl",
            "is_translatable": true,
            "description": "Subject for Email sent to reviewers when a review request is withdrawn.",
            "name": "subject_review_withdrawl"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Revision Digest"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Revision Digest",
            "is_translatable": true,
            "description": "Subject for Email sent to Revision People.",
            "name": "subject_revision_digest"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article You Edited"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Section Editor Publication Notification",
            "is_translatable": true,
            "description": "Subject for Email sent to the Section Editor when article is published.",
            "name": "subject_section_editor_pub_notification"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Article Submission"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Submission Acknowledgement",
            "is_translatable": true,
            "description": "Subject for Email sent to authors when they have submitted an article.",
            "name": "subject_submission_acknowledgement"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Task Acknowledgement"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Thank Proofreaders and Typesetters",
            "is_translatable": true,
            "description": "Subject for Email sent to the typesetter and proofreaders thanking them.",
            "name": "subject_thank_proofreaders_and_typesetters"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Typesetting Assignment Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Typesetter Complete Notification",
            "is_translatable": true,
            "description": "Subject for Email sent to Production Manager on typeset task complete.",
            "name": "subject_typesetter_complete_notification"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Corrections Complete"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Corrections Complete",
            "is_translatable": true,
            "description": "Subject for Notify the proofing manager that corrections are complete.",
            "name": "subject_typesetter_corrections_complete"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Typesetting Assignment"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Typesetter Assignment Notification",
            "is_translatable": true,
            "description": "Subject for Email sent to Typesetter on task assignment.",
            "name": "subject_typesetter_notification"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Typesetting Task Acknowledgement"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Typesetter Acknowledgement",
            "is_translatable": true,
            "description": "Subject for Email sent to Typesetter to acknowledge a completed task.",
            "name": "subject_typeset_ack"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Typesetting Task Deleted"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Typesetting Request Deleted",
            "is_translatable": true,
            "description": "Subject for Sent when a typesetting assignment is deleted.",
            "name": "subject_typeset_deleted"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Typesetting Task Reopened"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Typeset Task Reopened",
            "is_translatable": true,
            "description": "Subject for Email sent to Typesetter to inform them that a task has been re-opened.",
            "name": "subject_typeset_reopened"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Email Change Notification"
        },
        "setting": {
            "type": "char",
            "pretty_name": "User Email Change",
            "is_translatable": true,
            "description": "Subject for Sent when an existing user updates their email address.",
            "name": "subject_user_email_change"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": ""
        },
        "setting": {
            "type": "boolean",
            "pretty_name": "Disable Submission",
            "is_translatable": false,
            "description": "If true, users cannot submit new articles.",
            "name": "disable_journal_submission"
        },
        "group": {
            "name": "general"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "<strong>Submission is currently disabled for this journal.</strong>"
        },
        "setting": {
            "type": "rich-text",
            "pretty_name": "Disabled Submission Message",
            "is_translatable": true,
            "description": "A message that is displayed when Disable Submission is on.",
            "name": "disable_journal_submission_message"
        },
        "group": {
            "name": "general"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": ""
        },
        "setting": {
            "type": "boolean",
            "pretty_name": "Accepts Preprint Submissions",
            "is_translatable": false,
            "description": "If true, preprint authors can flow their preprint into the journal for publication.",
            "name": "accepts_preprint_submissions"
        },
        "group": {
            "name": "general"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Enables reviewer form download link.",
            "is_translatable": false,
            "name": "reviewer_form_download",
            "pretty_name": "Review Form Download",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": ""
        },
        "setting": {
            "type": "char",
            "pretty_name": "Matomo Tracking Code",
            "is_translatable": true,
            "description": "Tracking code for Matomo.",
            "name": "matromo_tracking_code"
        },
        "group": {
            "name": "general"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "<p>This page is designed to help you ensure your submission is ready for and fits the scope of the journal.</p><p>Before submitting you should read over the guidelines here, then register an account (or login if you have an existing account)</p>"
        },
        "setting": {
            "type": "rich-text",
            "pretty_name": "Submission Page Text",
            "is_translatable": true,
            "description": "Introductory text displayed at the head of the Submission page.",
            "name": "submission_intro_text"
        },
        "group": {
            "name": "general"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": ""
        },
        "setting": {
            "type": "boolean",
            "pretty_name": "Abstracts Are Required",
            "is_translatable": false,
            "description": "If enabled all submissions will require an abstract.",
            "name": "abstract_required"
        },
        "group": {
            "name": "general"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Correction Task Cancelled"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Correction Task Cancelled",
            "is_translatable": true,
            "description": "Subject for Email when Editor cancels or deletes a correction task.",
            "name": "subject_notify_correction_cancelled"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent when an Editor cancels or deletes a correction task.",
            "is_translatable": false,
            "name": "notify_correction_cancelled",
            "pretty_name": "Correction Task Cancelled",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ correction.typesetter.salutation_name }},</p><p>The correction task you were assigned for {{ article.safe_title }} has been cancelled.</p><p>Regards,</p> {{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "<p>If you are undertaking a single anonymous or double anonymous review you must ensure that the file has any identifying text removed. Consider:</p> <ol> <li>If the paper has a title page removing the authors name and contact information.</li> <li>Check the bibliography and the text for self-citation</li> <li>Also check for mentions not made explicitly. The following phrases might give away an author&rsquo;s identity and should be edited:</li> <ul> <li>&lsquo;As I previously discussed&hellip;.&rsquo;</li> <li>&lsquo;As I have showed&hellip;&rsquo;</li> <li>&lsquo;My previous work&hellip;.&rsquo;</li> </ul> <li>Remove any identifying metadata from the file.</li> </ol>"
        },
        "setting": {
            "type": "rich-text",
            "pretty_name": "Review File Help",
            "is_translatable": true,
            "description": "Text displayed when a journal defaults to single anonymous or double anonymous review ensuring that files remain anonymous.",
            "name": "review_file_help"
        },
        "group": {
            "name": "general"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "This label appears on the Submit Start page and this setting allows you to customise what appears there.",
            "is_translatable": true,
            "name": "copyright_submission_label",
            "pretty_name": "Copyright Submission Label",
            "type": "mini-html"
        },
        "value": {
            "default": "Author(s) agree to the copyright notice, which will apply to this submission if accepted"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "The maximum number of proofreaders allowed per round. To disable this set to 0.",
            "is_translatable": false,
            "name": "max_proofreaders",
            "pretty_name": "Maximum Proofreders per Round",
            "type": "number"
        },
        "value": {
            "default": "0"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Lists all of the keywords used by a journal and for each keyword a list of articles that use it.",
            "is_translatable": false,
            "name": "keyword_list_page",
            "pretty_name": "Enable the Keyword list page",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "If enabled this will suppress the how to cite block on the article page.",
            "is_translatable": false,
            "name": "suppress_how_to_cite",
            "pretty_name": "Suppress How to Cite",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Reminder"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Accepted Review Reminder",
            "is_translatable": true,
            "description": "Subject for Accepted Review Reminder.",
            "name": "subject_accepted_review_reminder"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "value": {
            "default": "Review Reminder"
        },
        "setting": {
            "type": "char",
            "pretty_name": "Default Review Reminder",
            "is_translatable": true,
            "description": "Subject for Review Reminder.",
            "name": "subject_default_review_reminder"
        },
        "group": {
            "name": "email_subject"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "If enabled guest editors will display on the article page for primary issues.",
            "is_translatable": false,
            "name": "display_guest_editors",
            "pretty_name": "Display Guest Editors",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Changes the generic text above the File Upload box on the Peer Review form page.",
            "is_translatable": true,
            "name": "peer_review_upload_text",
            "pretty_name": "Peer Review Upload Text",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>You may upload a file in lieu of completing the review form. Please ensure you've covered all of the required fields below.</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Enable open peer review mode on this journal. With this feature enabled, each peer review can be approved for public display alongside its published article. The peer reviewer and the editor must separately approve each review before it is made public.",
            "is_translatable": false,
            "name": "open_peer_review",
            "pretty_name": "Enable open peer review",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "If enabled this will suppress the citations counter on the article page. The citation block will only appear for articles that have a citation. This setting is overruled by the Disable Metrics setting.",
            "is_translatable": false,
            "name": "suppress_citations_metric",
            "pretty_name": "Suppress Citation Metrics",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "If enabled altmetric badges will be displayed in the sidebar.",
            "is_translatable": false,
            "name": "display_altmetric_badge",
            "pretty_name": "Display Altmetric Badges",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "Select a badge type, 1, large-donut, large-bar etc. Defaults to '1' if none selected.",
            "is_translatable": false,
            "name": "altmetric_badge_type",
            "pretty_name": "Altermetric Badge Type",
            "type": "char"
        },
        "value": {
            "default": "1"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to a section editor when a senior editor declines their draft decision.",
            "is_translatable": true,
            "name": "notify_se_draft_declined",
            "pretty_name": "Draft Decision Declined",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ draft_decision.section_editor.salutation_name }},</p><p>Thank you for logging your draft decision. The editor has declined this draft and has added the following message for you: </p>{{ draft_decision.editor_decline_rationale|safe }}<p>Regards</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Draft Decision Declined email",
            "is_translatable": true,
            "name": "subject_notify_se_draft_declined",
            "pretty_name": "Draft Decision Declined Subject",
            "type": "char"
        },
        "value": {
            "default": "Draft Decision Declined"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled, authors will see the requested, due, and complete date for their article's review assignments on the author page.",
            "is_translatable": false,
            "name": "enable_peer_review_data_block",
            "pretty_name": "Enable Peer Review Data on Author Page",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled the language buttons will use text rather than flags.",
            "is_translatable": false,
            "name": "enable_language_text",
            "pretty_name": "Language Button Text Override",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "When this setting is enabled the review assignment page will attempt to match keywords with interests. Warning: This is an expensive process.",
            "is_translatable": false,
            "name": "enable_suggested_reviewers",
            "pretty_name": "Enable Suggested Reviewers",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled, authors will see the requested, due, and complete date for their article's review assignments on review pages.",
            "is_translatable": false,
            "name": "enable_peer_review_data_on_review_page",
            "pretty_name": "Enable Peer Review Data on Review Pages",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Enable if you want to hide all review data from authors through the end of the review stage, except reviews that are individually shared with authors during review.",
            "is_translatable": false,
            "name": "hide_review_data_pre_release",
            "pretty_name": "Hide Review Data from Authors Before Release",
            "type": "boolean"
        },
        "value": {
            "default": "on"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "news"
        },
        "setting": {
            "description": "Title for the News Page and Homepage block",
            "is_translatable": true,
            "name": "news_title",
            "pretty_name": "News Title",
            "type": "char"
        },
        "value": {
            "default": "News"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "If enabled the article page will not display links to email correspondence authors.",
            "is_translatable": false,
            "name": "hide_author_email_links",
            "pretty_name": "Hide Author Email Links",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If set to true the Login Page Notice will display.",
            "is_translatable": true,
            "name": "display_login_page_notice",
            "pretty_name": "Display Login Page Notice",
            "type": "boolean"
        },
        "value": {
            "default": false
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Message to display if you enable Display Login Notice.",
            "is_translatable": true,
            "name": "login_page_notice",
            "pretty_name": "Login Page Notice",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If set to true the Registration Page Notice will display.",
            "is_translatable": true,
            "name": "display_register_page_notice",
            "pretty_name": "Display Registration Page Notice",
            "type": "boolean"
        },
        "value": {
            "default": false
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Message to display if you enable Display Registration Page Notice.",
            "is_translatable": true,
            "name": "register_page_notice",
            "pretty_name": "Registration Page Notice",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "crossref"
        },
        "setting": {
            "description": "For migrated content where we need to tweak the crossref date.",
            "is_translatable": true,
            "name": "crossref_date_suffix",
            "pretty_name": "Crossref Date Suffix",
            "type": "char"
        },
        "value": {
            "default": "656"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "The DOI (not in URL format) registered for this journal (e.g. 10.001/my-journal). It is included on all deposits for this journal. It must be registered ahead of time.",
            "is_translatable": false,
            "name": "title_doi",
            "pretty_name": "Title DOI",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "The suffix pattern from which Issue DOIs are auto-generated (e.g. 10.0001/myjournal.issue.1)",
            "is_translatable": false,
            "name": "issue_doi_pattern",
            "pretty_name": "Issue DOI Pattern",
            "type": "char"
        },
        "value": {
            "default": "{{ issue.journal.code }}.{{ issue.issue_type.code }}.{{ issue.id }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "Automatically register issue DOIs on article publication, based on the issue DOI pattern",
            "is_translatable": false,
            "name": "register_issue_dois",
            "pretty_name": "Auto-register issue-level DOIs",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Languages available for this journal.",
            "is_translatable": false,
            "name": "journal_languages",
            "pretty_name": "Journal Languages",
            "type": "json"
        },
        "value": {
            "default": "[]"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "The default language for the journal.",
            "is_translatable": false,
            "name": "default_journal_language",
            "pretty_name": "Default Journal Language",
            "type": "char"
        },
        "value": {
            "default": "en"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "If enabled users must request the author role before they are allowed to submit.",
            "is_translatable": false,
            "name": "limit_access_to_submission",
            "pretty_name": "Limit Access to Submission",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Support email address for editors and staff users.",
            "is_translatable": false,
            "name": "support_email",
            "pretty_name": "Support Email",
            "type": "char"
        },
        "value": {
            "default": "--No support email set--"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Text to accompany access requests. Linked to Limit Access to Submission",
            "is_translatable": true,
            "name": "submission_access_request_text",
            "pretty_name": "Submission Access Request Text",
            "type": "rich-text"
        },
        "value": {
            "default": "Please supply information below to support your request to make a submission to this journal."
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to an article's correspondence author when revisions are completed.",
            "is_translatable": true,
            "name": "revisions_complete_receipt",
            "pretty_name": "Revisions Complete Receipt",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ revision.article.correspondence_author.salutation_name }},</p><p>Thank you for submitting your revisions for \"{{ revision.article.safe_title }}\". We will be in touch with further information about your submission soon.</p><p>Best wishes,</p><p>{{ revision.editor.full_name }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Email address of the access request contact.",
            "is_translatable": true,
            "name": "submission_access_request_contact",
            "pretty_name": "Submission Access Request Contact",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Support message to display to editors and staff on Manager page.",
            "is_translatable": true,
            "name": "support_contact_message_for_staff",
            "pretty_name": "Janeway Support Contact for Staff",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>For help with Janeway, contact <a href=\"mailto:{{ support_email }}\">{{ support_email }}</a>.</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to the submission access request contact when a new request is added.",
            "is_translatable": true,
            "name": "submission_access_request_notification",
            "pretty_name": "Submission Access Request Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>A new submission access request has been added.</p><p>{{ description }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Submission Access Request Notification.",
            "is_translatable": true,
            "name": "subject_submission_access_request_notification",
            "pretty_name": "Submission Access Request Notification",
            "type": "char"
        },
        "value": {
            "default": "New Submission Access Request"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent when a Access Request is evaluated by a staff member.",
            "is_translatable": true,
            "name": "submission_access_request_complete",
            "pretty_name": "Submission Access Request Complete",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ access_request.user.salutation_name }},</p>Your request to be granted the {{ access_request.role.name }} role on {% if access_request.journal %}{{ access_request.journal.name }}{% else %}{{ access_request.repository.name }}{% endif %} has been evaluated.</p><p>The decision made was: {{ decision }}.</p><p>The following note was provided by the staff member evaluating your request: {{ access_request.evaluation_note }}</p><p>Kind Regards,</p><p>{{ request.user.full_name }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Submission Access Request Complete.",
            "is_translatable": true,
            "name": "subject_submission_access_request_complete",
            "pretty_name": "Submission Access Request Complete",
            "type": "char"
        },
        "value": {
            "default": "Your Submission Access Request"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Describe what files you expect at the time of submission.",
            "is_translatable": true,
            "name": "file_submission_guidelines",
            "pretty_name": "File Submission Guidelines",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Please upload the latest manuscript file. Separately upload any figures or data files needed during peer review.</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Instruction text for manuscript file upload pop-up window.",
            "is_translatable": true,
            "name": "manuscript_file_submission_instructions",
            "pretty_name": "Manuscript File Submission Instructions",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Instruction text for data and figure file upload pop-up window.",
            "is_translatable": true,
            "name": "data_figure_file_submission_instructions",
            "pretty_name": "Data and Figure File Submission Instructions",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Revisions Complete Receipt",
            "is_translatable": true,
            "name": "subject_revisions_complete_receipt",
            "pretty_name": "Subject Revisions Complete Receipt",
            "type": "char"
        },
        "value": {
            "default": "Article Revisions Complete"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "A warning displayed warning Editors what will happen when they accept an article.",
            "is_translatable": true,
            "name": "accept_article_warning",
            "pretty_name": "Accept Article Warning",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "kbart"
        },
        "setting": {
            "description": "Optional period of embargo this journal is subject to. It must follow the kbart format such as 'R2Y' or 'P1Y'",
            "is_translatable": false,
            "name": "embargo_period",
            "pretty_name": "Embargo Period (KBART)",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "Identifiers"
        },
        "setting": {
            "description": "Maximum number of articles on which an action can be performed in the DOI Manager",
            "is_translatable": false,
            "name": "doi_manager_action_maximum_size",
            "pretty_name": "DOI Manager Action Maximum Size",
            "type": "number"
        },
        "value": {
            "default": "200"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to an author when an editor deletes their copyedit review task.",
            "is_translatable": false,
            "name": "author_copyedit_deleted",
            "pretty_name": "Author Copyedit Deleted",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ author_review.assignment.article.correspondence_author.salutation_name }},</p><p>The copyediting review request for \"{{ author_review.assignment.article.safe_title }}\" that we sent you has been deleted.</p><p>Regards,</p>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Author Copyedit Deleted email.",
            "is_translatable": false,
            "name": "subject_author_copyedit_deleted",
            "pretty_name": "Author Copyedit Deleted Subject",
            "type": "char"
        },
        "value": {
            "default": "Copyedit Review Request Deleted"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent readers when new articles are published.",
            "is_translatable": true,
            "name": "reader_publication_notification",
            "pretty_name": "Reader Publication Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>You are receiving this email because you are registered for publication notifications for {{ journal.name }}.</p><p>The following articles have been published today: </p><ul>{% for article in articles %}<li><a href=\"{{ article.url }}\">{{ article.safe_title }}</a></li>{% endfor %}</ul>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Submission Access Request Complete.",
            "is_translatable": true,
            "name": "subject_reader_publication_notification",
            "pretty_name": "Subject Reader Publication Notification",
            "type": "char"
        },
        "value": {
            "default": "New Articles Published"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "notifications"
        },
        "setting": {
            "description": "If enabled Janeway will notify readers of new published articles.",
            "is_translatable": false,
            "name": "send_reader_notifications",
            "pretty_name": "Send Reader Notifications",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Can include information such as the physical contact address for the journal.",
            "is_translatable": true,
            "name": "contact_info",
            "pretty_name": "Contact Information",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "permission"
        },
        "setting": {
            "description": "Determines which roles can access the licenses pages.",
            "is_translatable": false,
            "name": "licenses",
            "pretty_name": "Role can manage licenses",
            "type": "json"
        },
        "value": {
            "default": ["editor", "journal-manager"]
        },
        "editable_by": [
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "permission"
        },
        "setting": {
            "description": "Determines which roles can access the sections pages.",
            "is_translatable": false,
            "name": "sections",
            "pretty_name": "Role can manage sections",
            "type": "json"
        },
        "value": {
            "default": ["editor", "journal-manager"]
        },
        "editable_by": [
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Reviewers opt in to open review by default, the field will be checked forcing them to opt out if they want to.",
            "is_translatable": false,
            "name": "open_review_default_opt_in",
            "pretty_name": "Open Review Defaults to Opt In",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Reviewers will not be asked to make any recommendation e.g. Accept or Reject. Review recommendation will be set to No Recommendation",
            "is_translatable": false,
            "name": "disable_reviewer_recommendation",
            "pretty_name": "Disable Reviewer Recommendation",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "journal-manager",
            "editor"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Adds a new decision to the decision helper that allows editors to share peer reviews amongst assigned reviewers.",
            "is_translatable": false,
            "name": "enable_share_reviews_decision",
            "pretty_name": "Enable Share Reviews Decision",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "journal-manager",
            "editor"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "When in an additional review round (eg round 2 or 3) reviewers will see completed reviews from previous rounds in the review interface.",
            "is_translatable": false,
            "name": "display_completed_reviews_in_additional_rounds",
            "pretty_name": "Display Completed Reviews in Review Interface",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "journal-manager",
            "editor"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "This text is displayed to reviewers when \"Display Completed Reviews in Review Interface\" is enabled.",
            "is_translatable": false,
            "name": "display_completed_reviews_in_additional_rounds_text",
            "pretty_name": "Display Completed Reviews in Review Interface Text",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>It is our policy to share completed reviews from prior review rounds with all reviewers engaged in the review process. You can find the completed reviews from prior rounds below.</p>"
        },
        "editable_by": [
            "journal-manager",
            "editor"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent by editors to reviewers when sharing peer reviews.",
            "is_translatable": true,
            "name": "share_reviews_notification",
            "pretty_name": "Share Reviews Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ review.reviewer.salutation_name }},</p><p>We would like to express our gratitude for your valuable contribution as a peer reviewer for our article. At our journal, it is our policy to share completed peer reviews with all the reviewers involved. We would like to provide you with the opportunity to access not only your own review but also those of your peers.</p><p>To access the reviews, use the following link: {{ url }}</p><p>Thank you once again for your time,</p><p>{{ request.user.signature }}</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Share Reviews Notification.",
            "is_translatable": true,
            "name": "subject_share_reviews_notification",
            "pretty_name": "Subject for Share Reviews Notification",
            "type": "char"
        },
        "value": {
            "default": "Sharing Peer Reviews"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "When this setting is enabled and you make either a share reviews decision or are sharing reviews via the review interface then Janeway will include any reviewer response letters.",
            "is_translatable": false,
            "name": "share_author_response_letters",
            "pretty_name": "Automatically Share Author Response Letters",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent editors when an author completes a revision request.",
            "is_translatable": true,
            "name": "revisions_complete_editor_notification",
            "pretty_name": "Revisions Complete Editor Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>{{ revision.article.correspondence_author.full_name|se_can_see_pii:revision.article }} has successfully completed the assigned revision task for article #{{ revision.article.pk }} - \"{{ revision.article.title }}.\"</p><p>Please take a moment to review the revisions at {{ url }}.</p>"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Revisions Complete Editor Notification.",
            "is_translatable": true,
            "name": "subject_revisions_complete_editor_notification",
            "pretty_name": "Subject for Revisions Complete Editor Notification",
            "type": "char"
        },
        "value": {
            "default": "Article Revisions Complete"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent when an outgoing email bounces.",
            "is_translatable": true,
            "name": "bounced_email_notification",
            "pretty_name": "Bounced Email Notification",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>An email sent to {% for email in event.to %}{{ email }}{% if not forloop.last %}, {% endif %}{% endfor %} has not been delivered.{% if target %} This message was in regards to {{ event.content_type.model }} #{{ target.pk }} \"{{ target.title|safe }}\".{% endif %}</p><p>Kind Regards,</p>"
        },
        "editable_by": [
            "journal-manager",
            "editor"
        ]
    },
    {
         "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Bounced Email Notification.",
            "is_translatable": true,
            "name": "subject_bounced_email_notification",
            "pretty_name": "Subject Bounced Email Notification",
            "type": "char"
        },
        "value": {
            "default": "Email Bounced"
        },
        "editable_by": [
            "journal-manager",
            "editor"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Action URL for an external newsletter signup form",
            "is_translatable": false,
            "name": "external_newsletter_signup_url",
            "pretty_name": "External Newsletter Signup URL",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "The name of a folder containing Django templates that can be used to populate Janeway CMS pages. The folder should be located in the theme's templates folder. All HTML files inside will be loaded into a dropdown in the CMS.",
            "is_translatable": false,
            "name": "custom_cms_templates",
            "pretty_name": "Custom CMS Templates",
            "type": "char"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Removes the editor section from the author's article status page. This does not stop editors from identifying themselves when, for example, rejecting an article if using an account with their name associated.",
            "is_translatable": false,
            "name": "hide_editors_from_authors",
            "pretty_name": "Hide Assigned Editor Details",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "When enabled the date an article was submitted will be displayed on the article page.",
            "is_translatable": false,
            "name": "display_date_submitted",
            "pretty_name": "Display Date Submitted",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "article"
        },
        "setting": {
            "description": "When enabled the date an article was accepted will be displayed on the article page.",
            "is_translatable": false,
            "name": "display_date_accepted",
            "pretty_name": "Display Date Accepted",
            "type": "boolean"
        },
        "value": {
            "default": "on"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "styling"
        },
        "setting": {
            "description": "Display name for the page displaying editorial groups.",
            "is_translatable": true,
            "name": "editorial_group_page_name",
            "pretty_name": "Editorial Group Page Name",
            "type": "char"
        },
        "value": {
            "default": "Editorial Team"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "styling"
        },
        "setting": {
            "description": "When enabled no group names are displayed on the editorial group page.",
            "is_translatable": false,
            "name": "hide_editorial_group_names",
            "pretty_name": "Hide Editorial Group Names",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "name": "notify_section_editors_of_publication",
            "pretty_name": "Notify Section Editors of Publication",
            "type": "boolean",
            "description": "When this setting is enabled, section editors will be copied on publication notification emails sent to authors.",
            "is_translatable": false
        },
        "value": {
            "default": "on"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "name": "notify_peer_reviewers_of_publication",
            "pretty_name": "Notify Peer Reviewers of Publication",
            "type": "boolean",
            "description": "When enabled this will populate an email from the Peer Reviewer Publication Notification setting to be edited and sent out during the prepublication process.",
            "is_translatable": false
        },
        "value": {
            "default": "on"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "styling"
        },
        "setting": {
            "description": "When this setting is enabled, and a group member has their country set, the editorial team will display the group member's country.",
            "is_translatable": false,
            "name": "display_countries_editorial_team",
            "pretty_name": "Display Country on Editorial Team Page",
            "type": "boolean"
        },
        "value": {
            "default": ""
        }
    },
    {
        "group": {
            "name": "permission"
        },
        "setting": {
            "description": "When this setting is enabled assigned section editors will not be able to see personally identifiable information about authors until a decision for an article has been made. The general setting Reply-To Address should be set in order for this setting to work correctly.",
            "is_translatable": false,
            "name": "se_pii_filter",
            "pretty_name": "Section Editor Personally Identifiable Information Filter",
            "type": "boolean"
        },
        "value": {
            "default": ""
        }
    },
      {
    "group": {
      "name": "email"
    },
    "setting": {
      "description": "Email sent to Typesetter on task assignment.",
      "is_translatable": true,
      "name": "typesetting_notify_typesetter",
      "pretty_name": "Typesetter Assignment Notification (PLUGIN)",
      "type": "rich-text"
    },
    "value": {
      "default": "<p>Dear {{ assignment.typesetter.salutation_name }},</p><p>This is a notification from {{ request.user.full_name }} that you have been assigned to the production of article {{ assignment.round.article.safe_title }} on journal {{ request.journal.name }}. </p><p>You can view further information on this assignment: {{ typesetting_assignments_url }}.</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"
    }
  },
  {
    "group": {
      "name": "email_subject"
    },
    "setting": {
      "description": "Subject for Typesetter Assignment Notification.",
      "is_translatable": true,
      "name": "subject_typesetting_notify_typesetter",
      "pretty_name": "Subject for Typesetter Assignment Notification (PLUGIN)",
      "type": "char"
    },
    "value": {
      "default": "Typesetting Assignment"
    }
  },
  {
    "group": {
      "name": "email"
    },
    "setting": {
      "description": "Email sent to typesetting manager when a typesetter accepts a task.",
      "is_translatable": true,
      "name": "typsetting_typesetter_decision_accept",
      "pretty_name": "Typesetter Accept (PLUGIN)",
      "type": "rich-text"
    },
    "value": {
      "default": "<p>Dear {{ assignment.manager.salutation_name }},</p><p>This is to notify you that {{ assignment.typesetter.full_name }} has accepted your assignment your assignment for {{ assignment.round.article.title|safe }}.</p>{% if note %}<p>They provided the following note: <br />{{ note|safe }} </p>{% endif %}<p>Regards,</p>"
    }
  },
  {
    "group": {
      "name": "email_subject"
    },
    "setting": {
      "description": "Subject for Typesetter Accept",
      "is_translatable": true,
      "name": "subject_typsetting_typesetter_decision_accept",
      "pretty_name": "Subject for Typesetter Accept (PLUGIN)",
      "type": "char"
    },
    "value": {
      "default": "Typesetting Assignment Accepted"
    }
  },
  {
    "group": {
      "name": "email"
    },
    "setting": {
      "description": "Email sent to typesetting manager when a typesetter declines a task.",
      "is_translatable": true,
      "name": "typsetting_typesetter_decision_decline",
      "pretty_name": "Typesetter Decline (PLUGIN)",
      "type": "rich-text"
    },
    "value": {
      "default": "<p>Dear {{ assignment.manager.salutation_name }},</p><p>This is to notify you that {{ assignment.typesetter.full_name }} has declined your assignment for {{ assignment.round.article.title|safe }}.</p>{% if note %}<p>They provided the following note: <br />{{ note|safe }} </p>{% endif %}<p>Regards,</p>"
    }
  },
  {
    "group": {
      "name": "email_subject"
    },
    "setting": {
      "description": "Subject for Typesetter Decline",
      "is_translatable": true,
      "name": "subject_typsetting_typesetter_decision_decline",
      "pretty_name": "Subject for Typesetter Decline (PLUGIN)",
      "type": "char"
    },
    "value": {
      "default": "Typesetting Assignment Declined"
    }
  },
  {
    "group": {
      "name": "email"
    },
    "setting": {
      "description": "Email sent to typesetting manager when a typesetter completes a task.",
      "is_translatable": true,
      "name": "typesetting_typesetter_complete",
      "pretty_name": "Typesetter Complete (PLUGIN)",
      "type": "rich-text"
    },
    "value": {
      "default": "<p>Dear {{ assignment.manager.salutation_name }},</p><p>This is to notify you that {{ assignment.typesetter.full_name }} has completed your assignment for {{ assignment.round.article.title|safe }}.</p>{% if note %}<p>They provided the following note: <br />{{ assignment.typesetter_note|safe }} </p>{% endif %}<p>Visit the article URL for more details: {{ typesetting_article_url }}</p><p>Regards,</p>"
    }
  },
  {
    "group": {
      "name": "email_subject"
    },
    "setting": {
      "description": "Subject for Typesetter Complete  (PLUGIN)",
      "is_translatable": true,
      "name": "subject_typesetting_typesetter_complete",
      "pretty_name": "Subject for Typesetter Complete (PLUGIN)",
      "type": "char"
    },
    "value": {
      "default": "Typesetting Assignment Complete"
    }
  },
  {
    "group": {
      "name": "email"
    },
    "setting": {
      "description": "Email sent to Proofreaders on task assignment.",
      "is_translatable": true,
      "name": "typesetting_notify_proofreader",
      "pretty_name": "Proofreader Assignment Notification (PLUGIN)",
      "type": "rich-text"
    },
    "value": {
      "default": "<p>Dear {{ assignment.proofreader.salutation_name }},</p><p>This is an notification from {{ request.user.full_name }} that you have been assigned to proofread {{ assignment.round.article.safe_title }} on journal {{ request.journal.name }}. </p><p>You can view further information on this assignment: {{ typesetting_assignments_url }}.</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"

    }
  },
  {
    "group": {
      "name": "email_subject"
    },
    "setting": {
      "description": "Subject for Proofreader Assignment Notification",
      "is_translatable": true,
      "name": "subject_typesetting_notify_proofreader",
      "pretty_name": "Subject for Proofreader Assignment Notification (PLUGIN)",
      "type": "char"
    },
    "value": {
      "default": "Proofreading Assignment"
    }
  },
  {
    "group": {
      "name": "general"
    },
    "setting": {
      "description": "Proofreader guidelines",
      "is_translatable": true,
      "name": "typesetting_proofreader_guidelines",
      "pretty_name": "Proofreader Guide (PLUGIN)",
      "type": "rich-text"
    },
    "value": {
      "default": "<p>The files below have been assigned to you for proofreading. You must check all files before you can mark this task as complete, including both the PDF and XML proofs (XML is the web display version of the article).</p><p>After downloading the files, you can then upload these with any annotations or corrections marked directly on the proofs. If needed, you can also add additional notes to the typesetter in the text box below.</p><p>Please note that proofreading comments will go back to a typesetter, and so should give concise and clear instructions on any minor corrections needed (do not include questions or optional requests – if you are unsure on something, discuss it with the assigning editor first).</p>"
    }
  },
  {
    "value": {"default": "Production Complete"},
    "setting": {
        "type": "char",
        "pretty_name": "Production Complete",
        "is_translatable": true,
        "description": "Subject for Email sent to Editors when Production is Complete.",
        "name": "subject_production_complete"
    },
    "group": {
        "name": "email_subject"
    }
  },
  {
    "group": {
        "name": "email"
    },
    "setting": {
        "description": "Email sent to Editors when Typesetting is Complete. Used by the typesetting plugin",
        "is_translatable": true,
        "name": "typesetting_complete",
        "pretty_name": "Typesetting Complete (PLUGIN)",
        "type": "rich-text"
    },
    "value": {
        "default": "<p>Dear editors,</p><p>This is an automatic notification to inform you that Typesetting is complete for article \"{{ article.safe_title}}\".</p><p>Regards,</p><p>{{ request.user.signature|safe }}</p>"
        }
  },
  {
    "group": {
        "name": "email_subject"
    },
    "setting": {
        "description": "Subject for Typesetting Complete (PLUGIN)",
        "is_translatable": true,
        "name": "subject_typesetting_complete",
        "pretty_name": "Subject for Typesetting Complete (PLUGIN)",
        "type": "char"
    },
    "value": {
        "default": "Typesetting Complete"
        }
  },

  {
    "group": {
        "name": "email"
    },
    "setting": {
        "description": "Email sent to Editors when a Proofreading Assignment is Complete. Used by the typesetting plugin",
        "is_translatable": true,
        "name": "typesetting_proofreader_completed",
        "pretty_name": "Proofreading Complete (PLUGIN)",
        "type": "rich-text"
    },
    "value": {
        "default": "<p>Dear {{assignment.manager.salutation_name}},</p><p>This is a notification to let you know that the proofing you requested for the article {{assignment.round.article.safe_title}}, with article number {{assignment.round.article.pk}}, has now been completed by {{assignment.proofreader.full_name}}.</p><p>Best wishes,</p>"
        }
  },

  {
    "group": {
        "name": "email_subject"
    },
    "setting": {
        "description": "Subject for Proofreading Complete (PLUGIN)",
        "is_translatable": true,
        "name": "subject_typesetting_proofreader_completed",
        "pretty_name": "Subject for Proofreading Complete (PLUGIN)",
        "type": "char"
    },
    "value": {
        "default": "Proofreading Assignment Complete"
        }
  },

  {
    "group": {
        "name": "email"
    },
    "setting": {
        "description": "Email sent to Proofreaders when a Proofreading Assignment is Cancelled. Used by the typesetting plugin",
        "is_translatable": true,
        "name": "typesetting_proofreader_cancelled",
        "pretty_name": "Proofreading Cancelled (PLUGIN)",
        "type": "rich-text"
    },
    "value": {
        "default": "<p>Dear {{assignment.proofreader.salutation_name}},</p><p>This is a notification to let you know that your proofreading request for the article {{assignment.round.article.safe_title}}, with article number {{assignment.round.article.pk}} has been cancelled. This means that you no longer need to complete this proofreading task</p><p>Best wishes,</p><p>{{ assignment.manager.signature|safe }}</p>"
        }
  },

  {
    "group": {
        "name": "email_subject"
    },
    "setting": {
        "description": "Subject for Proofreading Cancelled (PLUGIN)",
        "is_translatable": true,
        "name": "subject_typesetting_proofreader_cancelled",
        "pretty_name": "Subject for Proofreading Cancelled (PLUGIN)",
        "type": "char"
    },
    "value": {
        "default": "Proofreading Assignment Cancelled"
        }
  },

  {
    "group": {
        "name": "email"
    },
    "setting": {
        "description": "Email sent to Proofreaders when a Proofreading Assignment is Reset. Used by the typesetting plugin",
        "is_translatable": true,
        "name": "typesetting_proofreader_reset",
        "pretty_name": "Proofreading Reset (PLUGIN)",
        "type": "rich-text"
    },
    "value": {
        "default": "<p>Dear {{assignment.proofreader.salutation_name}},</p><p>This is a notification to let you know that your proofreading request for the article {{assignment.round.article.safe_title}}, with article number {{assignment.round.article.pk}}, has been reopened. Please log in to the journal using this link in order to complete this proofreading request: {{ typesetting_proofreading_assignments }}.</p><p>Thank you for your help,</p><p>Best wishes,</p><p>{{ assignment.manager.signature|safe }}</p>"
        }
  },

  {
    "group": {
        "name": "email_subject"
    },
    "setting": {
        "description": "Subject for Proofreading Reset (PLUGIN)",
        "is_translatable": true,
        "name": "subject_typesetting_proofreader_reset",
        "pretty_name": "Subject for Proofreading Reset (PLUGIN)",
        "type": "char"
    },
    "value": {
        "default": "Proofreading Assignment Reopened"
        }
  },

  {
    "group": {
        "name": "email"
    },
    "setting": {
        "description": "Email sent to Typesetters when a Typesetting Assignment is Cancelled. Used by the typesetting plugin",
        "is_translatable": true,
        "name": "typesetting_typesetter_cancelled",
        "pretty_name": "Typesetting Cancelled (PLUGIN)",
        "type": "rich-text"
    },
    "value": {
        "default": "<p>Dear {{assignment.proofreader.salutation_name}},</p><p>This is a notification to let you know that your typesetting request for the article {{assignment.round.article.safe_title}}, with article number {{assignment.round.article.pk}}, has been cancelled. This means that you no longer need to complete this task.</p><p>Thank you for your help,</p><p>{{ assignment.manager.signature|safe }}</p>"
        }
  },

  {
    "group": {
        "name": "email_subject"
    },
    "setting": {
        "description": "Subject for Typesetting Cancelled (PLUGIN)",
        "is_translatable": true,
        "name": "subject_typesetting_typesetter_cancelled",
        "pretty_name": "Subject for Typesetting Cancelled (PLUGIN)",
        "type": "char"
    },
    "value": {
        "default": "Typesetting Assignment Cancelled"
        }
  },

  {
    "group": {
        "name": "email"
    },
    "setting": {
        "description": "Email sent to Typesetters when a Typesetting Assignment is Deleted. Used by the typesetting plugin",
        "is_translatable": true,
        "name": "typesetting_typesetter_deleted",
        "pretty_name": "Typesetting Deleted (PLUGIN)",
        "type": "rich-text"
    },
    "value": {
        "default": "<p>Dear {{assignment.proofreader.salutation_name}},</p><p>This is a notification to let you know that your typesetting request for the article {{assignment.round.article.safe_title}}, with article number {{assignment.round.article.pk}}, has been deleted. This means that you no longer need to complete this task.</p><p>Thank you for your help,</p><p>{{ assignment.manager.signature|safe }}</p>"
        }
  },

  {
    "group": {
        "name": "email_subject"
    },
    "setting": {
        "description": "Subject for Typesetting Deleted (PLUGIN)",
        "is_translatable": true,
        "name": "subject_typesetting_typesetter_deleted",
        "pretty_name": "Subject for Typesetting Deleted (PLUGIN)",
        "type": "char"
    },
    "value": {
        "default": "Typesetting Assignment Cancelled"
        }
  },
     {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "Whether or not to use CRediT for this journal",
            "is_translatable": false,
            "name": "use_credit",
            "pretty_name": "Enable CRediT",
            "type": "boolean"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to authors when sending a conditional accept revision request.",
            "is_translatable": true,
            "name": "conditional_accept",
            "pretty_name": "Conditional Accept",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ article.correspondence_author.full_name|se_can_see_pii:article }},</p><p>We are pleased to inform you that your article has been conditionally accepted for publication, subject to the successful completion of the required revisions.</p><p>Details of the changes required are below:</p><p>{{ revision.editor_note|safe }}</p><p>You can view and respond to the revision requests here: {{ do_revisions_url }}</p><p>Please complete your revisions by {{ revision.date_due }}.</p><p>We look forward to receiving your updated manuscript.</p><p>Regards,<br>{{ request.user.signature|safe }} </p>\n"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email"
        },
        "setting": {
            "description": "Email sent to authors when an article is desk rejected.",
            "is_translatable": true,
            "name": "review_decision_desk_reject",
            "pretty_name": "Article Desk Reject",
            "type": "rich-text"
        },
        "value": {
            "default": "<p>Dear {{ article.correspondence_author.full_name|se_can_see_pii:article }}</p><p>Thank you for submitting your manuscript \"{{ article.safe_title }}\" to {{ article.journal.name }}. After careful consideration, we regret to inform you that your submission has not been selected for peer review.</p><p>We appreciate the opportunity to consider your work.</p><p>Regards,</p>{{ request.user.signature|safe }}"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Conditional Accept Email",
            "is_translatable": true,
            "name": "subject_conditional_accept",
            "pretty_name": "Subject Conditional Accept",
            "type": "char"
        },
        "value": {
            "default": "Conditional Acceptance of Your Article"
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "email_subject"
        },
        "setting": {
            "description": "Subject for Desk Reject Email",
            "is_translatable": true,
            "name": "subject_review_decision_desk_reject",
            "pretty_name": "Subject Desk Reject",
            "type": "char"
        },
        "value": {
            "default": "Decision on Your Submission "
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    },
    {
        "group": {
            "name": "general"
        },
        "setting": {
            "description": "This is information about the accessibility of user-content. It will appear on the accessibility page under the journal name.",
            "is_translatable": true,
            "name": "a11y_public_info",
            "pretty_name": "Accessibility Information for the Public",
            "type": "rich-text"
        },
        "value": {
            "default": ""
        },
        "editable_by": [
            "editor",
            "journal-manager"
        ]
    }
]
