-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow plugins to extend the categories of the Publisher Library #10521
Comments
It looks like the postgres tests are failing in a way that doesn't look likely to be related to this PR:
|
@asmecher Jonas re-ran the tests for me and they're still failing on a postgres connection error. It looks like all the pgsql tests failed in the last commit to |
@asmecher All tests are passing. Can you review? Or should I ping someone else? |
All merged, thanks -- I'll take care of the submodules between now and the next release. |
Describe the feature
The Publisher Library allows journal managers to upload files to one of four categories. These categories are fixed and cannot be modified.
I propose that we add hooks which allow plugins to extend the categories. This will allow a plugin to make use of files uploaded to the Publisher Library.
Use Case
I have two clients who want a consistent way for journal managers to upload and manager logos for their partner institutions. This is a common challenge which journals often solve by injecting logos into the
pageFooter
,additionalHomepageContent
, or a custom sidebar block.These approaches do not provide sensible design constraints, so logos are often wildly different sizes and not aligned well. You can see some common examples of this UI pattern here and here.
What application are you using?
3.3.x
Additional information
If the PRs are accepted, my client plans to support me in publishing a "Partner Logos" plugin so the community can benefit from this.
The text was updated successfully, but these errors were encountered: