Releases: wrlc-primo-dev/CENTRAL_PACKAGE
Releases · wrlc-primo-dev/CENTRAL_PACKAGE
v1.0.3
v1.02
Adds illCard module. This is an opt in feature (i.e. it will not run unless required and configured in your institution's view configuration package).
Configuration
If you would like to use the illCard module, make the following changes to your view's customization package.
config.js
Add illCard to the list of required modules
var app = angular.module('viewCustom', ['angularLoad', 'illCard']);
Add a configuration variable as shown below
app.constant('illCardConfig', {
card_title: 'Check Illiad Requests',
message : 'Sign in below to view your interlibrary loan account information.',
signon_url : '',
link_text : 'Sign into Illaid',
});
Variables
var name | data type | description |
---|---|---|
illCardConfig.card_title | string | Header for ILL card |
illCardConfig.mesasge | string | Optional additional text displayed as body of card |
illCardConfig.signon_url | string | link to the sign on page of your ILL instance |
illCardConfig.link_text | string | Text that will be linked to your ILL instance |
Screenshot
v1.0.1
Custom JS
- Added wrlc announce module to central package. Note that this code does not run unless it is added as a requirement in an IZ level package. If you would like to use this module with Google Sheets, see Joel & Ian for configuration instructions or check the module's README: https://github.com/wrlc-primo-dev/primo-explore-wrlc-announce.