Skip to content

Commit

Permalink
Merge pull request #161 from scientist-softserv/NameFixPlusWSWIG
Browse files Browse the repository at this point in the history
fixed library name and added to tinymce
  • Loading branch information
ckarpinski authored Sep 22, 2023
2 parents f5a00c3 + f732dc2 commit 7320e29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/authorities/institutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terms:
- id: Chicago Theological Seminary
term: Chicago Theological Seminary
active: true
- id: Meadville Lombard Theology School
term: Meadville Lombard Theology School
- id: Meadville Lombard Theological School
term: Meadville Lombard Theological School
active: true
- id: Oblate School of Theology
term: Oblate School of Theology
Expand Down
5 changes: 3 additions & 2 deletions config/tinymce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ content_block:
<<: *default
menubar: false
image_uploadtab: true
toolbar1: styleselect | bold italic underline | link hr | undo redo | image | code
toolbar2: indent outdent | alignleft aligncenter alignright | table | fullscreen
toolbar1: styleselect | bold italic underline | link hr | undo redo | image | fontsizeselect | code
toolbar2: indent outdent | alignleft aligncenter alignright | table | numlist bullist | fullscreen
plugins:
- table
- fullscreen
- lists
- link
- autolink
- image
Expand Down

0 comments on commit 7320e29

Please sign in to comment.