Skip to content

Commit

Permalink
Update CM admin UI to v0.0.4 (#42)
Browse files Browse the repository at this point in the history
* Use Palace terms of service.

* Update circulation-admin UI version.
  • Loading branch information
tdilauro authored Sep 28, 2021
1 parent fcc4748 commit ee86fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/admin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class OperationalMode(str, Enum):
class Configuration:

PACKAGE_NAME = '@thepalaceproject/circulation-admin'
PACKAGE_VERSION = '0.0.3'
PACKAGE_VERSION = '0.0.4'

STATIC_ASSETS = {
'admin_js': 'circulation-admin.js',
Expand Down
4 changes: 2 additions & 2 deletions api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ class Configuration(CoreConfiguration):
# service for a library's inclusion in the SimplyE library
# registry.
CUSTOM_TOS_HREF = "tos_href"
DEFAULT_TOS_HREF = "https://librarysimplified.org/simplyetermsofservice2/"
DEFAULT_TOS_HREF = "https://thepalaceproject.org/terms-of-service/"

# Custom text for the link defined in CUSTOM_TOS_LINK.
CUSTOM_TOS_TEXT = "tos_text"
DEFAULT_TOS_TEXT = "Terms of Service for presenting e-reading materials through NYPL's SimplyE mobile app"
DEFAULT_TOS_TEXT = "Terms of Service for presenting content through the Palace client applications"

# A short description of the library, used in its Authentication
# for OPDS document.
Expand Down

0 comments on commit ee86fe5

Please sign in to comment.